Jump to content

Macintosh

Members
  • Posts

    142
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Macintosh

  1. 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>

     

  2. 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!

  3. // 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.");

           }

       }

     

    }

     

  4. nice but you buy a domain and can't install a forum like smf or vbulletin on it ? omg if you need help i will help you for free install a forum on your domain like l2reliance/forum.php ......smf vbulletin php anything you want if you want me to help pm me!

     

    If you wouldnt mind, i would appricate it! I PMed you!

  5. site is not working.... srv already dead? anyway imo the max enchant is still to much, u should make it +16

     

    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.

  6. Im gonna try it. Hope you will also change the donation system cuz it's really unbalanced for a 20x xD

     

    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!

  7. 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!

  8. 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!

  9. 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

  10. 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

×
×
  • 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