GrAfiX
12-05-2001, 10:00 PM
Here is my hack to pull the hottest threads on a non VB Page and on a VB page if you remove the require("/.../config.php");
This one is very easy.....
1. Change the parameters in hottest.php
2. include hottest.php where you want it by using the following code!!
<? include("hottest.php"); ?>
Working demo: http://www.thetoybox.net
Versions: works with all versions (I think worked with 1.15 also)
What it does:
This takes how many posts it takes to make a hot thread and then orders it by the date to get the last xx amount of threads that are hot...
You can configure how many threads make a hot thread in hottest.php
Enjoy!!
Happy hacking
This one is very easy.....
1. Change the parameters in hottest.php
2. include hottest.php where you want it by using the following code!!
<? include("hottest.php"); ?>
Working demo: http://www.thetoybox.net
Versions: works with all versions (I think worked with 1.15 also)
What it does:
This takes how many posts it takes to make a hot thread and then orders it by the date to get the last xx amount of threads that are hot...
You can configure how many threads make a hot thread in hottest.php
Enjoy!!
Happy hacking