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)
-   -   Signature Image System Hack - Version 3.0+... (https://vborg.vbsupport.ru/showthread.php?t=45310)

Chris M 12-15-2002 02:54 PM

They are really meant to be run seperately:)

If you do as Crazy Pete suggested, it should work:)

@Crazy Pete - No luck yet:( Still looking;)

Satan

L-Mane 12-23-2002 07:09 AM

I got it

Chris M 12-23-2002 04:22 PM

You got what?

Satan

Crazy Pete 12-23-2002 04:23 PM

I think he means he got the queries to work correctly?

Chris M 12-23-2002 05:44 PM

Perhaps:)

Sorry Pete - Still no luck yet:(

I won't be able to look over the next day (machine getting killed and re-installed again):(

Satan

L-Mane 12-24-2002 01:20 AM

Yeah I got them to work. How would I go about uninstalling the queries because we got some issues going on and I want to make sure that it isn't something I did.

Chris M 12-24-2002 04:35 PM

Er...

For the Queries you ran, just change the "ADD" to "DROP", and remove anything after the row name;)

i.e. ALTER TABLE user DROP sigimage
(or whatever it was - i forget:p)

Satan

Chris M 12-30-2002 09:53 AM

I think I've found the Fix for the Height/Width issue - Apparently sometimes you couldn't restrict the height or width, and I think this is the fix:

In root/member.php find:

Code:

        if ($imginfo=@getimagesize($filename)) {
          if ($imginfo[0]>$signaturemaxwidth and $imginfo[0]>$signaturemaxheight or $imginfo[1]>$signaturemaxwidth and $imginfo[1]>$signaturemaxheight) {
            @unlink($filename);

Replace with:
Code:

        if ($imginfo=@getimagesize($filename)) {
          if ($imginfo[0]>$signaturemaxwidth or $imginfo[1]>$signaturemaxheight) {
            @unlink($filename);

:)

Satan

partang2 01-01-2003 10:43 PM

Quote:

Originally posted by HR3rdGen
Still no takers on why the signature image doesn't display, yet i have no errors, and can upload signatures just fine.

Just not showing up in the postbit's


I have the same problem here! All installed ok, I can upload images and they show up in usercp, but nothing shows up in the posts... I have a ordinary textsignature from before. Care to answer hellsatan?

Logik 01-02-2003 12:47 AM

This is a very nice hack..


All times are GMT. The time now is 07:44 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.01156 seconds
  • Memory Usage 1,734KB
  • 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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