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)

Chris M 10-30-2002 11:46 AM

Scorsch - You know how avatars are stored in the Database?

Well this is like a Signature version of that;)

Satan

Chris M 10-30-2002 11:56 AM

Wahey!!!

It all works!!!:)

There is just one thing I cant understand (which doesnt work properly), and one template edit to make;)

PHP Code:

  if ($modifyavatar!="") {
    
$goto="member.php?s=$session[sessionhash]&action=editavatar";
  } else {
    
$goto="usercp.php?s=$session[sessionhash]";
  }
  eval(
"standardredirect(\"".gettemplate("redirect_updatethanks")."\",\"$goto\");");
// now we edit the signature!
  
if ($modifysignature!="") {
    
$goto="member.php?s=$session[sessionhash]&action=editsignature";
  } else {
    
$goto="usercp.php?s=$session[sessionhash]";
  }
  eval(
"standardredirect(\"".gettemplate("redirect_updatethanks")."\",\"$goto\");");



Why does ^ (that) redirect to usercp.php?

Satan

Velocd 10-30-2002 12:38 PM

Quote:

Originally posted by Schorsch
hmmm could you explain me what this hack actually does ?

cu
Schorsch

I seriously think it needs to be required that people give a description on what the hack actually does! Maybe an extra required field when making in the newthread interface? Usually just the title alone, such as in this case "Signature Image System", doesn't really explain enough. ;)

But anyway, commenting on what you said after Schorsch post, the idea does seem pretty cool....except that most people who have signatures use them on other sites as well. For example, before I got a host I would use DeviantArt to host my signatures for many forums that I posted on. People might hotlink from your site to all their other sites..and I'm not all that sure you would want that, mostly if it's in the same case as attachments where the "who's online" thing will display guests viewing the signature. (not sure if that's actually an issue though).

Chris M 10-30-2002 12:38 PM

Ok I think ive cracked it:)

It should be:

PHP Code:

if ($modifyavatar!="") {
    
$goto="member.php?s=$session[sessionhash]&action=editavatar";
  } elseif(
$modifysignature!="") {
    
$goto="member.php?s=$session[sessionhash]&action=editsignature";
  }else{
    
$goto="usercp.php?s=$session[sessionhash]";
  }
  eval(
"standardredirect(\"".gettemplate("redirect_updatethanks")."\",\"$goto\");");



Anyone know if that will work?

Satan

Chris M 10-30-2002 12:40 PM

@Velo - You know that referrers script that you can put in avatar.php & attachment.php?

Ive included that as standard in the root/signature.php to counteract that;)

Suffice it to say that I was paranoid about people hotlinking;):)

This is really a signature for use on your site, and your site alone;)

Satan

Chris M 10-30-2002 12:43 PM

For your pleasure, I have attached the referrers script...

You can put this in:

avatar.php
attachment.php
signature.php (if you have this hack installed)

It does prevent hotlinking:)

Satan

Velocd 10-30-2002 12:44 PM

Hmm, interesting stuff then hellsatan..I'll be awaiting the non-beta release :D

Chris M 10-30-2002 12:46 PM

Ok cool:)

It really is ready for non-beta...Aside from that template edit;)

Anyone found a better looking "modifyoptions" template edit, cos, like I said, Im not good at <table> stuff:(

Satan

Chris M 10-30-2002 12:55 PM

Here is a screenshot of the faulty template...

Incase you are wondering - I found the errors by installing it on my previously hacked Offline forum on My Computer:)

This is the ONLY error I can find;)

Satan

Chris M 10-30-2002 12:59 PM

Here is the HTML code for the faulty modifyoptions template...

Just for those of you who could sort it out:)

Satan


All times are GMT. The time now is 04:43 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.01083 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
  • (2)bbcode_php_printable
  • (1)bbcode_quote_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