After the last thread I did and the help I got, I'm coming here again because I need you again
My server's now running...I created accounts in a "dirty way" (with GM tools).
The thing is that I'd like to have a nice interface (Website) to allow account creation and character management.
I saw the different releases on the forum, I tried them with EasyPhp but the thing is that...I have tons of errors on each page. I tried to put my SQL server's conf where it's needed..even to code de variables to connect just to one account but...I really have a lot of troubles.
I tried to mix them to get something complete but an error is followed by another one and another one and...I'm getting crazy .
Does someone have a guide ? A website that can be easily configured to adapt itself to databases ?
Because it seems to be the best and only way to manage chars, skills and accounts correctly.
As you saw on last problem I had, I'm not the type just waiting...I try !
About this tool I need to manage account, I did try but...I really don't manage to do anything with cashshop, cabaltools 3.1 fixed or any of them...
Does someone have a guide on how to set up the website ?
I also found a Java Cabaltools that allows almost everything...I just have troubles adding skills to a char...I add it but it doesn't appear in the list...
The simplest way to get my cash shop and registration/rankings mods) running is with xampp. It is extremely easy to set up (even the guide isn't really needed). apache friends - xampp for windows
Once done grab the cash shop files from my sig or my mediafire.com/chumpy page. Drop those files in c:\xampp\htdocs or where you installed to) and then edit the config.php to add your database connection details. Now point your browser to http://localhost to test.
You will need to forward port 80 on your router to the LAN IP of your windows machine to let outside people in and a no-ip or similar dyndns makes life much easier than giving everybody the server IP to use in their browsers.
Until here I was using easyPhp but...I encountered errors with your files so...no to seems to be doing whatever I want, I installed Xampp and had the same problems.
Here is what happens :
- I modified the cong in config.php
- Used IE and Firefow to go to http://localhost
I have this errors :
Fatal error: Call to undefined function mssql_connect() in ....\index.php on line 25
I looked for that on google and found that I had to let the extension loaded in php.ini so I removed ";" to have :
entension=php_mssql.dll in php.ini
I also put php_mssql.dll file in ext folder
after that, I cant load apache !
"The entry point of the procedure "_object_and_properties_init" cannot be fond in the dynamic link library php4ts.dll"
AND
"PHP startup : unable to load dynamic library
'....\Xampp\php\ext\php_mssql.dll' - the procedure cannot be found"