Jump to content

Xerus

Members
  • Posts

    745
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Xerus

  1. solved with iframe
  2. Hello guys so i have this code in my website function connect() { include "configs/script_config.php"; } $sexes = array('Male', 'Famale'); $online = array('0' => "<font color=#FF0000><b>OFFLINE</b></font>", '1' => "<font color=#035922><b>ONLINE</b></font>"); $klan = array('0' => "No Clan"); $FORM = "" ; $query_chars = "select char_name,level,sex,clanid,onlinetime,lastAccess from characters where onlinetime >= 1 order by onlinetime desc limit 50;"; connect(); $link = mysql_query($query_chars); $i=1; $r=255; while ( $row=mysql_fetch_row($link) ) { $timer=$row[4]; $day = bcdiv($row[4],86400); $datetime = gmstrftime("$day day(s) %H hour(s) %M min(s)", $timer); $timer2=$row[5]/1000; $datetime2 = gmstrftime("%d.%m.%Y", $timer2); $datetime3 = gmstrftime("%H:%M:%S GMT", $timer2); $query = "select clan_name from clan_data where clan_id=$row[3]"; $link2 = mysql_query($query); $clan = mysql_fetch_row($link2); $FORM .= "<table border='3'> <tr> <td align=center><font color=#808080><b> $i.</b></span></td> <td align=center><font color=#AE5C08> $row[0]</td> <td class='Stil5' align=center>$row[1]</td> <td class='Stil5' align=center>".$sexes[$row[2]]."</td> <td align=center><font color=#21ff22>[".$clan[0]."]</td> <td align=center><font color=#21ff22>$datetime</td> </tr></table>"; $i++; $r -= 0; } mysql_close(); echo $FORM; The code is ok but i want to see the list in Columns like: Name/Class/Clan/OnlineTime and to be fixed because if someone has a bigger name the table is bigger... any ideas?
  3. but its using lineage 2 files and databases that why i posted here anyway delete topic
  4. Hello guys so i have this code in my website function connect() { include "configs/script_config.php"; } $sexes = array('Male', 'Famale'); $online = array('0' => "<font color=#FF0000><b>OFFLINE</b></font>", '1' => "<font color=#035922><b>ONLINE</b></font>"); $klan = array('0' => "No Clan"); $FORM = "" ; $query_chars = "select char_name,level,sex,clanid,onlinetime,lastAccess from characters where onlinetime >= 1 order by onlinetime desc limit 50;"; connect(); $link = mysql_query($query_chars); $i=1; $r=255; while ( $row=mysql_fetch_row($link) ) { $timer=$row[4]; $day = bcdiv($row[4],86400); $datetime = gmstrftime("$day day(s) %H hour(s) %M min(s)", $timer); $timer2=$row[5]/1000; $datetime2 = gmstrftime("%d.%m.%Y", $timer2); $datetime3 = gmstrftime("%H:%M:%S GMT", $timer2); $query = "select clan_name from clan_data where clan_id=$row[3]"; $link2 = mysql_query($query); $clan = mysql_fetch_row($link2); $FORM .= "<table border='3'> <tr> <td align=center><font color=#808080><b> $i.</b></span></td> <td align=center><font color=#AE5C08> $row[0]</td> <td class='Stil5' align=center>$row[1]</td> <td class='Stil5' align=center>".$sexes[$row[2]]."</td> <td align=center><font color=#21ff22>[".$clan[0]."]</td> <td align=center><font color=#21ff22>$datetime</td> </tr></table>"; $i++; $r -= 0; } mysql_close(); echo $FORM; The code is ok but i want to see the list in Columns like: Name/Class/Clan/OnlineTime and to be fixed because if someone has a bigger name the table is bigger... any ideas?
  5. :( i hope he will see it soon cause it helps a lot to search
  6. http://maxcheaters.com/forum/index.php?topic=271491.0 i reported too but i guess nobody checks it.
  7. Search Engine of Mxc is not working for me i guess its not working for everyone, check it.
  8. i know but i dont freeze players or something i just dont allow them to use skills or restart near npc will it lag the server?
  9. good to hear that otherwise i would have to kick them of the game but it would be very boring for other players
  10. The actions dont work at all even with phx but the server sends acton failed packet to them so maybe after a lot of requests it will lag? i dont know...
  11. Hello guys i am just worried if i will lag the server this way. I am coding some things that prevent players from doing some things like: restarting near npcs or enchanting near wh or using skills near villagemaster and the players cant do any of these but what if they use phx and try to do these things very fast? will it lag the server? because there is no floodprotector
  12. I think that they use us by telling lies that we will make money from it so more people will join it and make them more money. They dont even explain how you will make money and dont give enough information. Its like trusting a stranger...
  13. So what is that all about? New network site that steals your time to grow fast?
  14. Signed up under your referral link ;) Looks like a good site...
  15. Its not working until you get paid ;)
  16. I dont care if its a client mod but i dont want to have it on the website.. I want to use it in game is it possible even with client mod?
  17. :) I know but .ogg cant open radio files its like mp3... Maybe with some kind of player implemented..
  18. Did you read the first post at all?
  19. That share you are talking about is for music but it doenst work with radio because it uses internet..
  20. Hello guys, i am trying to create l2j interlude radio. I know that you can play music files with .ogg conversion but i dont know if i can play live music files such as .pls or .asx in lineage 2 so if this is possible please let me know..
  21. Hello guys, i am trying to add a radio command to my server so it will use a file to play radio.. Unfortunately l2 plays only .ogg files but the format of radio player is different.. is there any way to do it? Converting to .ogg doesnt work because its a live player..
  22. Yea thats really nice, i had to change some things in xml to add items but its better this way ;)
  23. Never mind i fixed it i didnt knew that changing xml items also change the sql ;p sorry about that now its alright ;)
  24. No sql files in xml folder... How to add custom armor in server then? Where to execute the sql files? there are no tables for armor... or weapon..
×
×
  • 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