vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   EMail Address Obfuscator v1.0.2 (https://vborg.vbsupport.ru/showthread.php?t=97704)

El_Muerte 10-07-2005 06:18 AM

no you can't, at least not yet, currently it uses the colors from the currently selected style

Lea Verou 10-07-2005 06:20 AM

Quote:

Originally Posted by El_Muerte
no you can't, at least not yet, currently it uses the colors from the currently selected style

Oh, that's what I meant! :)

[high]* Lea Verou clicks install :)[/high]

trancetopia 10-07-2005 07:56 AM

I like the update, thanks :)

For my personal preference, I didn't like the alignment of the image against the text of the message. I made the following modification so the image is aligned with the middle of the text instead of the bottom.

The Change:

PHP Code:

$res .= "<img src=\"?emailimage=".$hash."\" alt=\"[email address]\" />"

to:

PHP Code:

$res .= "<img src=\"?emailimage=".$hash."\" alt=\"[email address]\" align=\"absmiddle\" />"

This looks better when using font size 3 with my current style. Someone else may find this useful.

ke5crz 10-07-2005 07:40 PM

I get the following error when i try to rebuld my cache

Fatal error: Call to undefined function: convertemailaddress() in /home/hamplex/public_html/includes/class_bbcode.php(377) : eval()'d code(11) : regexp code on line 1

El_Muerte 10-07-2005 09:31 PM

hmm... looks like the cache rebuild thing never calls the global_start hook

this is kinda annoying, isn't there a super global start hook?

Fat Burger 10-08-2005 12:54 AM

I installed it and got an "invalid hash" message, instead of the email address being converted. Any idea?

Vtec44 10-08-2005 01:29 AM

It's working fine for vB3.5 RC3 :D

utw-Mephisto 10-08-2005 01:37 AM

Just installed on 3.5 gold - worki perfect

http://www.ut2007world.com/forum/showthread.php?t=689

@El_Muerte : UnrealScript wasn't challenging enough - now also vb hacking :D :D :D

Mr Chad 10-08-2005 02:57 AM

a well needed mod.

El_Muerte 10-08-2005 08:27 AM

Quote:

Originally Posted by Fat Burger
I installed it and got an "invalid hash" message, instead of the email address being converted. Any idea?

the email address (for the images) are stored in the database and the hash in the url is just it's identifier, it could happen that the image is requested before the hash table is stored in the database (I guess). I may have to change the way the hashes are stored in the database.
What browser are you using?

Quote:

Originally Posted by utw-Mephisto
@El_Muerte : UnrealScript wasn't challenging enough - now also vb hacking

Not really, I have my own vbulletin forum and also manage the one at UnrealAdmin.org . Some of the hacks I made I already put in via the old file hacking way, but this plugin stuff is great and also allows me to easily share it with others.


All times are GMT. The time now is 08:57 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.01244 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)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