vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Making the smilie page non accessable to guests? (https://vborg.vbsupport.ru/showthread.php?t=56613)

MaDCaT75 08-30-2003 10:27 PM

I know I'm terrible :p

insanctus 08-30-2003 10:58 PM

That you are, then I was to back a bit ago before vb3.

Alot of them just seem cool at the time then the fun is just another novelty.

KW802 09-13-2003 09:50 PM

Is that hack just for the direct link method (http://www.sims2forums.com/misc.php?action=getsmilies&) or should that work everywhere? If you use the jump bar to go into one of the category forums (http://www.sims2forums.com/forumdisp...une=&forumid=1) the smilies still show if you click on the "smilies" part in the Forum Rules part in the bottom left hand corner of the screen.

Hellcat 10-24-2003 06:46 PM

Quote:

Originally Posted by MaDCaT75
Any way to block access to the smilie page so guests cant view it? Dont want those pesky guests stealing my hard worked on smilies :p

The sad thing is, most of your "hard worked on" smilies are done by a member of MY board and have been stealed BY YOU!

So, don't care about ppl stealing your smilies as long as everything you can do is stealing them yourself and claiming it as your work!

sabret00the 10-24-2003 07:08 PM

:rofl: i done alot of mine, so installed this nice little add-on :)

sabret00the 11-04-2003 07:15 PM

to have it so the other smilie page shows no permission to simply change
PHP Code:

// ############################### start show smilies ###############################
if ($action=="showsmilies") {
  
$templatesused "smiliebit,smilies";
  include(
"./global.php");
  
$smiliebits=""

to
PHP Code:

// ############################### start show smilies ###############################
if ($action=="showsmilies") {
  
$templatesused "smiliebit,smilies";
  include(
"./global.php");
  if (
$bbuserinfo[userid]==0){show_nopermission();} 
  
$smiliebits=""

:)


All times are GMT. The time now is 09:24 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.01113 seconds
  • Memory Usage 1,728KB
  • 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
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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