why i cant create accounts? O.o
why i cant create accounts? O.o
share Scripts Thank You
If you want the web, pm to me..
Special offer to the first 10 customers
Hello,
What kind of script you interested in?
I work with the Enemy Mu Web for 5 years and if in blends power and help you.
Bug list EMW 5.0 premium:
Disconnecting the game does not work ( just a simple correction )
duplication of subjects ( The problem in JS )
Status of online attacks on server ( remake script )
VIP Works for the purchase, does not work for the display module ( Simple repair of template )
Figures Items for season 6 and above ( Must remodel, otherwise the images are blended into each other )
Accent on the Web / chat ( simple repair )
Ancient Items on the Web does not show the name ( Adjustment necessary functions and DB )
Replacement item ( jednoduchá oprava, nutná větší úprava scriptu )
disappearing objects when replacing objects ( All Items in play must be written in the DB for repair )
Changes in account the character and profile do not work ( simple repair )
verification image at registration ( just remove )
And other problems
constantly correcting function on the site and adding new ones at EMW, from original scripts there are few
google translator
Last edited by leorond; 27-08-15 at 10:27 AM.
Last edited by gmrote; 27-08-15 at 10:04 AM. Reason: fixpost
../backs/gameserver.php:
gameserver.rarPHP Code:<?
for ($i = 1; $i <= $GameServer['count']; $i++)
{
if ($check = [MENTION=493081]fsockopen[/MENTION]($GameServer['host'][$i], $GameServer['port'][$i], $ERROR_NO,$ERROR_STR, (float)0.5) and $GameServer['check'] == 1)
{
fclose($check);
$GS_Status[$i] = "<font color='#A0FFA0'><b>ONLINE</b></font>";
}
else
{
$GS_Status[$i] = "<font color='red'><b>OFFLINE</b></font>";
}
}
?>
I can provide the script for the feature where the repair online players, status online / offline, you'll have to change configs.php. For GameserverCS indicator and should be corrected.
It's a few scripts
configs.php
gameserver script for EMW$GameServer['check'] = 0; // Check game servers
$GameServer['count'] = 2; // Count of game servers
$GameServer['ONLINE'] = "<font color='#A0FFA0'><b>ONLINE</b></font>"; // Server status
// ONLINE (#A0FFA0) OFFLINE (red)
DOWNLOAD
For EMW works
CHECK
@leorond,
you have an error in your db: Revenge of Daemons:
Warning: mssql_query() [function.mssql-query]: message: Invalid column name 'OnlineHours'. (severity 16) in C:\xampp\htdocs\pgs\toponline.php on line 15
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\pgs\toponline.php on line 15
Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\pgs\toponline.php on line 19
Yes I know, just working on it@leorond,
you have an error in your db: Revenge of Daemons:
Warning: mssql_query() [function.mssql-query]: message: Invalid column name 'OnlineHours'. (severity 16) in C:\xampp\htdocs\pgs\toponline.php on line 15
Warning: mssql_query() [function.mssql-query]: Query failed in C:\xampp\htdocs\pgs\toponline.php on line 15
Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\pgs\toponline.php on line 19
Fixed![]()
Last edited by leorond; 27-08-15 at 11:25 AM.