Welcome Guest, Not a member yet? Register   Sign In
URI-Safe Encrypt Library Extension
#10

[eluser]Kelvin86[/eluser]
Thanks.
I putted in the Application/helper/ folder first because on the end of MY_Encrypt file it said so.
But oke now the problem is fixed.

But there is another problem with the decoded part.
I got in my controller:

Code:
function readInbox($from_id, $email_id)
    {
        $data['base_url']    =    base_url();
        $data['title']        =    'SmsAruba - Read Inbox';
        
        $from_id_decrypted    =    $this->encrypt->decode($from_id); //returns BLANK
        
        echo $this->encrypt->decode('J4zHs8hZJexjcOq4bcIYoLY9Ko9Xw2ygb7rSTBuU7E8JKmt1dFRwMnKWVHLtjAq5R6CYFL~o.gS2OEeQiKQQSg--'); //<<< - the value of the encrypted $from_id
        //this returns "2" ... this is what I want!
    }

Why is this happening????? :S

*Edit: The same goes with $email_id


Messages In This Thread
URI-Safe Encrypt Library Extension - by El Forum - 03-22-2009, 05:56 PM
URI-Safe Encrypt Library Extension - by El Forum - 03-23-2009, 04:32 AM
URI-Safe Encrypt Library Extension - by El Forum - 03-23-2009, 05:19 AM
URI-Safe Encrypt Library Extension - by El Forum - 08-19-2009, 09:12 PM
URI-Safe Encrypt Library Extension - by El Forum - 04-13-2010, 11:51 AM
URI-Safe Encrypt Library Extension - by El Forum - 04-15-2010, 06:34 PM
URI-Safe Encrypt Library Extension - by El Forum - 05-13-2010, 08:32 AM
URI-Safe Encrypt Library Extension - by El Forum - 05-13-2010, 09:10 AM
URI-Safe Encrypt Library Extension - by El Forum - 05-13-2010, 09:12 AM
URI-Safe Encrypt Library Extension - by El Forum - 05-13-2010, 09:55 AM
URI-Safe Encrypt Library Extension - by El Forum - 05-13-2010, 10:28 AM
URI-Safe Encrypt Library Extension - by El Forum - 05-13-2010, 10:40 AM
URI-Safe Encrypt Library Extension - by El Forum - 05-13-2010, 11:06 AM
URI-Safe Encrypt Library Extension - by El Forum - 05-13-2010, 11:41 AM
URI-Safe Encrypt Library Extension - by El Forum - 07-09-2010, 02:31 AM



Theme © iAndrew 2016 - Forum software by © MyBB