Managing accounts

Results 1 to 6 of 6
  1. #1
    Apprentice Vgout69 is offline
    MemberRank
    Jan 2011 Join Date
    22Posts

    Managing accounts

    Hi all,

    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.

    Thanks for you help again
    Last edited by Vgout69; 20-02-11 at 06:22 AM.


  2. #2
    The Cat in the Hat cypher is offline
    MemberRank
    Oct 2005 Join Date
    IrelandLocation
    5,073Posts

    Re: Managing accounts

    Use chumpy's cashshop.

  3. #3
    Apprentice Vgout69 is offline
    MemberRank
    Jan 2011 Join Date
    22Posts

    Re: Managing accounts

    Hi cypher !

    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...

    Thanks for your help (last step for me :D)

    Bye

  4. #4
    The Dinosaur chumpywumpy is offline
    MemberRank
    Jun 2008 Join Date
    /f451/Location
    5,127Posts

    Re: Managing accounts

    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.

  5. #5
    Apprentice Vgout69 is offline
    MemberRank
    Jan 2011 Join Date
    22Posts

    Re: Managing accounts

    Hi Chumpywumpy !

    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"

    But as you'll se on the screenshot...I have it
    Attached Thumbnails Attached Thumbnails apache-and-php-errors.jpg  

  6. #6
    Valued Member User1234 is offline
    MemberRank
    May 2011 Join Date
    137Posts

    Re: Managing accounts

    Same problem here :( W7 64b
    Did you fix it?



Advertisement