Как сделать такой же профиль аккаунта в DarkStyleWeb? DarkStyleWeb – предпросмотр инвентаря

Автор panich, 2009 Фев. 18, 13:27

« назад - далее »

0 Пользователи и 1 гость просматривают эту тему.

Ключевые слова [SEO] mu onlineинвентарьdarkstyleweb

panich

всем привет вот увидел такую фишку 
как зделать такойзе профиль акаунта куда ево нужна впесать????

вот скрипт

$this_var = "<?php
include"inc/m_protect.inc.php";

include
"inc/warehouse.inc.php";

$show_name=$_GET['name'];

$sqllmssql_query("declare @items varbinary(1728);
set @items = (select [Inventory] from [Character] where [Name]='
$show_name');
print @items;"
);
$sqll=mssql_get_last_message();

$sqll    substr($sqll,2);

$i = -1;
while(
$i<11) {
$i++;
$db_item_code[$i]= substr($sqll,(32*$i), 32);
$db_item_info[$i]    = ItemInfo(substr($sqll,(32*$i), 32));

$db_item_info[$i]['exl']='<b>Exc. Options:</b><font color=green>'.str_replace('^^','<br>'$db_item_info[$i]['exl']).'</font>';

if(
$db_item_info[$i]['level']){
$db_item_info[$i]['level']=" +".$db_item_info[$i]['level'];
}
else
{
$db_item_info[$i]['level']=NULL;
}
if(!
$db_item_info[$i]['level']){
if(
$db_item_info[$i]['opt']){
$db_item_info[$i]['level']=" +0";
}
}

$title_content[$i]="
<b>Durability:</b> "
.$db_item_info[$i]['dur']."<br /><b>
Serial:</b> "
.$db_item_info[$i]['sn']."<br />".$db_item_info[$i]['exl']."</font>";

}

?>


<table border="0" cellspacing="1" cellpadding="0" width="500" align="center">
<tr><td rowspan="18" align="left" width="440">
<table border="0" cellspacing="3" cellpadding="0" class="charitems">
<tr align="middle">
<td width="100" height="105"><?php if($db_item_info[8]['thumb']){?><a title="<?php print $title_content[8];?>"><img src="<?php print $db_item_info[8]['thumb'];?>"></a><?}else print"&nbsp;";?></td>
<td width="45" style="background-color:#efefef;"></td>
<td width="115"><?php if($db_item_info[2]['thumb']){?><a title="<?php print $title_content[2];?>"><img src="<?php print $db_item_info[2]['thumb'];?>"></a><?}else print"&nbsp;";?></td>
<td width="145" colspan="2"><?php if($db_item_info[7]['thumb']){?><a title="<?php print $title_content[7];?>"><img src="<?php print $db_item_info[7]['thumb'];?>"></a><?}else print"&nbsp;";?></td></tr>
<tr align="middle">
<td width="100" height="145" rowspan="2">
<?php if($db_item_info[0]['thumb']){?><a title="<?php print $title_content[0];?>"><img src="<?php print $db_item_info[0]['thumb'];?>"></a><?}else print"&nbsp;";?>
</td><td width="45" height="45"><?php if($db_item_info[9]['thumb']){?><a title="<?php print $title_content[9];?>"><img src="<?php print $db_item_info[9]['thumb'];?>"></a><?}else print"&nbsp;";?></td>
<td width="115" rowspan="2"><?php if($db_item_info[3]['thumb']){?><a title="<?php print $title_content[3];?>"><img src="<?php print $db_item_info[3]['thumb'];?>"></a><?}else print"&nbsp;";?></td>
<td width="45" rowspan="2" style="background-color:#efefef;"></td>
<td width="100" rowspan="2"><?php if($db_item_info[1]['thumb']){?><a title="<?php print $title_content[1];?>"><img src="<?php print $db_item_info[1]['thumb'];?>"></a><?}else print"&nbsp;";?>
</td></tr>
<tr><td width="45" height="100" style="background-color:#efefef;"></td></tr>
<tr align="middle"><td width="100" height="100" rowspan="2"><a title="<?php print $title_content[5];?>"><img src="<?php print $db_item_info[5]['thumb'];?>"></a></td>
<td width="45" height="45"><?php if($db_item_info[10]['thumb']){?><a title="<?php print $title_content[10];?>"><img src="<?php print $db_item_info[10]['thumb'];?>"></a><?}else print"&nbsp;";?></td><td width="115" rowspan="2"><?php if($db_item_info[4]['thumb']){?><a title="<?php print $title_content[4];?>"><img src="<?php print $db_item_info[4]['thumb'];?>"></a><?}else print"&nbsp;";?></td>
<td width="45" height="45"><?php if($db_item_info[11]['thumb']){?><a title="<?php print $title_content[11];?>"><img src="<?php print $db_item_info[11]['thumb'];?>"></a><?}else print"&nbsp;";?></td><td width="100" rowspan="2"><?php if($db_item_info[6]['thumb']){?><a title="<?php print $title_content[6];?>"><img src="<?php print $db_item_info[6]['thumb'];?>"></a><?}else print"&nbsp;";?></td>
</tr>
<tr><td width="45" height="55" style="background-color:#efefef;"></td>
<td width="45" height="55" style="background-color:#efefef;"></td></tr></table></td>


</tr></table>


<!-- MAIN TABLE -->
<!--
<center>
<table cellpadding="0" cellspacing="0" class="xkcGlobalCentredTable">
<tr>
<td class="xkcHeaderOutstep">&nbsp;</td>
<td class="xkcHeaderBackground">
<map name="menumap" id="menumap">


<area id="mnews"      alt="Новости"  shape="rect" coords="39,89,103,163" img="index/items/00A08000.gif" onmouseover="OnMenuMouseOver(1)" onmouseout="OnMenuMouseOut()">
</map>
<img border="0" src="/images/inventory.jpg" width="379" height="409" usemap="#menumap" alt="">

</td>
</tr>
</table>-->";

panich

всем привет вот увидел такую фишку как зделать такойзе профиль акаунта куда ево нужна впесать???? вот скрипт $this_var = "<?php include"inc/m_protect.inc.php"; include"inc/warehouse.inc.php"$show_name=$_GET['name']; $sqllmssql_query("declare @items varbinary(1728); set @items = (select [Inventory] from [Character] where [Name]='$show_name'); print @items;"); $sqll=mssql_get_last_message(); $sqll substr($sqll,2); $i = -1; while($i<11) { $i++; $db_item_code[$i]= substr($sqll,(32*$i), 32); $db_item_info[$i] = ItemInfo(substr($sqll,(32*$i), 32)); $db_item_info[$i]['exl']='<b>Exc. Options:</b><font color=green>'.str_replace('^^','<br>'$db_item_info[$i]['exl']).'</font>'; if($db_item_info[$i]['level']){ $db_item_info[$i]['level']=" +".$db_item_info[$i]['level']; } else { $db_item_info[$i]['level']=NULL; } if(!$db_item_info[$i]['level']){ if($db_item_info[$i]['opt']){ $db_item_info[$i]['level']=" +0"; } } $title_content[$i]=" <b>Durability:</b> ".$db_item_info[$i]['dur']."<br /><b> Serial:</b> ".$db_item_info[$i]['sn']."<br />".$db_item_info[$i]['exl']."</font>"; } ?> <table border="0" cellspacing="1" cellpadding="0" width="500" align="center"> <tr><td rowspan="18" align="left" width="440"> <table border="0" cellspacing="3" cellpadding="0" class="charitems"> <tr align="middle"> <td width="100" height="105"><?php if($db_item_info[8]['thumb']){?><a title="<?php print $title_content[8];?>"><img src="<?php print $db_item_info[8]['thumb'];?>"></a><?}else print"&nbsp;";?></td> <td width="45" style="background-color:#efefef;"></td> <td width="115"><?php if($db_item_info[2]['thumb']){?><a title="<?php print $title_content[2];?>"><img src="<?php print $db_item_info[2]['thumb'];?>"></a><?}else print"&nbsp;";?></td> <td width="145" colspan="2"><?php if($db_item_info[7]['thumb']){?><a title="<?php print $title_content[7];?>"><img src="<?php print $db_item_info[7]['thumb'];?>"></a><?}else print"&nbsp;";?></td></tr> <tr align="middle"> <td width="100" height="145" rowspan="2"> <?php if($db_item_info[0]['thumb']){?><a title="<?php print $title_content[0];?>"><img src="<?php print $db_item_info[0]['thumb'];?>"></a><?}else print"&nbsp;";?> </td><td width="45" height="45"><?php if($db_item_info[9]['thumb']){?><a title="<?php print $title_content[9];?>"><img src="<?php print $db_item_info[9]['thumb'];?>"></a><?}else print"&nbsp;";?></td> <td width="115" rowspan="2"><?php if($db_item_info[3]['thumb']){?><a title="<?php print $title_content[3];?>"><img src="<?php print $db_item_info[3]['thumb'];?>"></a><?}else print"&nbsp;";?></td> <td width="45" rowspan="2" style="background-color:#efefef;"></td> <td width="100" rowspan="2"><?php if($db_item_info[1]['thumb']){?><a title="<?php print $title_content[1];?>"><img src="<?php print $db_item_info[1]['thumb'];?>"></a><?}else print"&nbsp;";?> </td></tr> <tr><td width="45" height="100" style="background-color:#efefef;"></td></tr> <tr align="middle"><td width="100" height="100" rowspan="2"><a title="<?php print $title_content[5];?>"><img src="<?php print $db_item_info[5]['thumb'];?>"></a></td> <td width="45" height="45"><?php if($db_item_info[10]['thumb']){?><a title="<?php print $title_content[10];?>"><img src="<?php print $db_item_info[10]['thumb'];?>"></a><?}else print"&nbsp;";?></td><td width="115" rowspan="2"><?php if($db_item_info[4]['thumb']){?><a title="<?php print $title_content[4];?>"><img src="<?php print $db_item_info[4]['thumb'];?>"></a><?}else print"&nbsp;";?></td> <td width="45" height="45"><?php if($db_item_info[11]['thumb']){?><a title="<?php print $title_content[11];?>"><img src="<?php print $db_item_info[11]['thumb'];?>"></a><?}else print"&nbsp;";?></td><td width="100" rowspan="2"><?php if($db_item_info[6]['thumb']){?><a title="<?php print $title_content[6];?>"><img src="<?php print $db_item_info[6]['thumb'];?>"></a><?}else print"&nbsp;";?></td> </tr> <tr><td width="45" height="55" style="background-color:#efefef;"></td> <td width="45" height="55" style="background-color:#efefef;"></td></tr></table></td> </tr></table> <!-- MAIN TABLE --> <!-- <center> <table cellpadding="0" cellspacing="0" class="xkcGlobalCentredTable"> <tr> <td class="xkcHeaderOutstep">&nbsp;</td> <td class="xkcHeaderBackground"> <map name="menumap" id="menumap"> <area id="mnews" alt="Новости" shape="rect" coords="39,89,103,163" img="index/items/00A08000.gif" onmouseover="OnMenuMouseOver(1)" onmouseout="OnMenuMouseOut()"> </map> <img border="0" src="/images/inventory.jpg" width="379" height="409" usemap="#menumap" alt=""> </td> </tr> </table>-->";

panich

всем привет вот увидел такую фишку  как зделать такойзе профиль акаунта куда ево нужна впесать????
Нажмите сюда!

вот скрипт

$this_var = "<?php include"inc/m_protect.inc.php"; include"inc/warehouse.inc.php"$show_name=$_GET['name']; $sqllmssql_query("declare @items varbinary(1728); set @items = (select [Inventory] from [Character] where [Name]='$show_name'); print @items;"); $sqll=mssql_get_last_message(); $sqll substr($sqll,2); $i = -1; while($i<11) { $i++; $db_item_code[$i]= substr($sqll,(32*$i), 32); $db_item_info[$i] = ItemInfo(substr($sqll,(32*$i), 32)); $db_item_info[$i]['exl']='<b>Exc. Options:</b><font color=green>'.str_replace('^^','<br>'$db_item_info[$i]['exl']).'</font>'; if($db_item_info[$i]['level']){ $db_item_info[$i]['level']=" +".$db_item_info[$i]['level']; } else { $db_item_info[$i]['level']=NULL; } if(!$db_item_info[$i]['level']){ if($db_item_info[$i]['opt']){ $db_item_info[$i]['level']=" +0"; } } $title_content[$i]=" <b>Durability:</b> ".$db_item_info[$i]['dur']."<br /><b> Serial:</b> ".$db_item_info[$i]['sn']."<br />".$db_item_info[$i]['exl']."</font>"; } ?> <table border="0" cellspacing="1" cellpadding="0" width="500" align="center"> <tr><td rowspan="18" align="left" width="440"> <table border="0" cellspacing="3" cellpadding="0" class="charitems"> <tr align="middle"> <td width="100" height="105"><?php if($db_item_info[8]['thumb']){?><a title="<?php print $title_content[8];?>"><img src="<?php print $db_item_info[8]['thumb'];?>"></a><?}else print"&nbsp;";?></td> <td width="45" style="background-color:#efefef;"></td> <td width="115"><?php if($db_item_info[2]['thumb']){?><a title="<?php print $title_content[2];?>"><img src="<?php print $db_item_info[2]['thumb'];?>"></a><?}else print"&nbsp;";?></td> <td width="145" colspan="2"><?php if($db_item_info[7]['thumb']){?><a title="<?php print $title_content[7];?>"><img src="<?php print $db_item_info[7]['thumb'];?>"></a><?}else print"&nbsp;";?></td></tr> <tr align="middle"> <td width="100" height="145" rowspan="2"> <?php if($db_item_info[0]['thumb']){?><a title="<?php print $title_content[0];?>"><img src="<?php print $db_item_info[0]['thumb'];?>"></a><?}else print"&nbsp;";?> </td><td width="45" height="45"><?php if($db_item_info[9]['thumb']){?><a title="<?php print $title_content[9];?>"><img src="<?php print $db_item_info[9]['thumb'];?>"></a><?}else print"&nbsp;";?></td> <td width="115" rowspan="2"><?php if($db_item_info[3]['thumb']){?><a title="<?php print $title_content[3];?>"><img src="<?php print $db_item_info[3]['thumb'];?>"></a><?}else print"&nbsp;";?></td> <td width="45" rowspan="2" style="background-color:#efefef;"></td> <td width="100" rowspan="2"><?php if($db_item_info[1]['thumb']){?><a title="<?php print $title_content[1];?>"><img src="<?php print $db_item_info[1]['thumb'];?>"></a><?}else print"&nbsp;";?> </td></tr> <tr><td width="45" height="100" style="background-color:#efefef;"></td></tr> <tr align="middle"><td width="100" height="100" rowspan="2"><a title="<?php print $title_content[5];?>"><img src="<?php print $db_item_info[5]['thumb'];?>"></a></td> <td width="45" height="45"><?php if($db_item_info[10]['thumb']){?><a title="<?php print $title_content[10];?>"><img src="<?php print $db_item_info[10]['thumb'];?>"></a><?}else print"&nbsp;";?></td><td width="115" rowspan="2"><?php if($db_item_info[4]['thumb']){?><a title="<?php print $title_content[4];?>"><img src="<?php print $db_item_info[4]['thumb'];?>"></a><?}else print"&nbsp;";?></td> <td width="45" height="45"><?php if($db_item_info[11]['thumb']){?><a title="<?php print $title_content[11];?>"><img src="<?php print $db_item_info[11]['thumb'];?>"></a><?}else print"&nbsp;";?></td><td width="100" rowspan="2"><?php if($db_item_info[6]['thumb']){?><a title="<?php print $title_content[6];?>"><img src="<?php print $db_item_info[6]['thumb'];?>"></a><?}else print"&nbsp;";?></td> </tr> <tr><td width="45" height="55" style="background-color:#efefef;"></td> <td width="45" height="55" style="background-color:#efefef;"></td></tr></table></td> </tr></table> <!-- MAIN TABLE --> <!-- <center> <table cellpadding="0" cellspacing="0" class="xkcGlobalCentredTable"> <tr> <td class="xkcHeaderOutstep">&nbsp;</td> <td class="xkcHeaderBackground"> <map name="menumap" id="menumap"> <area id="mnews" alt="Новости" shape="rect" coords="39,89,103,163" img="index/items/00A08000.gif" onmouseover="OnMenuMouseOver(1)" onmouseout="OnMenuMouseOut()"> </map> <img border="0" src="/images/inventory.jpg" width="379" height="409" usemap="#menumap" alt=""> </td> </tr> </table>-->";

ketanof

Я незнаю откуда ты взял скрипты PartyLife (при учете что там версия 97p)
Но данный код отвечает за (Инфу)

C:\xampp\htdocs\sub-pages\whois-acc.php


P.s
Уменя не получилось . =(

Похожие темы (5)