champrock Posted February 1, 2008 Share Posted February 1, 2008 Hi I was planning to change the encoding mechanism of my proxy websites. I am right now using base64_encode for the purpose (which is the default). Please see the code that I need to make changes http://pastebin.com/m20da3c65 For this I need to edit proxifyURL() and deproxifyURL() functions which are given in the pastebin above. I am looking to add some sort of a key mechanism where i can specify a key and change it daily or on a periodic basis. Better would be a dynamic key which is generated automatically from the server "DATE". Any kind of help / guidance/ tutorial / codes will be highly appreciated. PS: I am not at all an expert in PHP. I just manage to do things with the help of php.net Quote Link to comment https://forums.phpfreaks.com/topic/88939-encoding-help-needed/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.