PHP Classes

How to encrypt url manually ?

Recommend this page to a friend!

      Secure URL 2.0  >  All threads  >  How to encrypt url manually ?  >  (Un) Subscribe thread alerts  
Subject:How to encrypt url manually ?
Summary:encrypt url manually
Messages:1
Author:Gie05tech
Date:2009-04-15 06:21:48
 

  1. How to encrypt url manually ?   Reply   Report abuse  
Picture of Gie05tech Gie05tech - 2009-04-15 06:21:49
I work with json data services to generates the layout page, each time i run the services the encrypted url process doesn't work because the escape string.

example :

// json data before encrypted
[{'link' : '<a href=\"test.php?param=value\">'}]


//json data after encrypted
[{'link' : '<a href=\""test.php?param=value\"">'}]

i've try to encrypt the url manually and try to changes secureurl regular expression callback but i just failed.
is it possible to encrypt and decrypt the url manually? if yes, how ?

Sorry my english not pretty well, thanks for your great script