Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI 3.x Security
Post: CI 3.x Security

Is CI 3.x still being maintained for security updates and patches, I know CI 4.x is in full swing now but will CI 3.x app's not be patched if a vulnerability is found in CI 3.x or should it be conside...
2,807 Views
1 Replies
06-08-2021, 04:41 AM
reactionstudio
    Thread: Multiple User Mail Send.
Post: RE: Multiple User Mail Send.

So assuming you don't want to CC everyone in on the same email, you need to build your own mail queue if you want to send out the emails in batches.  You could save the contents of the email along ...
6,223 Views
3 Replies
07-01-2019, 04:19 AM
reactionstudio
    Thread: Issue with sessions on v3.1.10 and PHP 7.2
Post: RE: Issue with sessions on v3.1.10 and PHP 7.2

Hey, So i tried the solution you linked me too and did see it previously, it worked and sessions are functioning again however im getting the following warning multiple times on every page load: ...
3,015 Views
2 Replies
02-24-2019, 02:47 AM
reactionstudio
    Thread: Issue with sessions on v3.1.10 and PHP 7.2
Post: Issue with sessions on v3.1.10 and PHP 7.2

I've migrated a bunch of projects to a new server and i'm running into issues with sessions not functioning properly. The same projects on the old server work just fine. Projects are all using CI v...
3,015 Views
2 Replies
02-23-2019, 03:07 AM
reactionstudio
    Thread: How run a script on host without internet?
Post: RE: How run a script on host without internet?

The script will run on whatever machine you setup the cronjob on. If you setup the cron to run daily on your remote server it will run regardless of if your local internet connection is down or not. I...
10,845 Views
10 Replies
11-27-2017, 09:06 AM
reactionstudio
    Thread: How run a script on host without internet?
Post: RE: How run a script on host without internet?

If you execute via cronjob, it runs on the server, not on your local machine unless you setup another cronjob locally.
10,845 Views
10 Replies
11-27-2017, 04:36 AM
reactionstudio
    Thread: How run a script on host without internet?
Post: RE: How run a script on host without internet?

Are you running the PHP script from an SSH terminal on the remote host? e.g via something like: Code: -- php myscript.php --
10,845 Views
10 Replies
11-25-2017, 08:04 AM
reactionstudio
    Thread: How prevent hack database
Post: RE: How prevent hack database

omid_student Wrote: (10-13-2017, 12:02 PM) -- Hello I have many code that inserted in database If hacker can access to database so our codes revealing How protect my database from hacker? And i w...
6,468 Views
4 Replies
10-13-2017, 01:18 PM
reactionstudio
    Thread: Saving Hashed Passwords in my database.php
Post: RE: Saving Hashed Passwords in my database.php

zashishz Wrote: (06-21-2017, 02:50 AM) -- Yeah I got your point but my employer doesn't want it to be saved as plain text. Hence, i was searching for the same. Thanks for the Reply ! -- Why does...
29,653 Views
7 Replies
07-30-2017, 07:24 PM
reactionstudio
    Thread: About is_ajax_request
Post: RE: About is_ajax_request

skunkbad Wrote: (07-17-2017, 02:23 PM) -- Yes, it can be bypassed (easily spoofed). You don't want to use it for security. That said, you wouldn't normally show a link to that URI, so it's not likely...
6,309 Views
5 Replies
07-17-2017, 09:09 PM
reactionstudio
    Thread: Making A Fiverr Clone
Post: RE: Making A Fiverr Clone

I don't see any obvious reason why CodeIgniter or another Framework could not handle the task, you're building a web application and that's what CodeIgniter is for.
5,617 Views
3 Replies
07-17-2017, 12:10 AM
reactionstudio
    Thread: Protection from SQL-injections and XSS-atacks
Post: RE: Protection from SQL-injections and XSS-atacks

glorsh66 Wrote: (07-13-2017, 10:47 AM) -- And what about PDO? Is there need to configure CI to work only using PDO? -- For SQL Injection use CI's Active Record, this will handle sanitation of user ...
23,484 Views
18 Replies
07-13-2017, 11:27 AM
reactionstudio
    Thread: 404 Override Not Working
Post: RE: 404 Override Not Working

Martin7483 Wrote: -- If the need should arise to call the show_404() method from within the custom Notfound Controller that would cause an infinite redirect loop. Meaning if he would need to call it ...
27,199 Views
16 Replies
06-20-2017, 03:26 AM
reactionstudio
    Thread: 404 Override Not Working
Post: RE: 404 Override Not Working

Martin7483 Wrote: -- What you need todo is create your own show_404 method or redirect to your custom Notfound controller instead of calling show_404 and pass along any needed arguments -- Is this n...
27,199 Views
16 Replies
06-20-2017, 02:37 AM
reactionstudio
    Thread: 404 Override Not Working
Post: RE: 404 Override Not Working

If you create the file: application/core/MY_Exceptions.php with the following code what happens? PHP Code: --
27,199 Views
16 Replies
06-20-2017, 02:05 AM
reactionstudio
    Thread: 404 Override Not Working
Post: RE: 404 Override Not Working

also, if you navigate to your notfound controller manually what do you see?
27,199 Views
16 Replies
06-20-2017, 01:52 AM
reactionstudio
    Thread: 404 Override Not Working
Post: RE: 404 Override Not Working

when the 404 is triggered do you not see the default / stock codeigniter 404 page or does your notfound controller fail to load? What output are you seeing instead of the 404 page you're expecting?
27,199 Views
16 Replies
06-20-2017, 01:49 AM
reactionstudio
    Thread: 404 Override Not Working
Post: RE: 404 Override Not Working

I've noticed this sometimes too, in some circumstances it won't override to your specified controller. Can you provide us with the code which should be triggering the 404 that you expect to be over...
27,199 Views
16 Replies
06-20-2017, 01:32 AM
reactionstudio
    Thread: Is there a way to pass every variable in a controller action, to the view automatical
Post: RE: Is there a way to pass every variable in a con...

this isn't quite how i do it but you could do something like: PHP Code: --
6,540 Views
4 Replies
06-16-2017, 03:50 PM
reactionstudio
    Thread: How long will CodeIgniter 3 be supported for?
Post: RE: How long will CodeIgniter 3 be supported for?

jlp Wrote: (05-27-2017, 07:16 AM) -- We have discussed this within the CodeIgniter council. Nothing is written in stone, but we expect at least one year of maintenance for CodeIgniter 3, and one year...
7,284 Views
5 Replies
05-27-2017, 08:02 AM
reactionstudio

Theme © iAndrew 2016 - Forum software by © MyBB