Jump to content

PsyCho0

Members
  • Posts

    112
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by PsyCho0

  1. no dn ginete mono na alla3eis to pass mporis mesou startSQLAccountManager
  2. 8a s elega na paris ena wehosting me 10euro to xrono kai ena domain kai eisai gg
  3. pare ena link alla oxi 5 h einai 3h gg eisai http://www.megaupload.com/?d=K1XSUR98
  4. dn exeis kani ri8miseis sto db_installer pare ena code kai 8a eisai gg :configure call :colors 17 title L2JDP installer - Setup cls set config_version=1 if NOT %upgrade_mode% == 2 ( set fresh_setup=1 set mysqlBinPath=%ProgramFiles%\MySQL\MySQL Server 5.1\bin kai kane antikatastasi me auto c:\ProgramFiles\MySQL\ Server 5.1\bin[\code] i opou to exeis eukolo kai aplo
  5. final dn einai to pack??? kane m pm na s stilo ena link me 24 h ;)
  6. pvp color sustem pernas stin java tou server me eclipse(compile)
  7. katarxas prepei na 3eris oti to site perpei na exei morfi .php sou dino to code pou prepei na peraseis sto site kai na sindesis tin db <?php define('mySQL_hostname', '127.0.0.1'); //database IP define('mySQL_database', 'Database'); //database name define('mySQL_username', 'User'); //database user define('mySQL_password', 'Pass'); //database password function l2j_encrypt($password) { return base64_encode(pack("H*", sha1(utf8_encode($password)))); } $str = l2j_encrypt($_POST['pass']); $user = $_POST["name"]; $db_link = mysql_pconnect( mySQL_hostname, mySQL_username, mySQL_password ) or die( 'Error connecting to mysql<br><br>'.mysql_error() ); $db_select = mysql_select_db( mySQL_database, $db_link ) or die( 'Error connecting to Database<br><br>'.mysql_error() ); if ($user == '') { print'Incorrect UserID'; mysql_close(); } else { $db_add = mysql_query( "INSERT INTO `accounts` VALUES ('$user', '$str', '0', '0', '')" ) or die( 'Error: '.mysql_error() ); } print 'Account Created<br><br>Enjoy youre gameplay.'; mysql_close(); ?> to 2o Gia server Status! <?php print'<table width="150">'; $server = "127.0.0.1"; $portg = "7777"; $portl = "9014"; $timeout = "5"; if ($server and $port and $timeout) { $game = @fsockopen("$server", $portg, $errno, $errstr, $timeout); $login = @fsockopen("$server", $portl, $errno, $errstr, $timeout); } print'<tr><td align="center"><strong>Server Status</strong></td></tr>'; if($login) { print'<tr><td>Login:</td><td><font color="#00FF00"><strong> Online</strong></font><br><br></td></tr>'; } else { print'<tr><td>Login:</td><td><font color="#FF0000"><strong> Offline</strong></font><br><br></td></tr>'; } if($game) { print'<tr><td>Game:</td><td><font color="#00FF00"><strong> Online</strong></font></td></tr>'; } else { print'<tr><td>Game:</td><td"><font color="#FF0000"><strong> Offline</strong></td></tr>'; } print'</table>'; ?> meta apo auto vazoume auto sto index! <form action="acc.php" method=post> UserID:<input type="text" name="name" size 20><br><br> Password:<input type="password" name="pass" size 20><br><br> <input type=submit name="submit" value="Login"> </form> kai to 3o Gia Online Players!! <?php //first you need to define db info define('mySQL_hostname', '127.0.0.1'); //database IP define('mySQL_database', 'Database'); //database name define('mySQL_username', 'User'); //database user define('mySQL_password', 'Pass'); //database password //connects to mysql $db_link = mysql_pconnect( mySQL_hostname, mySQL_username, mySQL_password ) or die( 'Error connecting to mysql<br><br>'.mysql_error() ); //connects to Database $db_select = mysql_select_db( mySQL_database, $db_link ) or die( 'Error connecting to Database<br><br>'.mysql_error() ); //selects desired table $chars=mysql_query("SELECT * FROM characters"); //tells how much rows are there (will come helpfull with while loops) $rows =mysql_numrows($characters); $i=0; $x=0; //while $i is smaller than number of rows repeat the code while ($i < $rows) { $online=mysql_result($chars,$i,"online"); //looks into characters table, under column online(if player is online its "0" else "1"), at row $i if ($online == 1) { $x++; } // if column online at row $i is "1", increase $x $i++; //increase $i } print 'Online players:<em>'.$x.'<em>'; //prints out the $x number of players online ?> Eplizw na se voi8isa sou edwsa kai 2 parapano ama 8es ta vazis ;) GL
  8. ama exei vars kanto delete ama dn exeis kai s vgazi error pata sto db_installer de3i click epe3ergasia kai vres auto :configure call :colors 17 title L2JDP installer - Setup cls set config_version=1 if NOT %upgrade_mode% == 2 ( set fresh_setup=1 set mysqlBinPath=%ProgramFiles%\MySQL\MySQL Server 5.1\bin kai kane antikatastasi me auto c:\ProgramFiles\MySQL\ Server 5.1\bin i opou to exeis eukolo kai aplo ;)
  9. ennoei px to dagger einai +0 to poulei 5 adena ama einai +20 to poulaei 500 adena pio akrivo me to + aplos file m pigene sta multisell kai alla3e tis times an 3eris ama dn exei sta multisell ton gmshop kane me eclipse coding
  10. sorry gia duble post alla vrika to error - Lock It
  11. dwse m to msn s se pm na s kanw install tin db s
  12. sou skaei dc swsta ama sou skaei dc 3ero ti fteei kane m pm na s pw
  13. [GR]antwnh afou to vrikes free kai iparxi kai sto mxc gt to poulas????[\GR]
  14. 40 euro i have them free lol....
  15. 8es na mas peis me liga logia oti dn work i oly??? Vale Auto kai pes m # ----------------------------------------------------------------- # Olympiad Config # ----------------------------------------------------------------- # Olympiad Start Time in Military hours Default 6pm (18) AltOlyStartTime = 18 <------------ Edw einai i wra sto leei to 6pm eimai 18 dld to 7 einai 19 to 8 einai 20 # Olympiad Start Time for Min's, Default 00 so at the start of the hour. AltOlyMin = 00 <----------------- edw einai ta lepta dld an to exeis 18 kai baleis edw 30 tha anoixei kai 18:30 # Olympiad Competition Period, Default 6 hours. AltOlyCPeriod = 21600000<--------------- edw etsi opws einai klinei stis 12 # Olympiad Battle Period, Default 6 minutes. (If set different, should be < AltOlyBWait) AltOlyBattle = 360000<-------------edw poso tha krataei h maxh
  16. http://www.maxcheaters.com/forum/index.php?topic=28058.0 oriste file m elpizw na se help
  17. koita egw kanw install mono tin arxi meta dn mporo na fix tis paparies dld pass ti 8elw na kanw to mysql gia developing gia server machine auta dn mporo na kanw mou kani elaxistopiisei.....
  18. oxi katarxas otan paw na kanw install mou to kani elaxistopiisi apo mono tou kai dn mporo na sinexiso....
  19. paides exw ena provlima egkatestisa to mysql otan paw navact na anoi3w to localhost m vgazi error 2003-cant connect to mysql server on localhost (10061) 3erete ti paizei????
  20. i am second admin of emerald you made weapon or someone gave you?
  21. [GR]O Pirgos M Mono 5k Kani oti exei autos sto pc tou emena exei x2 misou pw x3 tespa [\GR]
  22. Unbalance With Fighters........
  23. re paidia to exw katevasei alla dn mou anoigi to exe 3erete gt?
  24. paides mporite na mou dwsete ena topic pou na leei pos na kanete install script px tvt colors otan kani login o castel lord compile 3ero aplos 8elw na ma8w kanis kanis install scripts me eclipse
  25. Here I have xray scanner for mobile have fun :D
×
×
  • 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