vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   [Addon for glamour hack by ztsky] (https://vborg.vbsupport.ru/showthread.php?t=22148)

illogicalx 08-02-2001 02:17 PM

what i knew it shoud be like this

PHP Code:

    $post[aimicon]="";
        
$post[yahooicon]="";
        
$post[homepage]="";
        
$post[findposts]="";
        
$post[signature]="";
        
$onlinestatus="";
    }

$personal0 $DB_site->query_first(
SELECT SUM(views) AS personalviews FROM thread WHERE postuserid='
$userinfo[userid]' AND open!='10'"); 
$personal2*$userinfo[posts]+$personal0[personalviews]; 
if (
$personal0 == ""): 
$personal0 "0";
endif; 

but it is not working :)

webhost 08-02-2001 02:23 PM

yea I tried that, I got error in my functions file, Maybe the
hack man will answer the qestion.

illogicalx 08-05-2001 10:28 AM

i hope some one can help us in this hack :(

we are waiting :D

webhost 08-05-2001 11:28 AM

these 2 need new placement in functions.php somewhere


PHP Code:

$personal0 $DB_site->query_first(
SELECT SUM(views) AS personalviews FROM thread WHERE postuserid='
$userinfo[userid]' AND open!='10'"); 
$activity01$userinfo[posts]-$starts
$activity02$starts
$activity03$personal0[personalviews]; 
$personal3*$activity02+2*$activity01+$activity03
if (
$personal2 == ""): 
$personal2 "0"
endif; 
// end Findhow much personal glamour 


PHP Code:

$personal0 $DB_site->query_first("
SELECT SUM(views) AS personalviews FROM thread WHERE postuserid='
$userinfo[userid]' AND open!='10'");
$personal2*$userinfo[posts]+$personal0[personalviews];
if (
$personal0 == ""):
$personal0 "0";
endif; 


Kengan 08-09-2001 09:10 PM

Good Hack ! thanks ! ;)

webhost 08-09-2001 10:14 PM

ok if it was a good hack. What did you do with the showthread script, if you don't mind telling us


All times are GMT. The time now is 01:42 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.01387 seconds
  • Memory Usage 1,732KB
  • 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
  • (3)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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