I need a block updated to new sql layer, just want my site completely upto new sql layer. Possible to add 5 newest web links.
Check author website and there no longer around.
Code:
<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* PHP All Info Block v2.0 by: SlimBrady (tbrady85@netcommander.com) */
/* http://unitedgamerz.net - http://fraggedout.com */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
// Number of Headlines to show
$headlines = 15;
// Number of downloads to show for Top Downloads
$downloadnumbertop = 5;
// Number of downloads to show for New Downloads
$downloadnumbernew = 10;
// Title of headlines section
$titleheadlines = "Headlines";
// Title of Top Downloads section
$titletopdownloads = "Top Downloads";
// Title of New Downloads section
$titlenewdownloads = "New Downloads";
/************************/
/* End Variables */
/************************/
// Stops people from accessing it directly
if (eregi("block-All_Info.php", $_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
global $prefix, $multilingual, $currentlang, $db, $dbi;
View next topic View previous topic
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum