PDA

View Full Version : Forum Script.



Colin-Roberts
29-11-2008, 11:01 PM
Anyone have the download of the forum that a user on this forum made like 4-5 months ago. I'll see if i can find the name of it.

Trinity
29-11-2008, 11:03 PM
Was it the one that Jake and some others were working on? That's the only one I can remember, but I don't remember it getting released.
I'll do some searching though.

Edit: http://www.habboxforum.com/showthread.php?t=474487 << That one?

Or are you thinking of something totally different?

wsg14
29-11-2008, 11:10 PM
I actually remember two different forum projects, give me a few minutes to find out who.

EDIT: Oojamaflip made one, but I don't know if he released it. That's the only person I could find that was developing one, sorry.

Colin-Roberts
29-11-2008, 11:35 PM
I think it was jake, pretty sure he released it too. someone release it

Florx
29-11-2008, 11:38 PM
Hey!

Yeah, I did release one a while back.

Apologies though, because I don't have it anymore :(.

Edit: Just had a look and - http://thatsmallforum.com/forum.zip

Try that :D

Jake.

Calon
29-11-2008, 11:39 PM
*REMOVED*

There's your answer ^_^

If you need some forum scripts, try MyBB, phpBB and YaBB - they're pretty good.
Edit; Jake's post above.

Edited by Meti (Forum Moderator): Please do not post private content on the forum.

wsg14
29-11-2008, 11:53 PM
Off-topic: Jake is saydev still happening or are you too lazy to change your avatar? :P

Florx
29-11-2008, 11:54 PM
Lazy as charged!

Colin-Roberts
30-11-2008, 12:05 AM
how do i install jake?
and it says invalid liscense :P

Florx
30-11-2008, 12:07 AM
Ooohh crap the license system is still active...

Let me download it and then tell you what to delete e.t.c. it's not hard then I will put the SQL online aswell. :D

EDIT: Open init.php and then delete lines 9 - 22.

Cushioned
30-11-2008, 12:09 AM
Ooohh crap the license system is still active...

Let me download it and then tell you what to delete e.t.c. it's not hard then I will put the SQL online aswell. :D

EDIT: Open init.php and then delete lines 9 - 22.

Is that all?
How do you install it?

EDIT: Little confused.. where do we start to delete?

Colin-Roberts
30-11-2008, 12:10 AM
ok got the liscence thing removed, just need the sql.

Florx
30-11-2008, 12:18 AM
Right okey folks.

SQL: http://thatsmallforum.com/sql.sql

Edit settings.php and replace it all with this


$database_location = "localhost";
$database_username = "YOURUSERNAME";
$database_password = "YOURPASSWORD";
$database_name = "YOURDATABASENAME";
$serial_key = "";

Save it, upload it all and you are done :D

To login, username demo, password demo then you can add accounts e.t.c. :)

Cushioned
30-11-2008, 12:24 AM
Can you explain how to install it and what to delete etc?
Don't know much about PHP :rolleyes:

Colin-Roberts
30-11-2008, 12:26 AM
Invalid Template file, no matter what file i try to open

Florx
30-11-2008, 12:28 AM
OK no problem :)

Step 1: Download all the files.
Step 2: Open init.php and look for the 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;
}


(Starts at line 9)

Remove all of that code. (It disables the license checker.)

Step 3: Edit settings.php. Delete all the code in there and put in:



<?php
$database_location = "localhost";
$database_username = "YOURUSERNAME";
$database_password = "YOURPASSWORD";
$database_name = "YOURDATABASENAME";
$serial_key = "";
?>


Replacing the values between the " " with your MySQL information.

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.

Colin-Roberts
30-11-2008, 12:32 AM
did both of those.. still get's invalid template file..oh nvm thought that was a reply to me

Cushioned
30-11-2008, 12:32 AM
OK no problem :)

Step 1: Download all the files.
Step 2: Open init.php and look for the 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;
}


(Starts at line 9)

Remove all of that code. (It disables the license checker.)

Step 3: Edit settings.php. Delete all the code in there and put in:



<?php
$database_location = "localhost";
$database_username = "YOURUSERNAME";
$database_password = "YOURPASSWORD";
$database_name = "YOURDATABASENAME";
$serial_key = "";
?>


Replacing the values between the " " with your MySQL information.

Step 4: Save all the changes, and upload.
Step 5: Import the SQL into your database.

Thanks a bunch! +REP

Florx
30-11-2008, 12:34 AM
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. :)

:)

Colin-Roberts
30-11-2008, 12:42 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

Florx
30-11-2008, 12:44 AM
Unfortunately I haven't coded it that far yet.

You would have to do it via the database.

Want to hide these adverts? Register an account for free!