- Joined
- Jun 30, 2007
- Messages
- 66
- Reaction score
- 0
k im in a good mood so
btw thx for gerydeft who helped me with the first version of it
about group id it wont work for u,u need another php script that i cant share cuz rayman wrote it if he want he will share it
enjoy
oh and last thing if u use the script please dont remove my name if u do than its my last rellease
<?php
echo'
<br><center><b><h3>Made by Mamaorha</center></b>
<br><center><small>To View Groups Items Press On The Group Id
</center></small><br><br>';
@ include('./settings.php');
@ include($skindir . 'main.php');
echo $part1;
@ parth1tr();
parth1('25%', 1, 1);
parth2();
parth2tr();
@ part1tr();
part1('25%', 1, 1, 'left');
$msconnect=odbc_connect("*","*","*");
echo '<table align=center>';
echo '<table class="tborder" align="center">' , "\n";
echo '<tr>' , "\n";
echo '<td class="thead">Monster</td>' , "\n";
echo '<td class="thead">Group</td>' , "\n";
echo '<td class="thead">%</td>' , "\n";
echo '<td class="thead">Group</td>' , "\n";
echo '<td class="thead">%</td>' , "\n";
echo '<td class="thead">Drop03</td>' , "\n";
echo '<td class="thead">%</td>' , "\n";
echo '<td class="thead">Drop04</td>' , "\n";
echo '<td class="thead">%</td>' , "\n";
echo '<td class="thead">Drop05</td>' , "\n";
echo '<td class="thead">%</td>' , "\n";
echo '</tr>' , "\n";
$orginized="select ssid from k_monster order by strname";
$msorginized = odbc_exec($msconnect , $orginized) or die('error');
while (odbc_fetch_row($msorginized)) {
$ss=odbc_result($msorginized, 1);
$k_monster_item="select * from k_monster_item where sindex='$ss'";
$msk_monster_item = odbc_exec($msconnect , $k_monster_item) or die('error');
while (odbc_fetch_row($msk_monster_item))
$sindex=odbc_result($msk_monster_item, 1);
$iitem01=odbc_result($msk_monster_item, 2);
$spersent01=odbc_result($msk_monster_item, 3);
$iitem02=odbc_result($msk_monster_item, 4);
$spersent02=odbc_result($msk_monster_item, 5);
$iitem03=odbc_result($msk_monster_item, 6);
$spersent03=odbc_result($msk_monster_item, 7);
$iitem04=odbc_result($msk_monster_item, 8);
$spersent04=odbc_result($msk_monster_item, 9);
$iitem05=odbc_result($msk_monster_item, 10);
$spersent05=odbc_result($msk_monster_item, 11);
$k_monster="select strname from k_monster where ssid='$sindex'";
$msk_monster = odbc_exec($msconnect , $k_monster) or die('error');
while (odbc_fetch_row($msk_monster))
$strname=odbc_result($msk_monster, 1);
$item03="select strname from item where num='$iitem03'";
$msitem03 = odbc_exec($msconnect , $item03) or die('error');
while (odbc_fetch_row($msitem03))
$itemname03=odbc_result($msitem03, 1);
$item04="select strname from item where num='$iitem04'";
$msitem04 = odbc_exec($msconnect , $item04) or die('error');
while (odbc_fetch_row($msitem04))
$itemname04=odbc_result($msitem04, 1);
$item05="select strname from item where num='$iitem05'";
$msitem05 = odbc_exec($msconnect , $item05) or die('error');
while (odbc_fetch_row($msitem05))
$itemname05=odbc_result($msitem05, 1);
echo "<tr>\n";
echo '<td class="alt1">' , $strname , "</td>\n";
echo '<td class="alt1"><a href="
echo '<td class="alt1">' , $spersent01 , "</td>\n";
echo '<td class="alt1"><a href="
echo '<td class="alt1">' , $spersent02 , "</td>\n";
echo '<td class="alt1">' , $itemname03 , "</td>\n";
echo '<td class="alt1">' , $spersent03 , "</td>\n";
echo '<td class="alt1">' , $itemname04 , "</td>\n";
echo '<td class="alt1">' , $spersent04 , "</td>\n";
echo '<td class="alt1">' , $itemname05 , "</td>\n";
echo '<td class="alt1">' , $spersent05 , "</td>\n";
}
part2();
part2tr();
echo $part2;
die();
?>
btw thx for gerydeft who helped me with the first version of it
about group id it wont work for u,u need another php script that i cant share cuz rayman wrote it if he want he will share it
enjoy

oh and last thing if u use the script please dont remove my name if u do than its my last rellease
<?php
echo'
<br><center><b><h3>Made by Mamaorha</center></b>
<br><center><small>To View Groups Items Press On The Group Id
</center></small><br><br>';
@ include('./settings.php');
@ include($skindir . 'main.php');
echo $part1;
@ parth1tr();
parth1('25%', 1, 1);
parth2();
parth2tr();
@ part1tr();
part1('25%', 1, 1, 'left');
$msconnect=odbc_connect("*","*","*");
echo '<table align=center>';
echo '<table class="tborder" align="center">' , "\n";
echo '<tr>' , "\n";
echo '<td class="thead">Monster</td>' , "\n";
echo '<td class="thead">Group</td>' , "\n";
echo '<td class="thead">%</td>' , "\n";
echo '<td class="thead">Group</td>' , "\n";
echo '<td class="thead">%</td>' , "\n";
echo '<td class="thead">Drop03</td>' , "\n";
echo '<td class="thead">%</td>' , "\n";
echo '<td class="thead">Drop04</td>' , "\n";
echo '<td class="thead">%</td>' , "\n";
echo '<td class="thead">Drop05</td>' , "\n";
echo '<td class="thead">%</td>' , "\n";
echo '</tr>' , "\n";
$orginized="select ssid from k_monster order by strname";
$msorginized = odbc_exec($msconnect , $orginized) or die('error');
while (odbc_fetch_row($msorginized)) {
$ss=odbc_result($msorginized, 1);
$k_monster_item="select * from k_monster_item where sindex='$ss'";
$msk_monster_item = odbc_exec($msconnect , $k_monster_item) or die('error');
while (odbc_fetch_row($msk_monster_item))
$sindex=odbc_result($msk_monster_item, 1);
$iitem01=odbc_result($msk_monster_item, 2);
$spersent01=odbc_result($msk_monster_item, 3);
$iitem02=odbc_result($msk_monster_item, 4);
$spersent02=odbc_result($msk_monster_item, 5);
$iitem03=odbc_result($msk_monster_item, 6);
$spersent03=odbc_result($msk_monster_item, 7);
$iitem04=odbc_result($msk_monster_item, 8);
$spersent04=odbc_result($msk_monster_item, 9);
$iitem05=odbc_result($msk_monster_item, 10);
$spersent05=odbc_result($msk_monster_item, 11);
$k_monster="select strname from k_monster where ssid='$sindex'";
$msk_monster = odbc_exec($msconnect , $k_monster) or die('error');
while (odbc_fetch_row($msk_monster))
$strname=odbc_result($msk_monster, 1);
$item03="select strname from item where num='$iitem03'";
$msitem03 = odbc_exec($msconnect , $item03) or die('error');
while (odbc_fetch_row($msitem03))
$itemname03=odbc_result($msitem03, 1);
$item04="select strname from item where num='$iitem04'";
$msitem04 = odbc_exec($msconnect , $item04) or die('error');
while (odbc_fetch_row($msitem04))
$itemname04=odbc_result($msitem04, 1);
$item05="select strname from item where num='$iitem05'";
$msitem05 = odbc_exec($msconnect , $item05) or die('error');
while (odbc_fetch_row($msitem05))
$itemname05=odbc_result($msitem05, 1);
echo "<tr>\n";
echo '<td class="alt1">' , $strname , "</td>\n";
echo '<td class="alt1"><a href="
To view the content, you need to sign in or register
. $iitem01 . '">' , $iitem01 , "</a></td>\n";echo '<td class="alt1">' , $spersent01 , "</td>\n";
echo '<td class="alt1"><a href="
To view the content, you need to sign in or register
. $iitem02 . '">' , $iitem02 , "</a></td>\n"; echo '<td class="alt1">' , $spersent02 , "</td>\n";
echo '<td class="alt1">' , $itemname03 , "</td>\n";
echo '<td class="alt1">' , $spersent03 , "</td>\n";
echo '<td class="alt1">' , $itemname04 , "</td>\n";
echo '<td class="alt1">' , $spersent04 , "</td>\n";
echo '<td class="alt1">' , $itemname05 , "</td>\n";
echo '<td class="alt1">' , $spersent05 , "</td>\n";
}
part2();
part2tr();
echo $part2;
die();
?>
Last edited by a moderator: