Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Downloads (http://www.bvlist.com/forumdisplay.php?f=16)
-   -   H-20-Tracker - Complete [FIXED] (http://www.bvlist.com/showthread.php?t=10304)

WhyMe 13th March 2015 00:56

H-20-Tracker - Complete [FIXED]
 
1 Attachment(s)


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

:drink::drink::drink::drink::drink::drink::drink:

lordofshadow89 13th March 2015 16:47

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

WhyMe 13th March 2015 17:11

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

adi10289 27th April 2015 09:58

Pls help getting blank page :(
using apache 2.4, mysql 5.5 and php 5.4

Demon-Cod3rs 27th April 2015 10:36

pm me your site ill look

BamBam0077 27th April 2015 15:19

Post ErrorLog

If you installed apache:
Code:

/var/log/apache2/error.log
:ok:

adi10289 27th April 2015 15:20

Quote:

Originally Posted by Demon-Cod3rs (Post 46931)
pm me your site ill look

Fixed it, PHP 5.5 was causing issue downgraded to 5.3 :)

Demon-Cod3rs 27th April 2015 16:24

yes i was going to tell you this mate downgrade

Zuby 27th April 2015 17:13

is there any demo ? or screenshots ?

Demon-Cod3rs 27th April 2015 17:24

no i do have the master code of this with better theme too:drink:


All times are GMT +2. The time now is 18:21.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.