[RELEASE]Steal's Web

Page 1 of 3 123 LastLast
Results 1 to 25 of 53
  1. #1
    C# Developer stealarcher is offline
    Grand MasterRank
    Jan 2008 Join Date
    571Posts

    [RELEASE]Steal's Web

    Alright, this is my first release. So dont expect too much. This is just a basic website for the noobs that cant make one, or are just too lazy. The only thing really included is a register.

    For a Preview Go Here:
    http://i30.tinypic.com/157ywzp.jpg

    You can download the website Here:
    http://rapidshare.com/files/12502128...s_Web.rar.html

    Instructions on Setup:
    Step 1: Extract Steal's Web.rar file with win-rar.

    Step 2: Install Appserv if you dont already have it (comes in the rar file)

    Step 3: Open Steal's Web Folder

    Step 4: Open your Website Folder

    Step 5: Drag everything in there into your Appserv/www folder. Rewrite everything that it asks

    Step 6: Open up Appserv/www/include/config.php

    Step 7: Change all of that info to your liking. Pretty much explains everything in there. If you need help, just ask.



    *Edit: Feel free to change add, completely remove anything you want. Take this as YOUR website. You dont need to leave anything on it*


  2. #2
    Member Super.Pvper is offline
    MemberRank
    Jun 2008 Join Date
    36Posts

    Re: [RELEASE]Steal's Web

    Looks great, good for newbs, and everyone.

  3. #3
    Sorcerer Supreme Ultimatum is offline
    Member +Rank
    Feb 2008 Join Date
    EnglandLocation
    334Posts

    Re: [RELEASE]Steal's Web

    nice work stealarcher =P

  4. #4
    Grand Master Scottdavey is offline
    Grand MasterRank
    Jun 2006 Join Date
    Northern IrelandLocation
    541Posts

    Re: [RELEASE]Steal's Web

    Great work

  5. #5
    C# Developer stealarcher is offline
    Grand MasterRank
    Jan 2008 Join Date
    571Posts

    Re: [RELEASE]Steal's Web

    thanks guys for the comments ^^

  6. #6
    Elite Member Ne[o]x is offline
    Member +Rank
    Apr 2008 Join Date
    Romania | Baia MareLocation
    235Posts

    Re: [RELEASE]Steal's Web

    yup nice work ^.^

  7. #7
    Sorcerer Supreme james1992_2006 is offline
    Member +Rank
    Aug 2006 Join Date
    illlinoisLocation
    427Posts

    Re: [RELEASE]Steal's Web

    looks nice ;)

  8. #8
    Elite Member XeroRecoil is offline
    Member +Rank
    May 2007 Join Date
    In Hell Called HeavenLocation
    192Posts

    Re: [RELEASE]Steal's Web

    Nice work StealArcher ;) Alot to go before getting where i am xD

  9. #9
    Elite Member zenneynguyen91 is offline
    Member +Rank
    Jul 2007 Join Date
    californiaLocation
    102Posts

    Re: [RELEASE]Steal's Web

    this might be a noob question but which client is this used for? Qonquer or the CO 2.0

    and can u please add me on msn zenneynguyen510@hotmail.com

  10. #10
    Member diegoalefru is offline
    MemberRank
    Jun 2007 Join Date
    72Posts

    Re: [RELEASE]Steal's Web

    as I can get a site compatible with hadset source?





    :smilie_xp SpArKs CO!! :smilie_xp
    New Server Online!

  11. #11
    Grand Master Scottdavey is offline
    Grand MasterRank
    Jun 2006 Join Date
    Northern IrelandLocation
    541Posts

    Re: [RELEASE]Steal's Web

    Quote Originally Posted by diegoalefru View Post
    as I can get a site compatible with hadset source?





    :smilie_xp SpArKs CO!! :smilie_xp
    New Server Online!
    You don't need one, Just make them put NEW before there login name and your sweet.

  12. #12
    C# Developer stealarcher is offline
    Grand MasterRank
    Jan 2008 Join Date
    571Posts

    Re: [RELEASE]Steal's Web

    Quote Originally Posted by zenneynguyen91 View Post
    this might be a noob question but which client is this used for? Qonquer or the CO 2.0

    and can u please add me on msn zenneynguyen510@hotmail.com

    hah, pretty much works with any MySQL source. you just need a database with "accounts/AccountID" and it will work fine.

  13. #13
    Elite Member zenneynguyen91 is offline
    Member +Rank
    Jul 2007 Join Date
    californiaLocation
    102Posts

    Re: [RELEASE]Steal's Web

    Quote Originally Posted by stealarcher View Post
    hah, pretty much works with any MySQL source. you just need a database with "accounts/AccountID" and it will work fine.
    i tried to use it my DB is coproj DB the source is lands of the forgotten....

    the thing is that when i try to get it to register it say register failed...

    also could you add me on msn so we can talk
    zenneynguyen510@hotmail.com

  14. #14
    Member diegoalefru is offline
    MemberRank
    Jun 2007 Join Date
    72Posts

    Re: [RELEASE]Steal's Web

    Quote Originally Posted by Scottdavey View Post
    You don't need one, Just make them put NEW before there login name and your sweet.

    Its me by the Register page to create accounts for hadset source??

  15. #15
    C# Developer stealarcher is offline
    Grand MasterRank
    Jan 2008 Join Date
    571Posts

    Re: [RELEASE]Steal's Web

    Quote Originally Posted by diegoalefru View Post
    Its me by the Register page to create accounts for hadset source??
    What do u mean, i know its hard to speak two languages, but i cant help you if i dont know what ur asking. Please try to clean up the english a little.

  16. #16
    Member diegoalefru is offline
    MemberRank
    Jun 2007 Join Date
    72Posts

    Re: [RELEASE]Steal's Web

    Quote Originally Posted by stealarcher View Post
    What do u mean, i know its hard to speak two languages, but i cant help you if i dont know what ur asking. Please try to clean up the english a little.
    I wanted to learn how to Make Steel Web site created for the Accounts HadSet Source

  17. #17
    C# Developer stealarcher is offline
    Grand MasterRank
    Jan 2008 Join Date
    571Posts

    Re: [RELEASE]Steal's Web

    ahh, well, not sure how the hadeset source is setup, but under the register file, ur going to want to change your
    $check = mysql_query("SELECT * FROM accounts WHERE AccountID = '$user'");
    to what ever the hadeset source uses, so if the accounts were stored in acct and UserID, ud type it like this
    $check = mysql_query("SELECT * FROM acct WHERE UserID = '$user'");
    then change the
    $insert_member = mysql_query("INSERT INTO accounts (AccountID, Password, Type) VALUES ('$user', '$pass', '2')");
    to something like
    $insert_member = mysql_query("INSERT INTO acct (UserID, Password, Type) VALUES ('$user', '$pass', '2')");

  18. #18
    Member Ograbme~ is offline
    MemberRank
    Jun 2008 Join Date
    53Posts

    Re: [RELEASE]Steal's Web

    The Hadeset source uses inis to store account information, but it could be converted to MySQL, not saying it's easy.

    Besides, there's a convenient, although I'd say temporary, way of creating an account for the updated hadeset source.

    Quote Originally Posted by Scottdavey View Post
    * Account: To Register put NEW before your login name on the client for example NEWdavid, then you will dc. This means the account david is registered and you can relog with that name.

  19. #19
    Member diegoalefru is offline
    MemberRank
    Jun 2007 Join Date
    72Posts

    Re: [RELEASE]Steal's Web

    Quote Originally Posted by stealarcher View Post
    ahh, well, not sure how the hadeset source is setup, but under the register file, ur going to want to change your
    $check = mysql_query("SELECT * FROM accounts WHERE AccountID = '$user'");
    to what ever the hadeset source uses, so if the accounts were stored in acct and UserID, ud type it like this
    $check = mysql_query("SELECT * FROM acct WHERE UserID = '$user'");
    then change the
    $insert_member = mysql_query("INSERT INTO accounts (AccountID, Password, Type) VALUES ('$user', '$pass', '2')");
    to something like
    $insert_member = mysql_query("INSERT INTO acct (UserID, Password, Type) VALUES ('$user', '$pass', '2')");
    I sent you more oque It did not work

    look at the result:

    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\Website\register.php on line 59
    Total Accounts:


    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\Website\register.php on line 67
    Total Characters:


    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in C:\AppServ\www\Website\register.php on line 85
    Registration Failed!

  20. #20
    C# Developer stealarcher is offline
    Grand MasterRank
    Jan 2008 Join Date
    571Posts

    Re: [RELEASE]Steal's Web

    well, ur ganna get those errors if ur using ini's hah. I might release one for hadeset source soon.

  21. #21
    Elite Member Ne[o]x is offline
    Member +Rank
    Apr 2008 Join Date
    Romania | Baia MareLocation
    235Posts

    Re: [RELEASE]Steal's Web

    hey stealarcher i use LOTF source, all are working very good it show how much accounts i have and chars too, if i put an allready accont it say this acc exist but i cant make new account its say "Registration Faild" btw i have install all your file+Addmons but nothing :| do you know why??

  22. #22
    C# Developer stealarcher is offline
    Grand MasterRank
    Jan 2008 Join Date
    571Posts

    Re: [RELEASE]Steal's Web

    hmm, i believe the problem with lotf source is that in the database, its LogonType instead of Type, so under register.php find this:

    $insert_member = mysql_query("INSERT INTO accounts (AccountID, Type) VALUES ('$user', '2')");

    and change it to

    $insert_member = mysql_query("INSERT INTO accounts (AccountID, LogonType) VALUES ('$user', '2')");

    and anything else like that.

  23. #23
    Elite Member Ne[o]x is offline
    Member +Rank
    Apr 2008 Join Date
    Romania | Baia MareLocation
    235Posts

    Re: [RELEASE]Steal's Web

    okay i will try, btw i luv your work, and i want to see futures UpDates okay??

    Added:
    Yes!!!!Is working ty very much, i really love you work!!!!!

  24. #24
    C# Developer stealarcher is offline
    Grand MasterRank
    Jan 2008 Join Date
    571Posts

    Re: [RELEASE]Steal's Web

    haha thanks a lot. Ill try to add more sometime, just really busy atm ^^

  25. #25
    Elite Member Virtue~ is offline
    Member +Rank
    Jul 2008 Join Date
    181Posts

    Re: [RELEASE]Steal's Web

    Steel what server are my sql?

    And can u get it to work for a pgAdmin server?



Page 1 of 3 123 LastLast

Advertisement