Jump to content

yamimarik

Members
  • Posts

    18
  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by yamimarik

  1. $data=mysql_query("SELECT * FROM items WHERE $where AND item_id>57 ORDER BY count DESC LIMIT 100") or die('Íå óäàëîñü ïîëó÷èòü äàííûå èç áàçû.'); h**p://www.l2magnet.com/Stats/tadena.php The problem that does not identify the characters Where is Exactly code? :| Table: <?php //Top Images echo "<table><thead><tr><th></th><th><img src='img/top/gender.png'></th><th><center><img src='img/top/pln.png'></center></th><th><img src='img/top/lvl.png'></th><th> <center><img src='img/top/prof.png'></center></th><th><center><img src='img/top/clan.png'></center></th><th><img src='img/top/pvp.png'></th><th><center></center></th><th><img src='img/top/status.png'></th><th></th><tr></thead>\n"; //Clan Data $result2 = mysql_query("SELECT clan_id,clan_name FROM clan_data", $link) or die ("Error: ".mysql_error()); while ($row2=mysql_fetch_row($result2)) $clans_array[$row2[0]]=$row2[1]; $clans_array[0]=""; $n=1; while ($top=mysql_fetch_array($data)) { $onlinetimeH=round(($top[onlinetime]/60/60)-0.5); $onlinetimeM=round(((($top[onlinetime]/60/60)-$onlinetimeH)*60)-0.5); $clan=mysql_fetch_array(mysql_query("select * from clan_data where clan_id=$top[clanid]")); if ($clan[clan_name]=='') { $clan[clan_name]=""; } if ($top['sex']==0) { $name='<font color=#FFFF33><strong>'.$top[char_name].'</strong></font>'; } else { $name='<font color=#FFFF33>'.$top[char_name].'</font>'; } $class=mysql_fetch_array(mysql_query("select ClassName from char_templates where ClassId=$top[classid]")); if (($top['sex']==0) && ($top['race']==5)) { $img='./img/race/kameal_M.gif'; } if (($top['sex']==1) && ($top['race']==5)) { $img='./img/race/kameal_V.gif'; } if (($top['sex']==0) && ($top['race']==4)) { $img='./img/race/Dwarf_M.gif'; } if (($top['sex']==1) && ($top['race']==4)) { $img='./img/race/Dwarf_V.gif'; } if (($top['sex']==0) && ($top['race']==2)) { $img='./img/race/Delf_M.gif'; } if (($top['sex']==1) && ($top['race']==2)) { $img='./img/race/Delf_V.gif'; } if (($top['sex']==0) && ($top['race']==0)) { $img='./img/race/Human_M.gif'; } if (($top['sex']==1) && ($top['race']==0)) { $img='./img/race/Human_V.gif'; } if (($top['sex']==0) && ($top['race']==1)) { $img='./img/race/elf_M.gif'; } if (($top['sex']==1) && ($top['race']==1)) { $img='./img/race/elf_V.gif'; } if (($top['sex']==0) && ($top['race']==3)) { $img='./img/race/Orc_M.gif'; } if (($top['sex']==1) && ($top['race']==3)) { $img='./img/race/Orc_V.gif'; } if (($top['online']==0) && ($top['online']==0)) { $on='./img/others/icon_offline.gif'; } if (($top['online']==1) && ($top['online']==1)) { $on='./img/others/icon_online.gif'; } if (($top['nobless']==1) && ($top['nobless']==1)) { $nobless='./img/others/Tiara.gif'; } if (($top['nobless']==0) && ($top['nobless']==0)) { $nobless='./img/others/cross.png'; } if (($top['sponsor']==0) && ($top['sponsor']==0)) { $sponsor='./img/others/cross.png'; } if (($top['sponsor']==1) && ($top['sponsor']==1)) { $sponsor='./img/others/DonatorMushroom.png'; } else {$online='<font color=red>Offline</font>'; } echo "'<tr><td><b></b></td><td><center><img src='$img'></center></td><td><center><font color=#F8F8F8><strong>$name</strong></fonts></center></td><td><center><font color=#F8F8F8><strong>$top[level]</strong></fonts></center></td><td><center><font color=#FFFF33><strong>$class[ClassName]</strong></fonts></center></td><td><center><center><font color=#F8F8F8><strong>$clan[clan_name]</strong></fonts></center> </td><td><center><b><font color=#FFFF33><strong>$top[count]</strong></fonts></b></center></td><td><center></center></td><td><img src='$on'></td><td><center></center></td></b></tr>"; $n++; } //Done echo '</table>'; ?>
  2. I have a problem, missing the spawn the npc and mob Silent Valley and Giant Cave is practically empty! I tried to re-upload it spawnlist.sql but nothing, the problem persists. Ideas?
  3. could you give me a site where I can find an item / skill etc etc by simply typing the ID or name? Yesterday I used http://l2jdp.com/l2jdb/db_search_class.php but then went down the database ...
  4. As the title .. I need a NPC or multisell containing Recipe A I already tried to search but find only broken link ... pls help :'( .. thanks
  5. Does a wedding npc exist included in l2j gracia epilogue? If yes, could you specify me its id or npc share? I've tried with Andromeda Id: 31324 but it isn't what i need
  6. l2j I'd want to let the winner have 3 cokes, instead to the loser just one.. How can i do? The code for the winner is this one below # Reward for winning team. # Example: TvTEventReward = itemId,amount;itemId,amount;itemId,amount TvTEventReward = 3434,3 for the loser as I do?
  7. The Epilogue of TVT have automatic right? So I wonder ... how to configure the script so that victor / defeat is automatically assigned a prize?
  8. it doesn't matter if human, dwarf or elf, the main thing is that it will work :(
  9. Sorry but how does this script?
  10. Ah! Thank you so much ... Firefox gave black page
  11. The problem is that I do not know the names or the id how do I find? I need a link or a file that sorts books and amulets to level
  12. I'd need to know the names of all the skill books, amulets over level 80 Thanks
  13. Hi, I wonder if some good soul could link me a PHP script (possibly already done just to fill in the config) working for Grace Epilogue Statistics like ... Most Active Characters Top Pk Castles conquered etc. Thanks
  14. How do I call? I tried to put it in _config_procs but error Parse error: syntax error, unexpected '[' in / var/www/test/test2/config.php on line 8 Warning: mysql_connect () [function.mysql-connect]: Access denied for user 'www-data' @ 'localhost' (using password: NO) in / var/www/test/test2/_config_procs.php on line 2 Could not connect to MySQL works on gracia epilogue?
  15. Read.txt "GET THE FUCK OUT OF THERE :) FIND STATUS SCRIPT BY YOURSELF NOOB ! ..I.. MRED IS NERD :) " -.-
  16. Site copy by HTTrack Website Copier/3.x ... you can not configure the statistics ... IMHO they are useless
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock