Jump to content

Macintosh

Members
  • Posts

    142
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Macintosh

  1. well it was a guide off of this website! so, clearly i didnt!
  2. http://www.l2reliance.net/account/playeronline.html When you go to this page, on my website. What do i need to change so that it will show the online players? Here is my code: <html> <BODY BACKGROUND="bg.gif" BGCOLOR="#000000" TEXT="#FFFFFF"> <table border='5' align="left"> <tr><td><a href="index.html"><font size="+2" color="white"><b>Home</b></font></a></td></tr> <tr><td><a href="playeronline.html"><font size="+2" color="white"><b>Online Players</b></font></a></td></tr> <tr><td><a href="top_10_list_online.html"><font size="+2" color="white"><b>Top 10 online</b></font></a></td></tr> <tr><td><a href="top_10_list_pkkills.html"><font size="+2" color="white"><b>Top 10 PK</b></font></a></td></tr> <tr><td><a href="top_10_list_pvpkills.html"><font size="+2" color="white"><b>Top 10 PvP</b></font></a></td></tr> <tr><td><a href="top_10_list_karma.html"><font size="+2" color="white"><b>Top 10 Karma</b></font></a></td></tr> <tr><td><a href="top_100_list.html"><font size="+2" color="white"><b>Top 100 Players</b></font></a></td></tr> <tr><td><a href="clan_list.html"><font size="+2" color="white"><b>Clan List</b></font></a></td></tr> <!-- <tr> <td><a href=""><font size="+2" color="white"><b></b></font></a></td> </tr> --> </table> <center> <br><br><font size="+2"><b>Online Players</b></font> <br> <br> <br> <br> <?php function connect() { include "configs/script_config.php"; } $sexes = array('M', 'F'); $levels = array('-100' => "Banned", '127' => "GM"); $FORM = "<table border='1'> <tr> <th class='Stil5' align=center>#</th> <th class='Stil5' align=center>Player Online</th> </tr>"; $query_chars = "select char_name from characters WHERE online=1;"; connect(); $link = mysql_query($query_chars); $i=1; $r=255; while ( $row=mysql_fetch_row($link) ) { $FORM .= "<tr> <td class='Stil5' align=center>$i</span></td> <td class='Stil5' align=center>$row[0]</td> </tr>"; $i++; $r -= 0; } mysql_close(); echo $FORM; ?> </center> </body> </html>
  3. This website is not stolen, if you look around on MaxCheaters you will discover that this is a downloadabol template which you may edit at your liking!
  4. Does anyone know Php and java enough to help get me going to get an account registration page on my website so the players have to register for an account and dont just get an auto create. Or can someone point me in the direction of a guide? Thanks Evan!
  5. Its account Login for a website, i got the site files off of maxcheaters and i dont know how to make them work. I didnt know if you did either. This is where it goes. http://l2null.com/en/register-account
  6. // Define variável global var xmlhttp; function __mudaSenha(varForm) { // Atribui valores as variáveis var usuario = document.getElementById('usuario').value; var senha = document.getElementById('senha').value; var novasenha = document.getElementById('novasenha').value; var renovasenha = document.getElementById('renovasenha').value; // Instancia o objeto, dependendo do navagador if (window.XMLHttpRequest) { xmlhttp = new XMLHttpRequest(); } else if (window.ActiveXObject) { xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); } else { alert("Seu navegador não suporta XMLHttpRequest. Atualize seu navegador"); return; } xmlhttp.open("POST", "acc_change_password/changePassword.php", true); xmlhttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8"); xmlhttp.setRequestHeader("Cache-Control", "no-store, no-cache, must-revalidate"); xmlhttp.setRequestHeader("Cache-Control", "post-check=0, pre-check=0"); xmlhttp.setRequestHeader("Pragma", "no-cache"); xmlhttp.onreadystatechange = processReqChange; xmlhttp.send("usuario=" + usuario + "&senha=" + senha + "&novasenha=" + novasenha + "&renovasenha=" + renovasenha); } function processReqChange() { document.getElementById("resp").innerHTML = "Processing Data..."; if (xmlhttp.readyState == 4) { if (xmlhttp.status == 200) { // xmlhttp.responseText, recebe o valor da variavel $msg de cadastro.php if(xmlhttp.responseText == 1) { document.getElementById("resp").innerHTML = "Password Changed ! ! ! <br><br><br>"; window.location.href = "http://www.l2reliance.net/br"; // Redireciona para uma pagina.... } else document.getElementById("resp").innerHTML = xmlhttp.responseText; } else { alert("Problems on data load."); } } }
  7. Im hosting a server, and i noticed i have Lag (2-3 Seconds per click of my char) I have the worst Linksys Router apparently its a G router, i was told thats not good. I need an "N" Router. So i was wondering if i get a better router will i have less lag on my server?
  8. If you wouldnt mind, i would appricate it! I PMed you!
  9. That dont help me because other people has had the same problem but no one has an answer on how to fix it.
  10. Everything is fine with the downloading. it downloads and does the files fine. Once it is done, that's a different story. it will say UPDATE FAILED and thats it, if you try to click start it will say file not found....so i was wondering how or what to do to fix this? Thanks, Mac
  11. I know im not done with everything but, does this look good? like how i have my site set up. Im just wanting opinions. SITE- http://www.l2reliance.net
  12. We upgraded our Site to Premere Hosting, Thats why it was down most of the day. It is up now :) www.l2reliance.net and i agree, we will fix that.
  13. Thank you! I have to ask, what donations do you recommend? As in what should be some rewards? Im really a Admin who takes players ideas and makes them work!
  14. We changed them yesterday, the website is under construction. We are adding new items to the website thats why if you go to the website right now it looks a little odd. Were just trying to improve everything as much as we can. The rates on here are the correct rates!
  15. I fixed that, we noticed that as well!
  16. We opened last week, i have made a server before with around 100-120 players online. I quit and now that Freya is out i started over, made everything new. I changed the name and everything. We have a site, www.l2reliance.net and were working more and more on it each day. I have one other Admin who does my website designs and is improving the template. We havent really released it to the public. We need some help and decisions on what is good and bad now since i have been out for so long with server making. What shops should carry how to do things, proper rates just good ideas and some help. We are a dedicated server, i bought a server box for this so we are good on that. 13GB of Ram and never any down time. No lag snice i have been online. Just im looking for a Head GM who wants to help our server, help bring in new players and get us going to be a great server!
  17. What do you mean to be exzact? Would you like to know about the server and all or how im hosting it? I didnt quite understand what you wanted to know!
  18. We are taking staff at this time, if you would like to be a GM on our server and want to try out. Log into the game and let us know. Our Website is www.l2reliance.net and it has a how to connect information. Page is called "Download" thanks. Admin Topsi!
  19. Has anyone tried out the server, seen if it was doing good? I just want peoples opinions.
  20. L][ Reliance Server opened last week! Reopens in FREYA!! Site: http://l2reliance.net Forum: Under Construction! Need GM Tryouts, We are taking 1 GM. We will use you and decide weather to keep you or not. Server is not all the way done, more and more is being added for more convienent game play! When forum goes live, apply online! RATES: XP 20x SP 20x Party XP 40 Party SP 40 Adena 20x Drop 20x Spoil 15x 1st, 2nd and 3rd Quest's Free (Pop up button or manager by your choice). (Also reward after third class change) 28 Buff Slots 18 Dance/Songs Slots + 4 slots from Divine Inspirations. Enchant Rate 72% Blessed Enchant Rate 72% Safe Enchant +8 Element Enchant +50%. Special Auxiory Stones for more % of your enchant are added at Raid Boss drop. Max Enchant Weapon +20 Max Enchant Armor +20 Max Enchant Jewelery +20 All Clan skills work how they must work. Added at lvl 8 lvl 9 lvl 10 Squad Skills. -------------------------------------------------------------------------------- SUPPORT Global Gate Keeper (All Town | Twon Areas | Seven Sings). Buff NPC in any Town (Manual Buffs | Adding Scheme Buff) all buffs 2 Hours. GM Shop in any Town: GM Shop sells anything except RTI Items (Reliance Top Items) (NPC in Progress) Universal NPC with Full support only at Giran Town. At this NPC is added > Top PvP/PK info (Updated Daily), Gatekeeper , GM shop , Clan Support , Ally Support , Class Master , Sub Class Master , Ware House(Personal/Clan) , Augument Master , Symbol Maker and Remover of Attributes. -------------------------------------------------------------------------------- FEATURES Teleport Protection(Full protect from PK or Aggresive Monsters). Fortress sieges - Retail Like. Castle sieges - Retail Like. Olympiad Games - Retail Like All Grand Bosses - Retail Like All Normal Bosses - Retail Like Seed of Infinity - Works. Seed of Destruction - Works. Seed of Anihilation - Works. S grade items Full functional + Foundation {PvP} Kinds. S80 grade items Full functional + Foundation {PvP} Kinds. S84 grade items Full functional + Foundation {PvP} Kinds. Vesper Recipes + Fabrics added at new zones(Freya Change Set). Moirai Recipes + Fabrics added at new zones(Freya Change Set). Talismans 80% Fixed. Skill Enchantment (fixed and working as Freya). Jewel Augmentation (All Rings,Earnings,Necklaces). PvP/PK Feed protection!. Offline Shops - Enabled (Sit on private store and exit game). Oly Feed Protect(Same IP / Dual Boxes). Bot farm Protect(Spawned mobs are Invisible Protected). -------------------------------------------------------------------------------- EVENTS Team vs Team event - every hour's is very balanced event and good protected if you not have 5 kills wont reward you if your team win (afk protect) First kill at event is rewarded like First Blood.Every 5 kills if you not die you will be rewarded more and ofc announce! Town Invasion - Randomly every time.Raid Boss Lindvior will invade 1 of all town by random choice.Boss will be rly strong is Server Boss that mean must be fight with many people in town. And much more managed by GM/Admin. -------------------------------------------------------------------------------- WARNING No homade server
  21. Could you tell me how? or what to do, ive never seen this problem so i dont know what everything is.
  22. Assertion failed: GIsDynamicRecompile || GIsEditor || GetSuperClass() || this==UObject::StaticClass() [File:.\UnClass.cpp] [Line: 910] History: UClass::Bind <- (Class ADEN_CASTLE_T.Aden_c_base03) <- ULinkerLoad::CreateExport <- (Aden_c_base03 3430604) <- ULinkerLoad::Create <- UObject::StaticLoadObject <- (Engine.Texture ADEN_CASTLE_T.ADEN_C_BASE03 NULL) <- UOrcMove::CalculateCRC32 <- 1.510000::0 <- UGameEngine::Init <- InitEngine WHAT DOES THIS MEAN??? THANKS IN ADVANCED
  23. im looking for someone who knows how to add Java into my server, im so lost!
×
×
  • 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