Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Usercp Signature Preview Details »»
Usercp Signature Preview
Version: 1.00, by Kinox Kinox is offline
Developer Last Online: Oct 2005 Show Printable Version Email this Page

Version: 2.3.x Rating:
Released: 06-27-2002 Last Update: Never Installs: 69
 
No support by the author.

vbhacker v1.0.2 file

*Usercp Signature*

- Limit limitations on register new user
- Limit limitations on usercp after user register
- Preview sig in usercp
- Limit lines in sig
- Limit images in sig
- Limit width
- Limit height

Enjoy

NOTE:
Limit width/height only works on .gif, .jpg, .jpeg, and so on... not on .txt, .php, .cgi, .html and so on... if user might use them in [img ] [/img ] tag...

Limits to limit extensions will come in future...

UPDATED October 3
Added signature.mass.delete.php - Add that to your /admin, and run it only if you want all signatures deleted, it will erase all signatures in your database if you want limits to be set on existing registered users...

LATEST VERSION DOWNLOAD:
https://vborg.vbsupport.ru/attachmen...&postid=266936
-------------------------------------------------------------------------
Check out http://nekio.com.
Check out http://hololith.com - my personal website.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #92  
Old 04-19-2003, 07:23 PM
Alien's Avatar
Alien Alien is offline
 
Join Date: Oct 2001
Posts: 827
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

-Jason
Reply With Quote
  #93  
Old 04-19-2003, 09:33 PM
Alien's Avatar
Alien Alien is offline
 
Join Date: Oct 2001
Posts: 827
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #94  
Old 04-28-2003, 08:06 AM
Oblivion Knight's Avatar
Oblivion Knight Oblivion Knight is offline
 
Join Date: May 2002
Location: Sheffield, UK
Posts: 1,757
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #95  
Old 05-01-2003, 02:23 AM
Beth Beth is offline
 
Join Date: Apr 2003
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 ?
Reply With Quote
  #96  
Old 05-02-2003, 07:37 PM
Illuvatar's Avatar
Illuvatar Illuvatar is offline
 
Join Date: Apr 2002
Location: So. Cal
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Reply With Quote
  #97  
Old 05-05-2003, 11:52 PM
S.Shady's Avatar
S.Shady S.Shady is offline
 
Join Date: Apr 2003
Location: Cleveland, Ohio
Posts: 179
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #98  
Old 05-14-2003, 03:28 AM
L-Mane L-Mane is offline
 
Join Date: Jul 2002
Posts: 110
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Peeps still find a way round the hack by putting www. in the link.
Reply With Quote
  #99  
Old 05-14-2003, 08:19 AM
subu1 subu1 is offline
 
Join Date: Sep 2002
Location: Germany
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 :banana: :banana: :rambo:

thxxx for help :bunny:
Reply With Quote
  #100  
Old 05-31-2003, 04:42 PM
wyzzor wyzzor is offline
 
Join Date: Nov 2002
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks. god job
Reply With Quote
  #101  
Old 06-04-2003, 01:13 AM
Kwesi Kwesi is offline
 
Join Date: May 2002
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hoe do i Run the Query? im sorry.. im just a big newb
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 08:59 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.04791 seconds
  • Memory Usage 2,319KB
  • Queries Executed 25 (?)
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
  • (5)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete