Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Deploying Codeigniter to AWS EBS
Post: RE: Deploying Codeigniter to AWS EBS

I can't tell from the thread. In your first post you said AWS EBS but then a later post you said windows laptop. If it's AWS are you using an EC2 instance with EBS device or Elastic Beanstalk? I ha...
15,708 Views
10 Replies
05-14-2017, 01:12 PM
eflyerman
    Thread: Refresh session in CI 3.1.4
Post: RE: Refresh session in CI 3.1.4

The main point of my post was to extend the session and avoid a post back to the server (round trip).  Logging them out won't accomplish that.  A post to the server would lose un-submitted data and br...
8,419 Views
3 Replies
05-14-2017, 12:12 PM
eflyerman
    Thread: Refresh session in CI 3.1.4
Post: Refresh session in CI 3.1.4

I have added javascript to a CI app to prompt the user 5 min before the session expires.  I'd like to allow the user to respond and reset the session timeout without refreshing the page.  As an exp...
8,419 Views
3 Replies
05-13-2017, 05:17 PM
eflyerman
    Thread: Deploying Codeigniter to AWS EBS
Post: RE: Deploying Codeigniter to AWS EBS

Define "It". Does "It" mean an HTTP 403 error in the browser or do you mean the OS when you try to unzip your zip files? What is your platform ? Ubuntu Xenian/Apache2, Redhat, Centos? E
15,708 Views
10 Replies
05-13-2017, 05:06 PM
eflyerman
    Thread: Select CI3 Encrypted data directly from MySQL database
Post: RE: Select CI3 Encrypted data directly from MySQL ...

Tried to edit my last post but wasn't approved yet. I modified Encryption.php adding log messages like this: Code: -- protected function _openssl_decrypt($data, $params) { if ($iv_size = o...
6,279 Views
4 Replies
05-12-2017, 10:34 AM
eflyerman
    Thread: Select CI3 Encrypted data directly from MySQL database
Post: RE: Select CI3 Encrypted data directly from MySQL ...

xenomorph1030 Wrote: (05-12-2017, 04:14 AM) -- In the future, you can always look at the library and functions in question. It isn't too difficult to decipher (no pun intended). https://github.com/bc...
6,279 Views
4 Replies
05-12-2017, 09:59 AM
eflyerman
    Thread: Select CI3 Encrypted data directly from MySQL database
Post: Select CI3 Encrypted data directly from MySQL data...

I have an app that has several MySQL fields encrypted with AES-128-CBC using the CI3 Encryption->Encrypt() function.  I need to do some extensive reporting and would like to use a BI tool like Jaspers...
6,279 Views
4 Replies
05-11-2017, 09:43 PM
eflyerman

Theme © iAndrew 2016 - Forum software by © MyBB