vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   Signature Image System - Version 3.0Beta... (https://vborg.vbsupport.ru/showthread.php?t=45192)

N9ne 10-30-2002 01:02 PM

Try this...

Chris M 10-30-2002 01:10 PM

Awesome:)

It works!:)

Satan

N9ne 10-30-2002 01:13 PM

Glad it worked :D

Chris M 10-30-2002 01:20 PM

As am I:)

News

This hack will remain a BETA until Minifreunde and DrkFusion report back in this thread saying that it works:)

I myself have tested it on my offline boards, so I know that it does work;)

Satan

NTLDR 10-30-2002 01:55 PM

Quote:

Originally posted by hellsatan
For your pleasure, I have attached the referrers script...
It does prevent hotlinking:)

Thanks for posting that hellsatan, I was looking for a PHP way to block referrers some time ago, I can impliment this into my vB now :D

Chris M 10-30-2002 02:01 PM

No problems:)

Satan

Chris M 10-30-2002 02:11 PM

Hmmm...

I found this error:(

Code:

Database error in vBulletin Control Panel 2.2.8:

Invalid SQL: SELECT user.*,FROM_UNIXTIME(joindate) AS joindate,FROM_UNIXTIME(lastvisit) AS lastvisit,FROM_UNIXTIME(lastactivity) AS lastactivity,FROM_UNIXTIME(lastpost) AS lastpost,
                              avatar.avatarpath,NOT ISNULL(customavatar.avatardata) AS hascustomavatar
                              FROM user
                              LEFT JOIN avatar ON avatar.avatarid=user.avatarid
                              LEFT JOIN customavatar ON customavatar.userid=user.userid
                              signature.signaturepath,NOT ISNULL(customsignature.signaturedata) AS hascustomsignature
                              FROM user
                              LEFT JOIN signature ON signature.signatureid=user.signatureid
                              LEFT JOIN customsignature ON customsignature.userid=user.userid
                              WHERE user.userid=1
mysql error: You have an error in your SQL syntax near 'signature.signaturepath,NOT ISNULL(customsignature.signaturedata) AS hascustomsi' at line 6

mysql error number: 1064

Date: Wednesday 30th of October 2002 04:06:54 PM
Script: http://127.0.0.1/forum/forum/admin/u...=edit&userid=1
Referer: http://127.0.0.1/forum/admin/index.php

Satan

Chris M 10-30-2002 02:21 PM

Open admin/user.php
Find:
PHP Code:

                               avatar.avatarpath,NOT ISNULL(customavatar.avatardata) AS hascustomavatar
                               FROM user
                               LEFT JOIN avatar ON avatar
.avatarid=user.avatarid
                               LEFT JOIN customavatar ON customavatar
.userid=user.userid
                               signature
.signaturepath,NOT ISNULL(customsignature.signaturedata) AS hascustomsignature
                               FROM user
                               LEFT JOIN signature ON signature
.signatureid=user.signatureid
                               LEFT JOIN customsignature ON customsignature
.userid=user.userid 

Change to:
PHP Code:

                       avatar.avatarpath,NOT ISNULL(customavatar.avatardata) AS hascustomavatar,
                               
signature.signaturepath,NOT ISNULL(customsignature.signaturedata) AS hascustomsignature
                               FROM user
                               LEFT JOIN avatar ON avatar
.avatarid=user.avatarid
                               LEFT JOIN customavatar ON customavatar
.userid=user.userid
                               LEFT JOIN signature ON signature
.signatureid=user.signatureid
                               LEFT JOIN customsignature ON customsignature
.userid=user.userid 

Satan

Neo 10-30-2002 03:14 PM

Nice job bro.

Chris M 10-30-2002 03:18 PM

Fanks:)

Hopefully it will be a Full Release before too long;)

Satan


All times are GMT. The time now is 02:10 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.01158 seconds
  • Memory Usage 1,753KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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