Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 08-08-2014, 11:41 PM
bymny bymny is offline
 
Join Date: Apr 2014
Location: Turkey
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default How to ban an external page?

I do not have much knowledge of php please help
my code:
Code:
<body bgcolor="#ffffff">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<center>
<?php
define("IN_vbulletin", 1);

require_once "../global.php";
if(!in_array($vbulletin->userinfo['usergroupid'], array(1,4,8))){
$a = "Welcome"; 
echo $a;
}
else{
if(!$vbulletin->userinfo['usergroupid']) error_no_permission();
$b = "No Permission!"; 
echo $b;
die();
} 

//my php code

?> 
</center>
</body>
Reply With Quote
  #2  
Old 08-09-2014, 01:14 AM
final kaoss final kaoss is offline
 
Join Date: Apr 2006
Posts: 1,314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please describe in more details what your goal is.
Reply With Quote
  #3  
Old 08-09-2014, 01:18 AM
bymny bymny is offline
 
Join Date: Apr 2014
Location: Turkey
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

extra php page to hide the guest
Reply With Quote
  #4  
Old 08-09-2014, 01:25 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try this:
PHP Code:
define("IN_vbulletin"1);

require_once 
"../global.php";

if (
in_array($vbulletin->userinfo['usergroupid'], array(1,4,8)))
{
    
print_no_permission();
}

if(!
in_array($vbulletin->userinfo['usergroupid'], array(1,4,8))){
$a "Welcome"
echo 
$a;

Reply With Quote
  #5  
Old 08-09-2014, 02:21 AM
bymny bymny is offline
 
Join Date: Apr 2014
Location: Turkey
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@ozzy47 unfortunately does not hide an extra page
Reply With Quote
  #6  
Old 08-09-2014, 02:25 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Are you sure you are trying to view the page as a member of either usergroup, 1,4,8 ?

Also add this above the line define("IN_vbulletin", 1);

PHP Code:
global $vbulletin
Reply With Quote
  #7  
Old 08-09-2014, 03:05 PM
bymny bymny is offline
 
Join Date: Apr 2014
Location: Turkey
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes, I'm sure, but it did not work
Reply With Quote
  #8  
Old 08-09-2014, 03:39 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try:
Code:
chdir('..');
require_once "global.php";
Reply With Quote
  #9  
Old 08-09-2014, 04:07 PM
bymny bymny is offline
 
Join Date: Apr 2014
Location: Turkey
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It was now, thanks

--------------- Added [DATE]1407628085[/DATE] at [TIME]1407628085[/TIME] ---------------

How do I get the user name that appears ?
Code:
Welcome $bbuserinfo[username]
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:22 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04648 seconds
  • Memory Usage 2,241KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (2)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete