[Tutorial & Files] New Flyff Patcher with BUILT-IN Registration page
NOTICE: This is a patcher for YOUR Flyff PRIVATE Server ~ This will not work with official eflyff or any other private server. [But if you make a private server and tweak this just a bit, you can give it to your players as a way to register.]
First off, I want to show you what the end-product is to see if this is what you want.
This patcher will need 3 files, neuz.bat, a WAMP Server, and a BRAIN
~ Please download all these files, then follow the tutorial
{FILES}
The Patcher: [Only registered and activated users can see links. ]
The Registration Page: [Only registered and activated users can see links. ]
Neuz.exe [No GameGuard] [Only registered and activated users can see links. ]
Keep these files in a place where you wont lose them, probably best to keep them all together for now. You can go ahead and extract ''Flyff patcher V1.zip'' to the same folder.
{NEUZ.BAT}
1. Making neuz.bat
1b. Go into notepad, copy and paste the code below into there, and save it as neuz.bat, in the same spot as the other files. [must be saved as neuz.bat, or it WILL NOT work]
1c. Test it by clicking on it [WITH neuz.exe in the same folder], and if you did it right it should make a CMD window pop up and disappear quickly. If it then launches flyff, then you did everything right so far.
The neuz.bat Code:
Code:
@echo off
Start "" "neuz.exe" sunkist
Exit
{WAMP SERVER}
WAMP Server: [Only registered and activated users can see links. ] Dont forget to install also .-.
2. Setting up the WAMP Server/Registration Page
2a. After installing WAMP, it should show up into your taskbar, near your clock. Either click on that, and go to www, or go to C:/wamp/www (assuming you installed it with default options)
2b. Extract the ''reg site1.zip'' file into the www folder, so it should look like this:http://i498.photobucket.com/albums/r...folderview.jpg
2c. You also NEED to go to your config.php file in the www folder, and go open it with notepad, and change the 'MYSQL PASSWORD' to your MySQL database password.
Code:
$host = "localhost"; // host mysql
$user = "root"; // mysql username
$pass = "MYSQL PASSWORD"; // mysql password
$db = "flyff"; // mysql db
3. Patcher info ~Place the patcher, AND neuz.exe, AND neuz.bat into your flyff folder [overwrite old files if asked]~
3a.When you run the patcher, it should load the site and the patch.
3b. If it doesn't not, please reply with your problem
3c. This patcher is coded to connect to 127.0.0.1, which is the registration site you created. Since the registration panel is so small, it will fit nice and snugly in the window.
3d. When you press Option, it should open Options like normal, and when you press start, it should start up Flyff like normal =D
3d. If you want more info of how to change the IP/Website on your patcher, just tell me what your hamachi/site ip/site address is and I can make a personal patcher for you.
Please leave any comments/concerns below, or thank me if this helped =D