Runescape
SQLSCAPE
Yup, that’s right, a server that stores information in a MySQL database!!
I basically took an edited CheezeScape source and made it run with SQL.
Positives:
- many servers can use the same database, making it easy to have a “sister” server
- suspected to be faster than normal .txt file saving
- allows you to edit characters and weapons away from the host computer
- Banning is now much more secure
- Possibility Of Website scripts
Negatives:
- You can only save 50 bank items currently ( im working on making it 100 )
- Your server is more vulnerable to TRUE hackers (don’t worry… prolly not anyone here)
NEED TO KNOWS :
if you use port forwarding, you must forward the port…. 3306 to allow you and other people to edit the database away from the host computer
INSTALATION: (Summary )
1. Set up your MySql 5.0 or 5.1 Server.
-Write down your Username and Password, you will need them for later.
2. Set up SQLyog.
3. Execute the file called DB.sql & db_itemlist, located at “/source/!!!! OPEN ME !!!!/db/DB.sql”
- To do this , you need to open up SQLyog and connect to your new MySQL server
- Click the Execute Batch File button..
4. Edit Lifescapeserver.java
- look for ” String username = “username”;
String password = “password”; ”
- Replace the “username” with your username
- Replace the “password” with your password
5. Compile / Run
Required Software:
Download MySQL – The Actual “Server”
Download SQLyog – MySQL editing software
Source; http://forum.ragezone.com/f208/