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]Web Admin/User Panel v1.0

Newbie Spellweaver
Joined
Apr 28, 2008
Messages
11
Reaction score
0
thx for this awsome release gonna test it when server is up and runnin ^^
 
Junior Spellweaver
Joined
Nov 22, 2008
Messages
128
Reaction score
4
i added all the info correctly yet it still
does not wish to work
can any1 help me get this running?
 
Junior Spellweaver
Joined
Jun 22, 2004
Messages
141
Reaction score
1
i added all the info correctly yet it still
does not wish to work
can any1 help me get this running?

Configure MSSQL to Windows and Login Auth.
Configure MSSQL to allow TCP/IP Connection
Install MySQL
Batch backup file in MySQL Server
Configure the config/mssql.conf.php and config/mysql.conf.php
Upload all files.
Open the controlpanel.php with your browser. ( not controlpanel folder )

Dont work it than open the controlpanel/index.php and search this :
Code:
error_reporting(0);
ini_set('display_errors',false);
and edit it to
Code:
error_reporting(E_ALL|E_STRICT);
ini_set('display_errors',true);
Save it and upload the index.php again.
login in the controlpanel and post the error messages, not the notice warning messages.
 
Newbie Spellweaver
Joined
Dec 23, 2008
Messages
46
Reaction score
29
website works, but when i try to login it said: Your are logged in as GM witch is good
but then i try to click "give armor" and it wants me to log back it -> repeat 1ste line

fix ?

Thx
 
Junior Spellweaver
Joined
Dec 15, 2008
Messages
124
Reaction score
40
website works, but when i try to login it said: Your are logged in as GM witch is good
but then i try to click "give armor" and it wants me to log back it -> repeat 1ste line

fix ?

Thx




Im having same issue. I relog and it keeps asking to relog again.
 
Newbie Spellweaver
Joined
Dec 23, 2008
Messages
46
Reaction score
29
remove the index page and use the files inside the /controlpanel/...
they work perfect untill a fix is made for the index page

:rolleyes:
 
Junior Spellweaver
Joined
Dec 15, 2008
Messages
124
Reaction score
40
remove the index page and use the files inside the /controlpanel/...
they work perfect untill a fix is made for the index page

:rolleyes:

Nice, I just made my own for my server and created the registration fix.
 
Last edited:
Newbie Spellweaver
Joined
Jul 19, 2009
Messages
7
Reaction score
0
can someone do a youtube video step by step on how to set it all up.
 
Newbie Spellweaver
Joined
Jul 19, 2009
Messages
7
Reaction score
0
janvier you think you can make a tutorial on how to fully set it up ??
 
Newbie Spellweaver
Joined
Dec 23, 2008
Messages
46
Reaction score
29
janvier you think you can make a tutorial on how to fully set it up ??

ye sure, iam busy with OsDs


Introduction:
OsDs is short for "Open Source Dekaron WebSite". The main idea is to create a open source website for all dekaron p-users.
Anyone who is willing to help out is more then welcome. Anyone can post there idea's, likes, dislikes, comments, ...
If some one got a pice of code that they want to add to OsDs can always post is here.
Also anyone who downloads OsDs and modifys it, can post there addons/mods in here so we can improve our OsDs to other members.


Goal:
"Install and go" mentality. Ready to go website with little changes for the end-user. A fully ready website with all the tools they need.
Leave it open source for everyone!
You need it, you've got it website.


Requests:

<!- Requests can be posted below and will be added here -!>


Members:

eLO21
xOWNEDGEx
<!- Feel free to add your script, and be a part of OsDs, you name will come here -!>


Disclaimer:
Credits go to there rightfull owners
[removed]
 
Last edited by a moderator:
Initiate Mage
Joined
Aug 12, 2009
Messages
4
Reaction score
0
I also did go all the settings ...

This game account is unfortunately not known to us.

-------------------------------------------------------------------
Am I going to run mssql?
Queries need to turn off or anything else?
 
Newbie Spellweaver
Joined
Mar 26, 2009
Messages
78
Reaction score
20
by the look of things this is still in beta phase i would try osds panel i am useing this and it works extremly well but you must download the weapon file as the oringnal is corrupt
 
Banned
Banned
Joined
Apr 29, 2008
Messages
713
Reaction score
264
Web based admin scripts are a horrible /fail. No matter how "secure" you think they are people like me know how to manipulate them for our own benefits. And there isn't much work to be done to use these against a server since most of the common functions already are written into the source, make GM, insert items, insert nil the list goes on... Would be better to spend your time into coding a program through and updating/inserting database rows via a tool, then a website. Maybe a new project for me :lol:.
 
Back
Top