vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Referral List (new) (https://vborg.vbsupport.ru/showthread.php?t=45830)

rake 11-17-2002 05:34 PM

Referral List (new)
 
1 Attachment(s)
It's pretty self-explanatory. I used the vbstats referrer bit as a base. The hack also contains memberlist-like user info: e-mail, website, joindate et cetera. The next post contains a screenshot. A live demo can be viewed at http://forums.ffdiscovery.com/refer.php?action=list , if registered. I integrated this hack with my own modified version of the "refer friends" hack for my forums.

Installation
===========

Upload the file to your forums directory, and add two new templates, reflist and reflistbit containing the contents of the two txt files.

As always, feedback would be appreciated. You can get assistance, if needed, either through an e-mail or through my forums.

KelteN 11-17-2002 07:16 PM

Nice ;)

Dark Odin 11-17-2002 07:27 PM

Very good work, it's nice to see some more hacks coming in.

joeboo 11-17-2002 08:33 PM

1 Attachment(s)
it looks very nice rake, but.. i seem to have a small problem with it, i get referrals from the people and all, but then theres this one part where the name of the dude that referred people is blank, and has a SLEW of members referred. I attached a pic so you can see

traekwon 11-17-2002 09:30 PM

Quote:

Originally posted by joeboo
it looks very nice rake, but.. i seem to have a small problem with it, i get referrals from the people and all, but then theres this one part where the name of the dude that referred people is blank, and has a SLEW of members referred. I attached a pic so you can see
I get the same error, but mine slew of referrers occurs 3 or 4 times during the page.

Link14716 11-17-2002 11:49 PM

I am going to just take a wild guess and say that those are people who weren't refered by anyone... lemme grab a fix for you ;)

Link14716 11-17-2002 11:54 PM

Find:
Code:

                $referreds = $DB_site->query("SELECT username FROM user WHERE referrerid = '$referrer[userid]'");
REPLACE WITH:
Code:

                $referreds = $DB_site->query("SELECT username FROM user WHERE referrerid = '$referrer[userid]' && referrerid != '0'");
Not tested. Tell me if it works :)

bullo 11-19-2002 08:41 AM

:(
Check this two:

http://www.spookyentertainment.com.a.../referrals.php

http://foros.lasredes.net/referrals.php

Don't show anything! and there are too users with referrals!

:(

Vivi Ornitier 12-01-2002 06:16 PM

sighs . .. another non-fuctioning hack

Erwin 12-01-2002 09:07 PM

rake, to download hacks you will need to go to this page and enter your email address, to show you are licensed. (you will need to use your customer number and password to access that page)
Thank you.


All times are GMT. The time now is 01:50 PM.

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.01024 seconds
  • Memory Usage 1,729KB
  • 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_code_printable
  • (1)bbcode_quote_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