[Resource] Free GameCP (incomplete)

Page 1 of 6 123456 LastLast
Results 1 to 15 of 77
  1. #1
    Proficient Member Juntoa is offline
    MemberRank
    Dec 2008 Join Date
    162Posts

    [Resource] Free GameCP (incomplete)

    Okay this GameCp is from baltais99 guides download.
    I downloaded and edited the langage some and functions to work with my 2.2.3 server. I can add Gold, Dalant, and Game Cash. Also can add items to my bank. I have uploaded video's to show how to use the website, and some setting that need to be changed. You have to put this file in your apache www folder. Just like a website for it to work.

    This is not my original work and may not work for you. But i will try to help you guys get it going.

    video and website :MEGAUPLOAD - The leading online storage and file delivery service

    Database mssql: MEGAUPLOAD - The leading online storage and file delivery service

    Database MYsql :MEGAUPLOAD - The leading online storage and file delivery service

    I edited to work with my databases the items database is not my original database.
    This game cp has alot of functionality to it i just haven't figured it out yet.
    Last edited by Juntoa; 10-06-10 at 05:56 PM. Reason: Spelled souces name wrong.


  2. #2
    PUTRA INDONESIA gigok is offline
    MemberRank
    Sep 2005 Join Date
    REPUBLIK INDONESIALocation
    426Posts

    Re: Free GameCP (incomplete)

    good... nice try. good works

  3. #3
    Proficient Member Juntoa is offline
    MemberRank
    Dec 2008 Join Date
    162Posts

    Re: Free GameCP (incomplete)

    For anyone who downloads this be aware that I broke the relationship in my billcrux database between tbluser and tbluserinfo, in order to manually assign serial to the usernumber in tbluser. So when I create an account in web server it sets up serial based on the serial given by tbl_base in Rf_world_novus database upon character creation. I use my webserver to create the information to tbluser and tbluserinfo when I create an account. So they have a default cash amount this is important because I edited csp to look for the serial based on tbl_base which will not match your setups so cash add function may not work for you guys unless you edit the script. Originally databased assigned a number 144900 i could not figure out how to find this number in order to add cash so i made my webserver get the number from the tbl_base and add to database tbl user creating to database also the serial is unique in tbl_base so i did not have to maintain that relationship in tbluser and tbluserinfo. So serial is the same as usernumber on my database.


    I will upload my account creation script if you want to create account like i do, But you will need to break relation ship from tbluser and tbluserinfo and may need to wipe those tables clean.
    Tbl_base serial is low and tbluser number high may have a problem if you ever cross numbers.

    WebScript :MEGAUPLOAD - The leading online storage and file delivery service
    At least you'll be able to understand what i did in order to modify your way.

    Not my original Webscript got it here from one of the tutorials and modified it to work with my server.

    Thanks everyone for the hard work.


    P.S. You should back up database in case you have an error.
    Last edited by Juntoa; 11-06-10 at 03:23 AM.

  4. #4
    Member piteriko is offline
    MemberRank
    Jun 2009 Join Date
    93Posts

    Re: Free GameCP (incomplete)

    i must restore items.bak to my SQL?
    should i use both (MSSQL and Mysql) or choose one?

  5. #5
    Proficient Member Juntoa is offline
    MemberRank
    Dec 2008 Join Date
    162Posts

    Re: Free GameCP (incomplete)

    Quote Originally Posted by piteriko View Post
    i must restore items.bak to my SQL?
    should i use both (MSSQL and Mysql) or choose one?
    I would use MSSQL since it is already installed but the original was in mysql so i converted it and made both available.

  6. #6
    Member piteriko is offline
    MemberRank
    Jun 2009 Join Date
    93Posts

    Re: Free GameCP (incomplete)

    why if i login CMS use internet explorer it always blink blink..
    and if i use mozilla firefox at main.php blank page?

    add me YM happynetjambi@yahoo.com
    ^^

  7. #7
    Proficient Member Juntoa is offline
    MemberRank
    Dec 2008 Join Date
    162Posts

    Re: Free GameCP (incomplete)

    Quote Originally Posted by piteriko View Post
    why if i login CMS use internet explorer it always blink blink..
    and if i use mozilla firefox at main.php blank page?

    add me YM happynetjambi@yahoo.com
    ^^
    It should redirect to index.php if not try to manual go to index.php. I'm not sure why your experiencing that error.

  8. #8
    Member piteriko is offline
    MemberRank
    Jun 2009 Join Date
    93Posts

    Re: Free GameCP (incomplete)

    if i goto index.php it shown blank white page..:(

  9. #9
    Valued Member Deadmax is offline
    MemberRank
    Feb 2008 Join Date
    149Posts

    Re: Free GameCP (incomplete)

    It seems like there is something wrong with main.php, i set everything up and for a weird reason im getting a white page aswell... Could you upload ur main.php straight from ur working files? Or any other fix? xD

    ty

  10. #10
    Member piteriko is offline
    MemberRank
    Jun 2009 Join Date
    93Posts

    Re: Free GameCP (incomplete)

    i am too..a white page..

  11. #11
    Valued Member Deadmax is offline
    MemberRank
    Feb 2008 Join Date
    149Posts

    Re: Free GameCP (incomplete)

    Quote Originally Posted by piteriko View Post
    i am too..a white page..
    Ye it sucks, but i just noticed even the real russian thing doesnt work... so it might not be the main.php >.<

  12. #12
    Account Upgraded | Title Enabled! baltais99 is offline
    MemberRank
    Jan 2009 Join Date
    LatviaLocation
    292Posts

    Re: Free GameCP (incomplete)

    Nice Work Bro !! :)

  13. #13
    Proficient Member Juntoa is offline
    MemberRank
    Dec 2008 Join Date
    162Posts

    Re: Free GameCP (incomplete)

    MEGAUPLOAD - The leading online storage and file delivery service

    Hey here are my Main.php and index.php.
    Guys check the include/config.php and bdconfig.php these have to be configured.
    The original website works that is were I got this one. You need to have your database setup.

    I would check your include folder and make sure the setting's in their are correct.
    If your error has CSP! and a white webpage you are trying to access it from the wrong ip. But their are several files needing to be edited and i made a video showing you them. I also believe that you need the database setup and running. The script will try to connect to the database and error out.
    Last edited by Juntoa; 15-06-10 at 07:19 PM.

  14. #14
    Valued Member Deadmax is offline
    MemberRank
    Feb 2008 Join Date
    149Posts

    Re: Free GameCP (incomplete)

    Quote Originally Posted by Juntoa View Post
    MEGAUPLOAD - The leading online storage and file delivery service

    Hey here are my Main.php and index.php.
    Guys check the include/config.php and bdconfig.php these have to be configured.
    The original website works that is were I got this one. You need to have your database setup.

    I would check your include folder and make sure the setting's in their are correct.
    If your error has CSP! and a white webpage you are trying to access it from the wrong ip. But their are several files needing to be edited and i made a video showing you them. I also believe that you need the database setup and running. The script will try to connect to the database and error out.
    Checked my include folder tons of times, switched IP adresses around etc.... Still doesnt work. Im not getting the CSP! error im just getting a white page : (

    Also do you have any idea how for example i have a hex code from the item,edf and want to find out the ingame spawn code for it? I thought its possible with the Database/Website but well.... XD

  15. #15
    Member piteriko is offline
    MemberRank
    Jun 2009 Join Date
    93Posts

    Re: Free GameCP (incomplete)

    how to fix??



Page 1 of 6 123456 LastLast

Advertisement