vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Refer to Friend v1.0 (https://vborg.vbsupport.ru/showthread.php?t=103808)

---MAD--- 04-10-2006 07:22 AM

this doesnt seem to work on 3.5.4

hotwheels 04-11-2006 11:17 PM

I too can't seem to get this to work...........3.5.4

It has to pieces of .php change's that are the same coding.. This code
Quote:

if (!$_REQUEST['refer'])
{
if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canview']) OR !($forumperms & $vbulletin->bf_ugp_forumpermissions['canviewthreads']) OR !($forumperms & $vbulletin->bf_ugp_forumpermissions['canemail']) OR (($threadinfo['postuserid'] != $vbulletin->userinfo['userid']) AND !($forumperms & $vbulletin->bf_ugp_forumpermissions['canviewothers'])))
{
print_no_permission();
}
}
and this code are in the same location
Quote:

if (!$_REQUEST['refer'])
{
if ($_REQUEST['do'] == 'sendtofriend' OR $_POST['do'] == 'dosendtofriend')
{
$forumperms = fetch_permissions($threadinfo['forumid']);

if (!($forumperms & $vbulletin->bf_ugp_forumpermissions['canview']) OR !($forumperms & $vbulletin->bf_ugp_forumpermissions['canviewthreads']) OR !($forumperms & $vbulletin->bf_ugp_forumpermissions['canemail']) OR (($threadinfo['postuserid'] != $vbulletin->userinfo['userid']) AND !($forumperms & $vbulletin->bf_ugp_forumpermissions['canviewothers'])))
{
print_no_permission();
}

// check if there is a forum password and if so, ensure the user has it set
verify_forum_password($foruminfo['forumid'], $foruminfo['password']);

}
}

serhat_kk 04-12-2006 06:57 PM

Thanks.How do i add verification picture ?

When i click send it says "you dont have permission" etc.... where can i edit this permission ?

serhat_kk 04-14-2006 08:06 PM

When i click send it says "you dont have permission" etc.... where can i edit this permission ?

lazyseller 04-19-2006 01:35 PM

any fix for 3.54 yet ?

serhat_kk 04-21-2006 01:36 PM

Quote:

Originally Posted by serhat_kk
When i click send it says "you dont have permission" etc.... where can i edit this permission ?

Help pls...

serhat_kk 04-21-2006 08:37 PM

can someone help us?

LisaD1 04-28-2006 04:26 PM

I also have the no permission issue, anyone know how to fix this???
Thanks

redlabour 05-23-2006 09:08 AM

Still waiting for this Hack fully Hook based without editing the sendmessage.php File .

Any updates soon ?

CP, 06-02-2006 10:41 AM

Very nice hack for vb 3.5.4! Cheers

kobescoresagain 06-03-2006 01:44 PM

How can I change the message, I wanted to add a little dscription about hte forum into it. Thanks

kafi 06-05-2006 07:35 AM

Is this not vulnerable by spammers to use it for sending out spam through our server?

soletrader 08-06-2006 11:22 AM

update for 3.6 gold?

paul41598 08-08-2006 07:53 PM

I have this working on 3.5.4 now

rex_b 04-05-2007 02:33 PM

does this work for 3.6?

leftie 04-05-2007 06:45 PM

I liked this hack on 3.5.x does it work on 3.6.5

EDIT. Ooops found out hw to do it here. https://vborg.vbsupport.ru/showthread.php?t=125633

Mum 06-30-2007 06:43 PM

Is it bad to edit that file?

Is there one of these written for 3.6. yet? I can't find it anywhere.


All times are GMT. The time now is 01:37 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.01210 seconds
  • Memory Usage 1,745KB
  • 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_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
  • (17)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