vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   Beta Donation Hack (https://vborg.vbsupport.ru/showthread.php?t=49956)

Funkie 04-07-2003 08:05 PM

Worx a treat fella.
Managed to get it working just right:)
Used a few icons,looks nice now many thanx for the Mod,and your work

[high]* Funkie clicks install[/high]

Alien 04-18-2003 05:44 PM

How many queries does this hack add to postbit and member profile?

I know the "contributor hack" uses 1 in the postbit, is it the same here? I'd like to use this one because of the multi-levels and just wanted to check before install...

-Jason

Alien 04-27-2003 01:12 AM

Anyone? :)

Alien 04-30-2003 12:22 AM

Maybe on extended vacation? ;)

GaleForce 04-30-2003 12:50 AM

Yeah, there is a donation Hack already released... I have it running on my forums, as do some other forums, such as Yaxay. However, this donation hack seems to be a lot more feature rich :)

santeematt 05-05-2003 12:00 AM

worked perfect in 2.2.6

santeematt 05-05-2003 03:26 PM

i added something for the leeches, check it out

PHP Code:

//2root4u Donation Hack
    
global $donationbrackets$donationtitles$donationfield;
    
$donation $post[$donationfield];
    if(
is_numeric($donation) && $donation>$donationbrackets[0]) {
        
$post[donationtitle] = $donationtitles[0];
        
$i 1;
        while(isset(
$donationbrackets[$i]) && ($donation $donationbrackets[$i]))
            
$post[donationtitle] = $donationtitles[$i++];
    }
    
// for the leechs from santeematt
else {
            
$post[donationtitle] = "<smallfont>worthless leech!</smallfont>";
    }
////End 2root4u Donation Hack 

that is in /admin/functions.php

cinq 05-05-2003 03:36 PM

Will this work on 2.2.9 ?

Lethal 05-05-2003 04:46 PM

Quote:

Today at 12:26 PM santeematt said this in Post #27
i added something for the leeches, check it out

PHP Code:

//2root4u Donation Hack
    
global $donationbrackets$donationtitles$donationfield;
    
$donation $post[$donationfield];
    if(
is_numeric($donation) && $donation>$donationbrackets[0]) {
        
$post[donationtitle] = $donationtitles[0];
        
$i 1;
        while(isset(
$donationbrackets[$i]) && ($donation $donationbrackets[$i]))
            
$post[donationtitle] = $donationtitles[$i++];
    }
    
// for the leechs from santeematt
else {
            
$post[donationtitle] = "<smallfont>worthless leech!</smallfont>";
    }
////End 2root4u Donation Hack 

that is in /admin/functions.php


LOL good one

Dean C 05-05-2003 05:42 PM

Ok i may be missing something here but how exactly does this work? :)

All the best

- miSt


All times are GMT. The time now is 01:46 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.01189 seconds
  • Memory Usage 1,755KB
  • 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
  • (1)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