TXT版的網頁註冊系統使用方法
TXT版的網頁註冊系統使用方法0.環境必須使用php 不論php5或php4皆可
1.先將你抓下來的網頁註冊系統放到你網頁伺服器的資料夾內網頁伺服器有下列2個(此為基本的預設路徑)Abyss Web Server - C:\Program Files\Abyss Web Server\htdocs\Apache - C:\Program Files\Apache Group\htdocs\
2.用記事本打開config.php這個檔
3.將$acctfile_location這裡的路徑改成你放ea的位置(例如:D:\eathena\save\account.txt)
4.基本上你不用設定暫存檔的位置
5.設定你的伺服器資料
6.設定你的註冊方式
7.都設完成後儲存就可以了
TXT Version setup guide:
1. Unzip your downloaded copy of the Registration Panel to your webserver directory:Abyss Web Server - C:\Program Files\Abyss Web Server\htdocs\Apache - C:\Program Files\Apache Group\htdocs\Microsoft IIS - C:\Inetpub\www\
2. Open up config.php in Notepad.
3. Change $acctfile_location to your eAthena's account file. (eAthena directory\save\account.txt)
4. Generally, you don't have to modify the temp file options.
5. Configure your Server Status Options.
6. Configure the registration options.If you have enabled MD5 in login_athena.conf, change $reg_md5 to 1.
7. Configure your appearance options.