how is the security?
Great release!
Greetings!
how is the security?
Great release!
Greetings!
When im run install.php >![]()
nice release. how about some template???
what apache server you have?
edit include/class.mssql.php with your mssql user and password;
rename include/config.phpgood in include/config.php and edit this file with your mssql user and password;
all tables are installed?
if install.php failed you can try a manual install, there are some queries to run, just read install.php.
enable error_reporting and try a debug...
since all this web consist in only 1 file (index.php)!!! i think templates are really easy to make...later i will post index.php fully decoded.
Im gonna try to test this out since i have problem in modules on mucore.
Zitinho,
there is no install/install.php file...
so, if you want to install in root you will have something like this: http://localhost/install.php;
if you want to install in some folder you will have something like this: http://folder/install.php
if you have a non null include/config.php (config.php file size > 0) file and try to make an install, install will redirect you to index.php because existing non null config.php tells installer that web was installed, so you should delete all infos in include/config.php and run install.php again.
can i have it installed in another folder even i have mu core already running to test these files?
like this one?www.whateversite.com/Folder/install.php ?
sure, daezugun, this web do not interact in any way with other (mu core or whatever)
aecrimch my installion was successful on dedi and browse these web is fine, but when i try to browse it on my computer it says
"Can not process your request...Forbidden words detected..."
with url www.mymuname.com/emuweb/index.php
have you encountered that?
________________________________________________
Follow post
and online char in game has 0 even in my main website is 18 Player is in game.
and wheres the admin panel?
Last edited by daezugun; 31-12-12 at 04:56 AM.
let me know if i can remake the template aecrimch. thanks!
you should add your gameservers in EWDServers:
it is very important that name == ServerName from ServerInfo.dat...UPDATE [MuOnline].[dbo].[EWDServers]
SET [name] = 'Normal'
,[experience] = '100x'
,[drops] = '70%'
,[gsport] = '55901'
,[ip] = '127.0.0.1'
,[display_order] = '1'
,[version] = '1.04D'
,[type] = 'PVP'
there are words / characters restrictions, look in include/internal.php that's why you have message: "Can not process.."
i do not remember exactly but i think mucore add country and gender in Memb_Info table too (check if country is nvarchar(100) and gender is nvarchar(100))
admin panel was never finished...
sure you can... thanks
I can not see the top 5 guilds and characters.
When I click on the guild's castle siege everything appears normal, but when I click on the city of a character looks like:
![]()
Mosiah17,
to debug top 5 characters, run this query in query analizer:
to debug top 5 guilds, run this query in query analizer:SELECT top 5 Character.Name, Character.GReset, Character.Resets, MEMB_INFO.country FROM MEMB_INFO INNER JOIN Character ON MEMB_INFO.memb___id = Character.AccountID WHERE (Character.CtlCode <> 32) AND (Character.CtlCode <> 8) order by Character.GReset desc, Character.Resets desc
if these queries run ok in analizer, you should have displayed both tops...SELECT TOP 5 g_mark,G_Name,G_Score,g_master from guild order by G_score desc
after fix all, delete top5p.xml and top5g.xml
about second error i need more info...
PS: this web site was design for season 4...
if you intend to use for season 5 or season 6, you should change some things in include/internal.php, and also for tops characters in rank.php, list.php, ajaxpages/rank.php, like this:
updated and decoded: rank.php, list.php, ajaxpages/rank.php for season 6: update.rararray of maps: $maps
array of short class name: $classhort
array of class: $class
array of characters images: $classim
Last edited by aecrimch; 31-12-12 at 05:52 PM.