vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Store Hack Problem in index.php (https://vborg.vbsupport.ru/showthread.php?t=39459)

countryboy713 06-05-2002 03:33 AM

Store Hack Problem in index.php
 
i seem to be getting an error when i do the file changes to root/index.php on Lesanes Store Hack. when i upload that file and try to go to the main forum page i get this error:

Code:


Parse error: parse error in /home/virtual/site16/fst/var/www/html/forums/index.php on line 121




could this be conflicting with the welcome panel hack, stats panel, or the users online today hack? is there any way to fix this? if you need to see the code for my index.php file please just let me know.

thanks,
countryboy

Admin 06-05-2002 05:59 AM

What are lines 115 -> 125?

countryboy713 06-05-2002 06:22 AM

Code:

    $time = time();
    $maxloggedin = $maxusers[0] . " " . $maxusers[1] . " $numbertodayonline " . $time;
    $DB_site->query("UPDATE template SET template='$maxloggedin' WHERE title='maxloggedin'");
    $maxusers[2] = $numbertodayonline;
    $maxusers[3] = $time;
  } 

  $todayrecordusers = $maxusers[2];
  $todayrecorddate = vbdate($dateformat,$maxusers[3]);
 
  eval("\$todayloggedinusers = \"".gettemplate('forumhome_todayloggedinusers')."\";");

that is 115-125 but the changes have nothing to do with any of those lines. the hack just adds a few lines near the beginning of the file.

Admin 06-05-2002 07:15 AM

I guess the problem is with an excess opening bracket. Tell me what you added to index.php.

Dean C 06-05-2002 08:03 AM

firefly help me plz !

https://vborg.vbsupport.ru/showthrea...861#post257861

Admin 06-05-2002 08:20 AM

Please don't hijack threads.

Dean C 06-05-2002 09:51 AM

i kno but after spending an hour on the store hack for it not to work... it kinda got on my nerves so i really want to be able to fix this...

sorry d00d

countryboy713 06-05-2002 08:49 PM

here is what i added:

Code:

  // Store hack By Lesane
$storeadmin = $DB_site->query_first("SELECT pointname,storename FROM storeadmin");
$pointname=$storeadmin[pointname];
$storename=$storeadmin[storename];

$store=$DB_site->query_first("SELECT storep FROM user WHERE userid='$bbuserinfo[userid]'");
if(!$bbuserinfo[userid]) {
$storepoints="0";
} else {
$storepoints=$store[storep];
}

i added that right before:

Code:

// get total posts

countryboy713 06-08-2002 06:58 AM

please help ive had to go without any info in the welcome panel and stats panel for a few days now.

Lesane 06-08-2002 08:32 AM

The code that you inserted from my hack is good. I can look on your index.php if you want, send it me via pm.


All times are GMT. The time now is 10:05 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01003 seconds
  • Memory Usage 1,727KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete