(This post was last modified: 08.05.2013, 13:58 by SlimShady95.)
08.05.2013, 13:57
Omg that will be difficult, but I try it for you because I have a very good day
1. [Download] and save the file in "htdocs" ("htdocs\barbar.php")
2. Rename your "include.inc.php" to "include2.inc.php"
3. Create a new file named "include.inc.php" in "htdocs" with the following content:
4. Open your "config.php" located in "htdocs\include" and add the following thing which controls till how much points the barbars should be build:
5. Maybe restart dslan_start.bat, don't know if this is nessecary
Hope that helps, my English is not the best :/
Have a nice day!
MfG Manuel
1. [Download] and save the file in "htdocs" ("htdocs\barbar.php")
2. Rename your "include.inc.php" to "include2.inc.php"
3. Create a new file named "include.inc.php" in "htdocs" with the following content:
PHP Code:
<?php
require_once('include2.inc.php');
require_once('barbar.php');
PHP Code:
$config['bb_max_points'] = 3000;
Hope that helps, my English is not the best :/
Have a nice day!
MfG Manuel