View Single Post
  #2  
Old 27th March 2011, 14:42
gabkoko's Avatar
gabkoko gabkoko is offline
Senior Member
 
Join Date: Aug 2010
P2P
Posts: 33
Default Hi
In the following files:
top_last.php
top_onlyups.php
top_sticky.php
top_xxx.php

find this:
PHP Code:
require('./global.php'); 
and change to:

PHP Code:
require('global.php');
dbconn(); 
and enjoy :bubble:
Reply With Quote
The Following 5 Users Say Thank You to gabkoko For This Useful Post:
FENIX (23rd February 2013), hart (27th March 2011), Marco (4th March 2013), papad (5th September 2013), PAX (6th August 2011)