Jump to content

Lavos

Members
  • Posts

    732
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Lavos

  1. Use mysqli class to connect to a database: check here http://php.net/manual/en/class.mysqli.php

    example:

    <?php
    $mysqli 
    = new mysqli("localhost""my_user""my_password""world");
    /* check connection */
    if ($mysqli->connect_errno) {
        
    printf("Connect failed: %s\n"$mysqli->connect_error);
        exit();
    }


    /* Create table doesn't return a resultset */
    if ($mysqli->query("CREATE TEMPORARY TABLE myCity LIKE City") === TRUE) {
        
    printf("Table myCity successfully created.\n");
    }


    /* Select queries return a resultset */
    if ($result $mysqli->query("SELECT Name FROM City LIMIT 10")) {
        
    printf("Select returned %d rows.\n"$result->num_rows);

        
    /* free result set */
        
    $result->close();
    }

  2. Hello, I need a web dev who can "design" and code in html/css my project.

    Photoshop is not really need it, i guess buttons can be made in css without problems, I want a simple and compact design, I will send you the wireframes to see how it should look.

    I need it to be responsive mobile/tablet/pc. It is a very simple design and my budget will be around 30-50 euro, so consider this too. 

     

    Payment after you completed the job.

     

    pm with your skype.

     

  3. Too bad this server is a copy cat. I don't recommend joining this server. Renewal/Survival were awesome servers and this garbage wont last more than 1 day. My suggestion change the name and maybe i will try it

  4. Don't talk if you don't know, im new owner, and we are not l2deathland.COM project. Please, if you want to show your intelligence(not), this is not a place.

    What made you think I was showing my intelligence? I'm just pointing out facts ( wiped more than 20 times) and making a suggestion toward members of this forum. ( dont join this shitty server) Cheers.

  5. If you are connecting to db from an external server you should create an other user to be more safe. Run this queries, the first one allows you to connect with an external user:

    grant all privileges on l2jdb.* to myuser@'%' identified by 'mypasswd';
    grant all privileges on l2jdb.* to myuser@localhost identified by 'mypasswd';

  6. Were you searching about one progressive realm based in WotLK, with stunning quality and with the blizzlike feeling and essence of the old times?

     

    The private server Dalaran-WoW releases their second realm on February 15th: Algalon.

     

    That will be the first and unique progressive realm out there. Make your home here.

     

     

    -Official Website: http://www.dalaran-wow.com

    -Facebook: http://www.facebook.com/dalaranwow 
    -Youtube: http://www.youtube.com/user/DalaranWoWcommunity 

  7. Account with 12 runes - 4 for jungler, 5 ap, 1 adc, 2 top, 77 champs and those skins,

    - wicked lb

    - safari cait

    - red riding annie

    - boom boom blitzcrank

    - mundoverse

    - enchanted galio

    - hired gun graves

    - debonair jayce

    - pre void kassadin

    - umaksed kayle

    - morg succubus

    - battle bunny riven

    - dark flames shyvana

    - primal udyr

    - special weapon zac

    - underworld tf

    -warring kingdoms xin

    - imperial xin

    PM me for more info.

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