Bravo List
Register
Go Back   > Bravo List > P2P > Forum > Downloads
Reply
  #1  
Old 13th March 2015, 00:56
WhyMe WhyMe is offline
Banned
 
Join Date: Apr 2014
P2P
Posts: 160
Thumbs up H-20-Tracker - Complete [FIXED]


ok here is the conplete fix of H-20-Tracker a mate of mine wanted me to go thou all the code so here we are filly done from backend to frontend

1. New Datebase
2. Now with to stop mods editing owners account
3. New theme And overall new css in both themes
4. New stafftools
5. And much more done from backend to frontend

Attached Files
File Type: rar H-20-Tracker.rar (8.59 MB, 750 views)

Last edited by Thor; 18th April 2019 at 13:21.
Reply With Quote
The Following 3 Users Say Thank You to WhyMe For This Useful Post:
mitch (9th September 2019), NPSDown (22nd April 2016), Protheush (13th March 2015)
  #2  
Old 13th March 2015, 16:47
lordofshadow89 lordofshadow89 is offline
Member
 
Join Date: Sep 2014
Posts: 1
Exclamation php error message
Warning: reset() [function.reset]: Passed variable is not an array or object in /home/a3229179/public_html/backend/functions.php on line 799 and this line 800,same error
Reply With Quote
  #3  
Old 13th March 2015, 17:11
WhyMe WhyMe is offline
Banned
 
Join Date: Apr 2014
P2P
Posts: 160
Default
ill look into this for you
backend/functions.php

ok look for

PHP Code:
    global $site_config$smilies$privatesmilies
replace with


PHP Code:
global $site_config$smilies
look for


PHP Code:
    require_once("smilies.php");
    
reset($smilies);
    while (list(
$code$url) = each($smilies))
        
$s str_replace($code'<img border="0" src="'.$site_config["SITEURL"].'/images/smilies/'.$url.'" alt="'.$code.'" title="'.$code.'" />'$s);

    
reset($privatesmilies);
    while (list(
$code$url) = each($privatesmilies))
        
$s str_replace($code'<img border="0" src="'.$site_config["SITEURL"].'/images/smilies/'.$url.'" alt="'.$code.'" title="'.$code.'" />'$s); 
replace with

PHP Code:
    require_once("smilies.php");
    
reset($smilies);
    while (list(
$code$url) = each($smilies))
        
$s str_replace($code'<img border="0" src="'.$site_config["SITEURL"].'/images/smilies/'.$url.'" alt="'.$code.'" title="'.$code.'" />'$s); 
Bump: if anyone wants the mater code with new theme pm me

Last edited by WhyMe; 13th March 2015 at 17:21.
Reply With Quote
  #4  
Old 27th April 2015, 09:58
adi10289 adi10289 is offline
Member
 
Join Date: Jul 2008
Posts: 11
Default
Pls help getting blank page :(
using apache 2.4, mysql 5.5 and php 5.4
Reply With Quote
  #5  
Old 27th April 2015, 10:36
Demon-Cod3rs Demon-Cod3rs is offline
Banned
 
Join Date: Apr 2015
P2P
Posts: 47
Default
pm me your site ill look
Reply With Quote
  #6  
Old 27th April 2015, 15:19
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Default
Post ErrorLog

If you installed apache:
Code:
/var/log/apache2/error.log
Reply With Quote
  #7  
Old 27th April 2015, 15:20
adi10289 adi10289 is offline
Member
 
Join Date: Jul 2008
Posts: 11
Default
Quote:
Originally Posted by Demon-Cod3rs View Post
pm me your site ill look
Fixed it, PHP 5.5 was causing issue downgraded to 5.3 :)
Reply With Quote
  #8  
Old 27th April 2015, 16:24
Demon-Cod3rs Demon-Cod3rs is offline
Banned
 
Join Date: Apr 2015
P2P
Posts: 47
Thumbs up
yes i was going to tell you this mate downgrade
Reply With Quote
  #9  
Old 27th April 2015, 17:13
Zuby's Avatar
Zuby Zuby is offline
Senior Member
 
Join Date: Sep 2009
P2P
Posts: 101
Default
is there any demo ? or screenshots ?
Reply With Quote
  #10  
Old 27th April 2015, 17:24
Demon-Cod3rs Demon-Cod3rs is offline
Banned
 
Join Date: Apr 2015
P2P
Posts: 47
Default
no i do have the master code of this with better theme too
Reply With Quote
The Following User Says Thank You to Demon-Cod3rs For This Useful Post:
Floky123 (21st June 2020)
Reply

Tags
complete , fix , fixed , h20tracker , h20trackercomplete

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT +2. The time now is 01:49. vBulletin skin by ForumMonkeys. Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.