for admin tools; if you can show us how to add gold to user account or char, it would be awesome :)
that way we don't have to mess with database and end up modifying something else.
Printable View
for admin tools; if you can show us how to add gold to user account or char, it would be awesome :)
that way we don't have to mess with database and end up modifying something else.
Notice: A session had already been started - ignoring session_start() in D:\wamp\www\core\core.inc.php on line 7
Fatal error: Call to undefined function mssql_connect() in D:\wamp\www\class\mssql.class.php on line 17
how to suport MSSQL?
yep, but would still prefer web :)
"- My links do not work? ---> make sure you have also copyed: .htaccess to root
- 404 on all pages? --> make sure you have also copyed: .htaccess to root"
If im using zend, where should I copy it?
Ok i can repair all 404 and some erros. If uds want.
I uploaded the files and configured the config.inc.php. but when i try going to the website, i get "Due the High Visitor Count we where unable to connect, please try to refresh this page or press F5"
actually reworkin it abit if you dont mind
gonna add some stuff to it like pass recovery since its not there
atm it has all what i need to my project
no rankings and etc wich are uselless anyways
anyways now it supports my 2 shard dbs well i left fw stuff and online players for both servers
anyways gonna be done in some days
chmod is only used on linux...
anyways, login works and thats about it. All other page are 404 errors (Admin, download, etc.). Yes i had htaccess on root and still same issue. Never had this issue before with other web templates. Help is much appreciated.
see image for root structure
Attachment 136176
what application are you using to host your site? I recommend using zend.
Once you get that; you can download apache latest version. Steal the dll files inside ext folder when you extract it and put it in the PHP folder in your program files(86x) if your os is 64bit or program files if your os is 32bit. The dll files will contain pdo_mssql.dll or something. You'll need to enable all of those plugins on zend web interface. GoodLuck.
appserver ftw
deleted
Please fix the htdocs with this:
Quote:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule (.*)$ index.php?pg=$1
deleted
I don't think that fix the issue:
I getCode:# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All
Turn it off; I was able to access the site.Code:Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, admin@example.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
deleted