|
#1
|
||||||||||||
|
||||||||||||
|
File Name :: Latest 10 Downloads List
Author :: FireNova Category :: Ipb Mods Description :: This script will show the last x downloads from your ipb forums. This requires you to have the download mod already installed. This mod was made using the D2-Downloads System 2.0 databse fields. The forum that this has been tested on were the ipb 2.0x. This is a PHP script. In order for it to run, you must have PHP on your webhosting account. If you are not sure about this, then ask your webhost about it. It is only a very simple script and an example of what it looks like is here. http://p3rc3pt10n.net In the downloads box. Please leave the copyright notice in. It will NOT show up when the script is used. enjoy using it! FireNova[P3rc3pt10n.net] View File |
| FireNova's Sponsored Links: |
|
| Display your advertising here - learn about Pictual Revenue Sharing |
|
#2
|
||||||||||||
|
||||||||||||
|
nice, i saw it on invisionize!
|
|
#3
|
||||||||||||
|
||||||||||||
|
You didn't seem to reply on invisionize so i posted here
http://fractical.teamhalo.co.uk/Forum_Stats is where it is at the bottom. the only problem is that instead of showing as Code:
its like this Code:
i followed the steps and it doesn't work here is my code. (xx is my database info) Code:
can you give me code to fix this please ? thanks |
|
#4
|
||||||||||||
|
||||||||||||
|
Quote:
one backslash too much spoils the whole thing im not sure though :S |
|
#5
|
||||||||||||
|
||||||||||||
|
if what insaze said doesnt work then on this line you have
$board_url = 'http://fractical.teamhalo.co.uk/forum/'; remove the last slash $board_url = 'http://fractical.teamhalo.co.uk/forum'; because the code already has the slashes in |
|
#6
|
||||||||||||
|
||||||||||||
|
non of the above work
|
|
#7
|
||||||||||||
|
||||||||||||
|
oh im really sorry i havent updated the rar file in the download section the bottom of the code should look like this
while($r=mysql_fetch_array($result)) { $fname=$r["fname"]; $id=$r["id"]; echo " ▪ $fname "; } echo "<div align='center'> View All Downloads</div>"; ?> |
|
#8
|
||||||||||||
|
||||||||||||
|
it still doesnt work :S
http://fractical.teamhalo.co.uk/Forum_Stats |
|
#9
|
||||||||||||
|
||||||||||||
|
is this what your code looks like? Is it an exact copy part from the parts need to be changed?
Quote:
|
|
#10
|
||||||||||||
|
||||||||||||
|
a slash is missing FN... maybe u did a backslash somewhere or forgot sommat im too lazy to look through this now
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|