Jump to content

Darion

Members
  • Posts

    6
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Darion

  1. Do You Mean NC Soft???Well Give Me A Good Reason For Which The NC Soft Would Give Me The L2Font...Do They Know Me???And If It's Possible I am sure that i should if i wanted to get this font...

     

    Nah xD i mean the designer who made it for l2 nemesis maybe it's someone from the staff send them a e-mail or something.

  2. Hello veryone

     

    I formated my computer yesterday and there was a link that i wanted but i dont real remember it.

    It has 2 pp on the link and it's a c4 off related forum the theme was like light blue like vbulletin if i remember.

    Does anyone know witch link it is ?

    HGosh i am going nuts, i cant find it anywhere.

     

    Edit: damn yeah found it it's postpasific lol, lost almost 1 day searching but i didn't have anything else to do haha

  3. That font doesn't exist it is a logo only they didn't make the font.

    @4l3x4ndr0sS

    That logo was mixed with the letters of l2 logo and other look like font.

    I made it myself one time too.

    lolinf.png

    Don't ask me witch font i used because i want to remember it too lol.

  4. <html>
    <head>
    <title>
    Raidboss info
    </title>
    </head>
    <body>
    <table>
    <tr><td>Name</td><td>Status</td><td>Spawn</td></tr>
    <?php
    $hostname = "localhost"; // your database location
    $database = "l2jdb";
    $user = "root"; // your database user
    $pass = ""; // your database password
    
    $connect = @mysql_connect($hostname, $user, $pass);
    @mysql_select_db($database, $connect);
    
    if(!$connect)
    echo 'Can\'t connect to the database';
    else
    {
    $raidspawn = mysql_query("SELECT boss_id,respawn_time FROM raidboss_spawnlist ORDER BY respawn_time DESC");
    while(list($boss_id,$respawn_time) = mysql_fetch_row($raidspawn))
    {
    $raidnames = mysql_query("SELECT name FROM npc WHERE id = $boss_id");
    $text = '<font color="00FF00">alive</font>';
    $respawn = '<font color="0000FF">spawned</font>';
    if($respawn_time > 0)
    {
    	$respawntime = date('r',($respawn_time / 1000));
    	$text = '<font color="FF0000">dead</font>';
    	$respawn = '<font color="FF0000">Will respawn '.$respawntime.'</font>';
    }
    
    while(list($raidname) = mysql_fetch_row($raidnames))
    {
    	echo '<tr><td>'.$raidname.'</td><td>'.$text.'</td><td>'.$respawn.'</td></tr>';
    }
    }
    }
    ?>
    </table>
    </body>
    </html>

     

    credits to hanwik

     

    How i edit the raidboss name color ?

    My website background is black and the raidbosses names too.

  5. For a little moment i was interested but now nahhh...

     

    "This Brigth hosting is a scambug!!!

    if he give you a offer like reseller master reseller

     

    dont believe him he's just a 14 years old kid he dont know how to install WHM and he really dont know everything about webmastery

     

    he's just a grade 5 children

     

    im asking to all members that dont spent your time here

     

    he will just scam you all he's a stupid brat cant understand php language

     

    look the domain .co.cc he's a cheap and the forum design is very fucking annoying

     

    so ALL GUEST AND WANT TO SIGN UP HERE

     

    PLEASE GO AWAY AND DONT WASTE YOUR TIME HERE

     

    TRUST ME!!!"

     

    Nice try btw ;)

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