vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Usercp Signature Preview (https://vborg.vbsupport.ru/showthread.php?t=40402)

Alien 04-19-2003 07:23 PM

Thanks for the info, I'll give it a whirl today!

-Jason

Alien 04-19-2003 09:33 PM

In mine, it seemed to add properly using 221, do I need to change 221 to NULL for this to function properly?

Just wanted to know if it was just changed to NULL for those who have a duplicate entry!

Thanks. :D

Oblivion Knight 04-28-2003 08:06 AM

No, you don't need to change 221 to NULL.
It was only changed for those that had a duplicate entry :)

Are there any plans in the future to allow admins (and possibly megamods) to get past the limits that are set?

Beth 05-01-2003 02:23 AM

Hello,

This is the first I've tried.

I got this

"Parse error: parse error in /home/mysite/mysite/test/usercp.php on line 358"

Can someone help as I'm all new to this ?

Illuvatar 05-02-2003 07:37 PM

I've got to agree with Arie......

I've been wondering how folks on my boards were getting around this hack, and it must be that they put in a paragraph or sumsuch without line breaks.

Has anyone been able to modify this hack to compensate? Maybe a character restriction as well?

<fingers crossed>

S.Shady 05-05-2003 11:52 PM

i was wondering how do uninstall it. i can do the file edits but i would like to undo the querys. how whould i do that ?

its a nice hack and worked perfect on 2.3.0 but we no longer need it.

L-Mane 05-14-2003 03:28 AM

Peeps still find a way round the hack by putting www. in the link.

subu1 05-14-2003 08:19 AM

hey Friends, in my 2.2.8

search in Member.php for:

PHP Code:

 include("./global.php");
 if (
$bbuserinfo[userid]==or $permissions['canmodifyprofile']==0) { 

change to

PHP Code:

 $templatesused .= 'hl_signature_error_wh,hl_signature_error_long,hl_signature_error_images';
  include(
"./global.php");

  if (
$bbuserinfo[userid]==or $permissions['canmodifyprofile']==0) { 

i have it on line 452

PHP Code:

// ############################### start update profile ###############################
if ($HTTP_POST_VARS['action']=="updateprofile") {
  
$templatesused 'redirect_updatethanks,error_fieldmissing,error_emailmismatch,error_emailtaken,error_fieldmissing,error_requiredfieldmissing,error_birthdayfield';
  include(
"./global.php");
  if (
$bbuserinfo[userid]==or $permissions['canmodifyprofile']==0) {
    
show_nopermission();
  } 

and 715

PHP Code:

// ############################### start modify options ###############################
if ($action=="editoptions") {
  
$templatesused 'modifyoptions_maxposts,modifyoptions_styleset,modifyoptions_stylecell,usercpnav,modifyoptions';
  include(
"./global.php");
  
// do modify profile form

  
if ($bbuserinfo[userid]==or $permissions['canmodifyprofile']==0) { 

and 996

PHP Code:

// ############################### start update options ###############################
if ($HTTP_POST_VARS['action']=="updateoptions") {
  
$templatesused 'redirect_updatethanks';
  include(
"./global.php");

  if (
$bbuserinfo[userid]==or $permissions['canmodifyprofile']==0) {
    
show_nopermission();
  } 

wich line must be change :rolleyes: :banana: :banana: :rambo:

thxxx for help :bunny:

wyzzor 05-31-2003 04:42 PM

Thanks. :) god job

Kwesi 06-04-2003 01:13 AM

Hoe do i Run the Query? im sorry.. im just a big newb


All times are GMT. The time now is 11:11 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.01270 seconds
  • Memory Usage 1,747KB
  • 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
  • (5)bbcode_php_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