Shoutbox

random script i made - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: random script i made (/showthread.php?tid=28801)

random script i made by saralk on 07-17-2004 at 09:17 AM

i was bored so i made this script:

if you want to show your e-mail but dont want to write your e-mail down for spambots to pick up. Use this script...

go to http://www.fw6.net/emailpic/email.php?email=youremail

and it will generate a website address. Use that website address as an image and it will show your e-mail address.

for example:

http://www.fw6.net/emailpic/index.php?email=c2FyYWxAZnc2Lm5ldA==

become: [Image: index.php?email=c2FyYWxAZnc2Lm5ldA==]

Coming Soon in Version 2

  • Choose Font
  • Choose background colour
  • Choose font colour
  • choose font
  • choose font size

RE: random script i made by lopardo on 07-17-2004 at 09:26 AM

Nice idea! :) Let's try it... [Image: index.php?email=aGkgdGhlcmU=] ;)


RE: random script i made by fluffy_lobster on 07-17-2004 at 11:04 AM

[Image: index.php?email=bmljZSBzY3JpcHQuLi4ga2Vl...9vZCB3b3Jr] :P


RE: random script i made by bach_m on 07-17-2004 at 11:09 AM

looks good. i was gonna do something like that.

[Image: index.php?email=YmFjaC5taWNoYWVsQGdvb2dsZS5jb20=]


RE: random script i made by BiZaRrE on 07-17-2004 at 12:04 PM

[Image: index.php?email=Y29vbCBzY3JpcHQhOik=]
haha, that's pretty neat!


RE: random script i made by Pyroteq on 07-17-2004 at 02:08 PM

Nice idea...


RE: random script i made by Anubis on 07-17-2004 at 02:11 PM

This is great Saralk...I have seen this before though, a long time ago. But its really useful and convenient...If this catches on the spambots will have to be redesigned to decrypt it though...probably not a good idea to make it openSource, lol


RE: random script i made by Stigmata on 07-17-2004 at 02:22 PM

i like this :)

[Image: index.php?email=aW0gbDMzdA==]


RE: random script i made by saralk on 07-17-2004 at 02:26 PM

quote:
Originally posted by Anubis
If this catches on the spambots will have to be redesigned to decrypt it though

thats something im gona be working on in version 2 aswell. Atm im just using base64, but im gona try and have a better encryption key that changes each day.

RE: random script i made by tanfwc on 07-17-2004 at 02:52 PM

[Image: index.php?email=aWYgeW91IGNhbiBtYWtlIHRo...FscmVhZHk=]


RE: random script i made by RebelSean on 07-17-2004 at 03:33 PM

I like this! Nice work sara! :D


RE: random script i made by saralk on 07-17-2004 at 03:54 PM

thanks, but its saral, not sara. I am a boy

quote:
Originally posted by tanfwc
[Image: index.php?email=aWYgeW91IGNhbiBtYWtlIHRo...FscmVhZHk=]

well i was in one of those 'coding moods'. I also got my website finished - http://www.saral.me.uk

Take a look at my first post to see wot i am planning. Ill do that when im not bored
RE: random script i made by jren207 on 07-17-2004 at 04:45 PM

[Image: index.php?email=SGVsbG8gdGhlcmUhLCBKUiBp...zIGNvb2w=]]


RE: random script i made by Varish on 07-17-2004 at 05:05 PM

This is so cool,  but there seems to be a small bug..

[Image: index.php?email=VGVzdGluZ1wiXCI=]

I wrote         testing ""          and thats the result.

Also, can you Put a text box on the page so the text typed inside the box is changed to an image. :) I'm sure its easier for the others that way..

Great work anyways..keep it up.

Hmmm.....i can see that it dosen't support most of the charecters..


RE: random script i made by saralk on 07-17-2004 at 05:45 PM

afaik it supports all the characters allowed in an e-mail address. Since you can't get " in an e-mail, i dnt think there is a problem.

Edit: Added an form, www.fw6.net/emailpic/email.php


RE: random script i made by jren207 on 07-17-2004 at 06:15 PM

It did that in mine it went it\'s but I kept changing a character in it until the \ changed into a space. It's what happens when you put a forbidden character into a script etc.


RE: random script i made by Varish on 07-17-2004 at 06:16 PM

oh I see, how about the suggustion then?


RE: random script i made by saralk on 07-17-2004 at 09:23 PM

Ok, ive added a few things now:

There is a form you can fill in
you can now type ' and probably some other characters, i just added stripslashes();

[BUMP]


RE: random script i made by WDZ on 07-18-2004 at 01:07 AM

Hmm... kinda cool... :p

Someday I need to make the MyBB [email] tags more secure... so instead of outputting...

<a href="mailto:spam@shoutbox.menthix.net">...</a>

with the address in plain text, it will pass it through a javascript function or something... :dodgy:


RE: random script i made by saralk on 07-18-2004 at 09:03 AM

or send it to a form, like the "e-mail this user" form


RE: random script i made by WDZ on 07-18-2004 at 09:11 AM

quote:
Originally posted by saralk
or send it to a form, like the "e-mail this user" form
Hmm... that kinda defeats the purpose of showing your e-mail address... :p Getting mailed via a form is already possible in MyBB; you're just limited to using the e-mail address set in your profile.