Jump to content

‚Point‘

Premium
  • Posts

    217
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by ‚Point‘

  1. The guy who sent me, asked me not to share... Sorry man but if he is so friendly and helping, I wont share if he dont want. I hope you understand that...
  2. i got the following error at my ch-online status and my homepage: Deprecated: mysql_query(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /var/customers/webs/xxx/xxx/inc/status.inc.php on line 30 Warning: mysql_query(): Access denied for user 'xxx'@'localhost' (using password: NO) in /var/customers/webs/xxx/xxx/inc/status.inc.php on line 30 Warning: mysql_query(): A link to the server could not be established in /var/customers/webs/xxx/xxx/inc/status.inc.php on line 30 Warning: mysql_fetch_object(): supplied argument is not a valid MySQL result resource in /var/customers/webs/xxx/xxx/inc/status.inc.php on line 30 status.inc.php is the following: <div class="sidebar_middle_fix2"> <?php $ip = array("xxx","xxx","xxx"); $portlist=array(21002, 3306, 21002); // Ports $ip1 = @fsockopen($ip[0], $portlist[0], $errno, $errstr, 1); if ($login_status) { echo '<div class="server_status on"><p>Channel 1</p>... ist online!</div>'; } else { echo '<div class="server_status off"><p>Channel 1</p>... ist offline!</div>'; } @fclose($login_status); $ip2 = @fsockopen($ip[1], $portlist[1], $errno, $errstr, 1); if ($db_status) { echo '<div class="server_status on"><p>Channel 2</p>... ist online!</div>'; } else { echo '<div class="server_status off"><p>Channel 2</p>... ist offline!</div>'; } @fclose($db_status); $pi3 = @fsockopen($ip[2], $portlist[2], $errno, $errstr, 1); if ($patch_status) { echo '<div class="server_status on"><p>Channel 3</p>... ist online!</div>'; } else { echo '<div class="server_status off"><p>Channel 3</p>... ist offline!</div>'; } @fclose($patch_status); $players_online_24 = mysql_fetch_object(mysql_query("SELECT COUNT(last_play) as count FROM player.player WHERE DATE_SUB(NOW(), INTERVAL 1 DAY) < last_play"))->count; if($players_online_24 > 0) { echo '<div class="server_status on"><p>Spieleranzahl</p>' . $players_online_24 . '</div>'; }else{ echo '<div class="server_status off"><p>Spieleranzahl</p>0</div>'; } ?> </div> Looking for help please
  3. Maybe because of permissions Try this to get log: tar zcvf *file*.tar.gz *path*/ > outfile.log
  4. Hi guys! Im looking for a developer who can do the client coding part to design. I need: Character creation, Character selection, Empire selection & small adjustment in Login Interface Nice Regards
  5. Still need Developer who can fix this bug and other stuff for money!! Please send me a PN
  6. Still looking for help, i dont know what to do... Please help me guys
  7. Hi guys, I got 2 Problems on my server the i need to get fixxed. So im looking for an developer who can fix the following 2 buggs for money. Please send me PN to get in contact. 1. 1. 2. I cant put the Pet in the Transportbox for it. The Items does swap the place if i drag item on other. Please send me if you can fix and want to earn something Nice Regards Fabio
  8. I looking for guy how can fix 2 things with swap-item i pay for it
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.