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)
-   -   Donation Add-on to Points System Hack (https://vborg.vbsupport.ru/showthread.php?t=35312)

Palmer ofShinra 02-27-2002 08:38 AM

Quote:

Originally posted by Psychdrone
eh I already made mine but nice :)
After I gave you my entire code for that, yeah :p

ExcErr 03-01-2002 12:51 PM

Quote:

iwill postthe code shortly
thx! i will wait for it!

jags2ooo 03-01-2002 06:55 PM

lol zilla u a hacker.. i dont think so

Saiyan XL 03-01-2002 09:28 PM

where is the code??? or any updates?? and nice hack Zilla

GameZilla 03-02-2002 04:52 AM

do same in newthread.php and newreply.php

find:
PHP Code:

      // update user stuff
      
$dotitle="";
      if (
$bbuserinfo[userid]!=0

and below that put

PHP Code:

        // START Update GOLD
  
$userpointstr $DB_site->query_first("SELECT field5 FROM userfield WHERE userid='$bbuserinfo[userid]'");
  
$pointstr $userpointstr[field5];
  
$gold $pointstr 4;
  
$DB_site->query("UPDATE userfield SET field5='$gold' WHERE userid='$bbuserinfo[userid]'");
  
// END Update GOLD 

REMEMBER TO CHANGE "field5" to the freld of your points

ExcErr 03-02-2002 10:06 AM

thx - great mod!

Psychdrone 03-02-2002 05:13 PM

Quote:

Originally posted by Palmer ofShinra

After I gave you my entire code for that, yeah :p

hehe, thanks again bud!

anone121 03-05-2002 08:09 PM

wow thnx gamezilla i'll install this on my forums thnx for helping me out

Saiyan XL 03-05-2002 09:17 PM

heh, I made my own!! lol, but I think yours is more advanced!!

Saiyan XL 03-05-2002 10:35 PM

Vivi Ornitier, get online NOW!!!!!!!!! lol
I have to talk to you, very important


All times are GMT. The time now is 04:53 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.01084 seconds
  • Memory Usage 1,735KB
  • 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
  • (2)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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