
Is that all?
How do you install it?
EDIT: Little confused.. where do we start to delete?
Last edited by Cushioned; 30-11-2008 at 12:11 AM.
Previously a Habbo fanatic, web designer/developer, fansite owner, & trusted member of the community.
ok got the liscence thing removed, just need the sql.
.:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
.:.: Stand up for what is right, even if you stand alone:.:.
Right okey folks.
SQL: http://thatsmallforum.com/sql.sql
Edit settings.php and replace it all with this
Save it, upload it all and you are done$database_location = "localhost";
$database_username = "YOURUSERNAME";
$database_password = "YOURPASSWORD";
$database_name = "YOURDATABASENAME";
$serial_key = "";
To login, username demo, password demo then you can add accounts e.t.c.
Can you explain how to install it and what to delete etc?
Don't know much about PHP :rolleyes:
Previously a Habbo fanatic, web designer/developer, fansite owner, & trusted member of the community.
Invalid Template file, no matter what file i try to open
Last edited by Colin-Roberts; 30-11-2008 at 12:27 AM.
.:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
.:.: Stand up for what is right, even if you stand alone:.:.
OK no problem
Step 1: Download all the files.
Step 2: Open init.php and look for the code:
(Starts at line 9)PHP Code:$server_ip = $_SERVER['SERVER_ADDR'];
$server_domain = $_SERVER['HTTP_HOST'];
$server_domain = str_replace("www.", "", $server_domain);
$checkpage = "http://license.thatsmallforum.com/index.php?ip=$server_ip&domain=$server_domain&key=$serial_key";
$licensecheck = @file_get_contents($checkpage);
if($licensecheck == "FALSE"){
echo "<font color=\"red\"><b>License Error: </b></font>INVALID LICENSE!";
exit;
}elseif($licensecheck != "TRUE"){
echo "<font color=\"red\"><b>License Error: </b></font>";
echo $licensecheck;
exit;
}
Remove all of that code. (It disables the license checker.)
Step 3: Edit settings.php. Delete all the code in there and put in:
Replacing the values between the " " with your MySQL information.PHP Code:<?php
$database_location = "localhost";
$database_username = "YOURUSERNAME";
$database_password = "YOURPASSWORD";
$database_name = "YOURDATABASENAME";
$serial_key = "";
?>
Step 4: Save all the changes, and upload.
Step 5: Import the SQL into your database.
EDIT:
You will also need to download http://thatsmallforum.com/default.zip and unzip that to the /templates directory under a new folder called default.
Last edited by Florx; 30-11-2008 at 12:33 AM.
did both of those.. still get's invalid template file..oh nvm thought that was a reply to me
.:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
.:.: Stand up for what is right, even if you stand alone:.:.
Thanks a bunch! +REPOK no problem
Step 1: Download all the files.
Step 2: Open init.php and look for the code:
(Starts at line 9)PHP Code:[b]$server_ip = $_SERVER['SERVER_ADDR'];[/b]
[b]$server_domain = $_SERVER['HTTP_HOST'];[/b]
[b]$server_domain = str_replace("www.", "", $server_domain);[/b]
[b]$checkpage = "http://license.thatsmallforum.com/index.php?ip=$server_ip&domain=$server_domain&key=$serial_key";[/b]
[b]$licensecheck = @file_get_contents($checkpage);[/b]
[b]if($licensecheck == "FALSE"){[/b]
[b] echo "<font color=\"red\"><b>License Error: </b></font>INVALID LICENSE!";[/b]
[b] exit;[/b]
[b]}elseif($licensecheck != "TRUE"){[/b]
[b] echo "<font color=\"red\"><b>License Error: </b></font>";[/b]
[b] echo $licensecheck;[/b]
[b] exit;[/b]
[b]}[/b]
[b][/b]
Remove all of that code. (It disables the license checker.)
Step 3: Edit settings.php. Delete all the code in there and put in:
Replacing the values between the " " with your MySQL information.PHP Code:[b]<?php[/b]
[b]$database_location = "localhost";[/b]
[b]$database_username = "YOURUSERNAME";[/b]
[b]$database_password = "YOURPASSWORD";[/b]
[b]$database_name = "YOURDATABASENAME";[/b]
[b]$serial_key = "";[/b]
[b]?>[/b]
[b][/b]
Step 4: Save all the changes, and upload.
Step 5: Import the SQL into your database.
Previously a Habbo fanatic, web designer/developer, fansite owner, & trusted member of the community.
You will also need to download http://thatsmallforum.com/default.zip and unzip that to the /templates directory under a new folder called default.
So it will look like this:
http://www.yourdomain.com/forum/templates/default/ header.tpl
e.t.c.
![]()
Last edited by Florx; 30-11-2008 at 12:35 AM.
ok how do I add/change category's?
The zip seems to be missing some files.. like memberlist.php and whats going on box..
and part of the pm template from the looks of comparing the 2 demo's
Last edited by Colin-Roberts; 30-11-2008 at 12:47 AM.
.:.:#14:.:. .:.: Impossible Is Nothing :.:. .:.: 845 Rep:.:.
.:.: Stand up for what is right, even if you stand alone:.:.
Want to hide these adverts? Register an account for free!