Thread: base64
View Single Post
  #1 (permalink)  
Old 03-05-07, 08:32 AM
txt3rob txt3rob is offline
Newbie Coder
 
Join Date: Sep 2006
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Exclamation base64

i have
PHP Code:

PGEgaHJlZj0iaHR0cDovL21wdXNoLnR4dG5hdGlvbi5jb20vcmVxLnBocD9hY2NvdW50PWZyZWVm

b25lc3R1ZmYmaW1hZ2U9Jy4kY29uZmlnWyJiYXNldXJsIl0uJ2ltYWdlcy8nLiRyb3dbInBhdGgi
XS4nIiB0YXJnZXQ9Il9ibGFuayI

this base64 algorithm

which =

PHP Code:

<a href="http://mpush.txtnation.com/req.php?account=freefonestuff&image='.$config["baseurl"].'images/'.$row["path"].'" target="_blank"

i want to give my friend a script with that in but i dont want him to undo the code there how could i give him a script with that encrpted?

cheers
__________________
N00b Coder! One of those guys who collects bits of code and puts them together and carnt really code for himself
Reply With Quote