Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

AQW 1.0 Files

Status
Not open for further replies.
Initiate Mage
Joined
Jan 23, 2011
Messages
1
Reaction score
0
I am having the same errors...
I cannot resolve the issue.
Can someone just upload the default.asp file?
 
Joined
Jun 7, 2011
Messages
1
Reaction score
0

What's included!:
  • All AQW 1.0 functions (pvp,character stats,enhancements)
  • Working 1.0 database
  • Working 1.0 Client
  • Custom made Loader
  • And latest PSZ fully working emu


Credits to PQW, WQW and PDL Teams.
UPDATE:New files and ofc with the lastest client to date =D and no more ********* shenanigans.
  • Pictuers
SirEpicWin - AQW 1.0 Files - RaGEZONE Forums

SirEpicWin - AQW 1.0 Files - RaGEZONE Forums

SirEpicWin - AQW 1.0 Files - RaGEZONE Forums

  • Quests!!!:
SirEpicWin - AQW 1.0 Files - RaGEZONE Forums

TUT:

1) Download and install XAMPP and

2) Start Apache and MySQL

3) Now comes the part why noone loads...
  • Go to C:/xampp/apache/conf/extra/ and open asp.conf
  • Change the info there to
    Code:
    <IfModule perl_module>
        <IfModule mime_module>
            AddType application/x-httpd-php .asp
        </IfModule>
       
        <FilesMatch "\.asp$">
            SetHandler application/x-httpd-php
        </FilesMatch>
       
        <Directory "C:/xampp/cgi-bin">
            <FilesMatch "\.asp$">
                SetHandler cgi-script
            </FilesMatch>
        </Directory>
    </IfModule>
  • Save the file and Restart Xampp

4) Import database, clean wqw_users, wqw_friends and wqw_items ; change server to your info

5) Go to emulators files, change configs to your info

7) Start the server, it should work now.

UGH dude wat xampp version to use btw these are not mtworlds uthey are others u just edited them. lol.:lol:
 
Junior Spellweaver
Joined
Apr 3, 2011
Messages
171
Reaction score
16
Warning: include(../Scripts/mysql_connector.php) [function.include]: failed to open stream: No such file or directory in D:\xampp\htdocs\game\default.asp on line 2

Warning: include() [function.include]: Failed opening '../Scripts/mysql_connector.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\game\default.asp on line 2
Query failed with error: No database selected

pls help me i done all steps from tutorial ,i use xampp 1.7.4 (last) :(( also dont work on 1.7.3
 
Junior Spellweaver
Joined
Apr 3, 2011
Messages
171
Reaction score
16
Warning: include(../Scripts/mysql_connector.php) [function.include]: failed to open stream: No such file or directory in D:\xampp\htdocs\game\default.asp on line 2

Warning: include() [function.include]: Failed opening '../Scripts/mysql_connector.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\game\default.asp on line 2
Query failed with error: No database selected

pls help me i done all steps from tutorial ,i use xampp 1.7.4 (last) :(( also dont work on 1.7.3

pls help me :((
 
Junior Spellweaver
Joined
Apr 3, 2011
Messages
171
Reaction score
16
Warning: include(../Scripts/mysql_connector.php) [function.include]: failed to open stream: No such file or directory in D:\xampp\htdocs\game\default.asp on line 2

Warning: include() [function.include]: Failed opening '../Scripts/mysql_connector.php' for inclusion (include_path='.;D:\xampp\php\PEAR') in D:\xampp\htdocs\game\default.asp on line 2
Query failed with error: No database selected


any fix pls?
 
Banned
Banned
Joined
Sep 1, 2006
Messages
477
Reaction score
15
Recheck the config file or whatever that's a wrong path error i think
 
Initiate Mage
Joined
May 9, 2012
Messages
3
Reaction score
0


need help with these can anybody tell how to fix it?

it say Warning: require(core.php) [function.require]: failed to open stream: No such file or directory in C:\Users\Erci\Desktop\xampp\htdocs\index.php on line 2

Fatal error: require() [function.require]: Failed opening required 'core.php' (include_path='.;C:\Users\Erci\Desktop\xampp\php\PEAR') in C:\Users\Erci\Desktop\xampp\htdocs\index.php on line 2

i have teamviewer if anyone can help pleas help
 
Status
Not open for further replies.
Back
Top