The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
No flame Intended But, if possible, please advise, because the spam is killing me |
#12
|
|||
|
|||
Get this: http://playtime.uni.cc/downloads.php?page=gmail
I'm sure you can hack it into a function and make it parse the email addresses...I did it a while back for something else (can't find my modified code though sorry) but that was my starting point. Good luck...>And if your host boots you, get in touch with me...LOL. BTW, NOFT |
#13
|
||||
|
||||
Thanks a lot !
I will release my hack soon And btw, my current hostingprovider sucks so we don't care |
#14
|
|||
|
|||
Well then look at my signature.... ;-)
|
#15
|
||||
|
||||
its working !!
howto: create a email.png file (ms paint, photoshop) size 275x20. create a file called email.php, wich contains te following: Code:
<?php header("Content-type: image/png"); $im = imagecreatefrompng("email.png"); $color = imagecolorallocate($im, 0, 0, 0); $px = (imagesx($im) - 7.5 * strlen($user)) / 2; imagestring($im, 4, $px, 1, $user, $color); imagepng($im); imagedestroy($im); ?> open the MEMBERINFO template, and search for $userinfo[msn] and replace that with <img src="email.php?user=$userinfo[msn]" border="0"> thats it ! |
#16
|
||||
|
||||
good job corn!
you should probably close this thread and start a new one with your code as a new Hack. that way, i can click install. |
#17
|
||||
|
||||
Erm ... that does not make sense.
1. $userinfo[msn] is not the users eMail-Address - it's his MSN ID (which can be his eMail-Address, but can also be empty) 2. You still have the eMail-Address in the HTML - and thus spammers can still process it automatically. |
#18
|
|||
|
|||
Thats what I was just thinking lol
|
#19
|
||||
|
||||
please link to your finished product when done so we can see what it looks like.
|
#20
|
|||
|
|||
If only his method of doing it worked. Right now he has high server load without accomplishing anything.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|