Jump to content

Tutorial instalare amxbans


alex

Recommended Posts

Website Installation

 

Extract it in a new folder on your desktop.

Perhaps you should see a folder called web (thats all the amxbans files that you are going to install) and Plugin (thats the part of the game server) and other text files that you can remove.

Open the web folder. Also open an FTP Client AND UPLOAD ALL THE WEB FILES INTO YOUR bans home page; example: www.mypage.com/bans.

Remove the .svn folder that you have uploaded. (Optional)

Be sure that in the ftp you assigned permission to all files to write and execute.

Open your database, for example MYSQL and create a new Database called amxbans. Preferibly with utf-8 default charset in the options of the database.

Be sure that the user of yor SQL has permissions on the new database, ALL PERMISSIONS.

Open your browser and go to your amxbans web page.

Follow these steps:

Select your language and Accept the license agreement.

Look if all things that are recommended are good and click next.

Root path = Leave it as how is.

URL path: Leave it.

Look if all directories are writable, else, go to your ftp and allow write permission on the folder.

Click next.

Host: most of the time localhost or else you enter an IP

Username: The database user name.

Password: It's password.

Database: The name of the database you created, maybe amxbans.

Table prefix: Leave it.

Click check and look if all permissions are correct. Else, go to your SQL and grant the permissions to the user.

Create the first Web Admin. Example: User: Barack Obama. Password: 123456. Email: [email protected].

Click next.

Click finish.

Click "Go to AMXBans".

 

Goto your FTP and delete setup.php file and install folder if you see them.

If you have permisison to configure your PHP, open php.ini or the options of PHP and turn the options/lines

safe_mode

register_globals

magic_quotes_gpc

display_errors

in off.

 

EXTRA STEP: If you have time, delete all the .svn hide folders in the folders of the Plugin and the web. (optional)

 

 

 

Plugin Installation

 

Extract it in a new folder on your desktop.

Open the Plugin folder that you extracted from the downloaded file.

Open configs and copy the 2 files. Paste them into your GAMEDIR/addons/amxmodx/configs folder.

Open the data/lang folder and copy the file. Paste into your GAMEDIR/addons/amxmodx/data/lang folder.

In the ftp, or in your server open the GAMEDIR/addons/amxmodx/configs/ folder and open the amxbans.cfg file and sql.cfg.

Configure it.

Open the plugins-amxbans.ini file and if you want the freeze and flag plugins, remove the ";" that have on the begin of the line.

Open the Plugin /plugins folder that you downloaded. Paste the files into your GAMEDIR/addons/amxmodx/plugins folder.

Open your GAMEDIR/addons/amxmodx/configs folder and Plugin file. Write in the top of that file.

amxbans_core.amxx

amxbans_main.amxx

 

Remove:

admin.amxx

admin_sql.amxx

 

Save the file.

Change the map or restart the server and

Great! Play! Enjoy!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...