Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Release] EuropeMu Original Website/Engine

Joined
Mar 25, 2010
Messages
527
Reaction score
43
Hi how to install this.
if i try to run the webinstall.php this give me error
even i already set the config
Thnx
[IMG]https://forum.ragezone.com/ima...forum.ragezone.com/images/404_image.png[/IMG]
 
Newbie Spellweaver
Joined
Oct 13, 2015
Messages
73
Reaction score
25
I mentioned already in topic, run querys manually trough query analizer
 
Joined
Mar 25, 2010
Messages
527
Reaction score
43
I mentioned already in topic, run querys manually trough query analizer
support sql server 2008..
i already did run the sql query and still error
Warning: include(Includes/Security.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\index.php on line 9

Warning: include() [function.include]: Failed opening 'Includes/Security.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\index.php on line 9

Fatal error: Class 'Security' not found in C:\xampp\htdocs\Includes\DEW_DB\License.DEW on line 15
 
Newbie Spellweaver
Joined
Oct 13, 2015
Messages
73
Reaction score
25
PM me on skype, ill gladly help you out with this.

Skype: mu-online.support



Fatal error: Class 'Security' not found in C:\xampp\htdocs\Includes\DEW_DB\License.DEW on line 15



For this you have edited wrongley license file: Includes/dew_db/license
 
Newbie Spellweaver
Joined
Aug 23, 2015
Messages
74
Reaction score
30
than please Natte tell me how i can set up it on webhosting if it does working on it
 
Newbie Spellweaver
Joined
Jun 18, 2012
Messages
31
Reaction score
2
How to fix this?

Warning: include(Includes/Security.php) [function.include]: failed to open stream: No such file or directory in C:\xampp\htdocs\index.php on line 9

Warning: include() [function.include]: Failed opening 'Includes/Security.php' for inclusion (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\index.php on line 9

Fatal error: Class 'Security' not found in C:\xampp\htdocs\Includes\DEW_DB\License.DEW on line 15
 
Newbie Spellweaver
Joined
Aug 23, 2015
Messages
74
Reaction score
30
there is no Security.php on Includes
and how to edit License?

add security.php from another dew engine
in lincese add there your ip adres, domain or use [127.0.0.1 - only local ] to visit website !
 
Junior Spellweaver
Joined
Oct 22, 2007
Messages
109
Reaction score
4
now i got this

Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: muonline in C:\xampp\htdocs\Includes\SQL.php on line 6
SQL Server connection problems!
#1 Probably heavy DDOS Attacks
#2 SQL Server not running
 
Newbie Spellweaver
Joined
Oct 13, 2015
Messages
73
Reaction score
25
You have provided wrong info in config file
 
Junior Spellweaver
Joined
Oct 22, 2007
Messages
109
Reaction score
4
Help with this. . . . . when i click on link nothing hapens . . .
Nette - [Release] EuropeMu Original Website/Engine - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Aug 23, 2015
Messages
74
Reaction score
30
Help with this. . . . . when i click on link nothing hapens . . .
Nette - [Release] EuropeMu Original Website/Engine - RaGEZONE Forums



run this

CREATE TABLE [dbo].[DEW_ban_ip] (
[ip] [nvarchar] (50) NOT NULL ,
[blocked_by] [nvarchar] (50) NOT NULL,
[block_time] [nvarchar] (50) NOT NULL ,
[block_reason] [nvarchar] (50) NOT NULL ,
)
 
Junior Spellweaver
Joined
Oct 22, 2007
Messages
109
Reaction score
4
nothing changed . . .
and where i can edit links so i can put my onw
and this is when i log in to the site
Warning: mssql_query() [ ]: message: Invalid object name 'DEW_ban_ip'. (severity 16) in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_query() [ ]: Query failed in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\Includes\SQL.php on line 33

Warning: mssql_query() [ ]: message: Invalid object name 'DEW_friends'. (severity 16) in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_query() [ ]: Query failed in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_result(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\Includes\SQL.php on line 36

Warning: mssql_query() [ ]: message: Invalid object name 'DEW_friends'. (severity 16) in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_query() [ ]: Query failed in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_result(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\Includes\SQL.php on line 36

Warning: mssql_query() [ ]: message: Invalid object name 'DEW_mail'. (severity 16) in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_query() [ ]: Query failed in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_result(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\Includes\SQL.php on line 36

Warning: mssql_query() [ ]: message: Invalid object name 'DEW_vip'. (severity 16) in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_query() [ ]: Query failed in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_fetch_array(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\Includes\SQL.php on line 27

Warning: mssql_query() [ ]: message: Invalid column name 'IsOnline'. (severity 16) in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_query() [ ]: Query failed in C:\xampp\htdocs\Includes\SQL.php on line 21
 
Last edited:
Newbie Spellweaver
Joined
Aug 23, 2015
Messages
74
Reaction score
30
nothing changed . . .
and where i can edit links so i can put my onw
and this is when i log in to the site
Warning: mssql_query() [ ]: message: Invalid object name 'DEW_ban_ip'. (severity 16) in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_query() [ ]: Query failed in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\Includes\SQL.php on line 33

Warning: mssql_query() [ ]: message: Invalid object name 'DEW_friends'. (severity 16) in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_query() [ ]: Query failed in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_result(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\Includes\SQL.php on line 36

Warning: mssql_query() [ ]: message: Invalid object name 'DEW_friends'. (severity 16) in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_query() [ ]: Query failed in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_result(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\Includes\SQL.php on line 36

Warning: mssql_query() [ ]: message: Invalid object name 'DEW_mail'. (severity 16) in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_query() [ ]: Query failed in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_result(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\Includes\SQL.php on line 36

Warning: mssql_query() [ ]: message: Invalid object name 'DEW_vip'. (severity 16) in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_query() [ ]: Query failed in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_fetch_array(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\Includes\SQL.php on line 27

Warning: mssql_query() [ ]: message: Invalid column name 'IsOnline'. (severity 16) in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_query() [ ]: Query failed in C:\xampp\htdocs\Includes\SQL.php on line 21


before ask something check if you are instaled website, i dont whant be rood but its simple , any noob can do that and can read Mssql erors, like you see here you need add table and colums ! do it and all will working , about links ask the person what release this website !
 
Junior Spellweaver
Joined
Oct 22, 2007
Messages
109
Reaction score
4
before ask something check if you are instaled website, i dont whant be rood but its simple , any noob can do that and can read Mssql erors, like you see here you need add table and colums ! do it and all will working , about links ask the person what release this website !

it`s all installed but now . . .
Warning: mssql_query() [ ]: message: Invalid object name 'T_PVPGens'. (severity 16) in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_query() [ ]: Query failed in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\Includes\SQL.php on line 33

Warning: mssql_query() [ ]: message: Invalid object name 'T_PVPGens'. (severity 16) in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_query() [ ]: Query failed in C:\xampp\htdocs\Includes\SQL.php on line 21

Warning: mssql_num_rows(): supplied argument is not a valid MS SQL-result resource in C:\xampp\htdocs\Includes\SQL.php on line 33
 
Back
Top