Jump to content

Pauler

Legendary Member
  • Posts

    1,390
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Pauler

  1. Ok, sorry I tested the code and I did some mistakes. I havent coded in PHP something for a long time. mysql_fetch_row should better be mysql_fetch_assoc And mysql_select_db($connect, "l2jdb"); should be mysql_select_db("l2jdb", $connect);
  2. Yeah dude I saw that. You have to tell me what the error says.
  3. I coded one now: test.php <?php include('connect.php'); $query = mysql_query("SELECT * FROM characters WHERE online=1"); $count = 0; while ($row = mysql_fetch_row($query)) { $count++; } echo "There are " + $count + " players online."; ?> connect.php <?php $connect = mysql_connect("localhost", "root", "password"); mysql_select _db($connect, "l2jdb"); ?>
  4. Go to your program files search for the mysql folder, click on him and then search for the bin folder inside the mysql folder. when you find it, just copy the location of your bin folder to the databaseinstaller.
  5. Right click on the databaseinstaller.bat, then click edit. Then, just add the correct path to mysql.
  6. You let me no other choice, buddy. You try to prevent me for showing my feelings and my thoughts to the world through my favourite hobby. Designing. It's not the first time people that this guy hurts my feelings by deleting my entry from the sotm content. I see my hard work being deleted over and over and over, in front of my eyes being unable to do anything to stop him. Designing is my whole life people. Even if I fail some times I keep trying being better and better every single hour, every single day. And the bravo that I take is a cold delete to my entry. Even if I fall on my knees begging this beast in PMs to stop doing this. I earn nothing. And all I ask, is just a place in the contest so people can judge my work and vote for it. No matter how much I drink, no matter how much people I swear for my own satisfaction the thought of this terrible person keep coming back. Every day.
  7. εγώ μακάρι να περάσω την δεύτερα γυμνασίου φέτος.
  8. Pokemon nowadays is crap. I remember them back when the first generation came out. They were really interesting.
  9. Έχεις κάποιο πρόβλημα με τους χοντρούς? Πήγαινε και βάλε το κεφάλι σου κάτω από καμιά βρύση. Με κρύο νερό.
  10. Why you don't understand that the chronicle doesn't really matter by the time this is more about a generic mmorpg than l2.
×
×
  • Create New...