Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: ion auth with CI2.x
Post: RE: ion auth with CI2.x

You might want to move to CI 3.1.8, PHP 7.0 and the latest Ion Auth release.
2,869 Views
2 Replies
04-12-2018, 09:40 AM
BABYpanda
    Thread: CommunityAuth Password Characters
Post: RE: CommunityAuth Password Characters

I would suspect that the password is escaped, and thus an "&" is changed to "&". I have not looked into the source code yet, though. But like @skunkbad said, don't use the library as is. Currentl...
4,038 Views
4 Replies
04-09-2018, 03:05 PM
BABYpanda
    Thread: Garbage collection
Post: Garbage collection

Hi folks, For some reason I have the impression that the garbage collection is not working as intended. These settings are used in CodeIgniter: Code: -- $config['sess_driver'] = 'database'; $c...
2,394 Views
2 Replies
02-24-2018, 11:47 AM
BABYpanda
    Thread: [Resolved] Inappropriate users
Post: RE: Inappropriate users

If that is the case, you might want to make use of something I made years ago for a gaming community, who had to deal with annoying users and spambots. It doesn't stop all of them, but in combination ...
31,658 Views
14 Replies
01-16-2018, 03:00 PM
BABYpanda
    Thread: Detect in app browser by user agent library
Post: RE: Detect in app browser by user agent library

This is not possible within the libraries CI provides. You can however create your own library to extend the default user agent library of CI. This should be relatively easy as it apparently requires ...
5,968 Views
3 Replies
11-27-2017, 01:05 PM
BABYpanda
    Thread: No 404 on existing folders
Post: RE: No 404 on existing folders

Thanks for your reply! I spent some hours figuring out what was going on. It appeared to be GZIP compression being a bad guy here. When I disable GZIP it works perfectly and throws in an 403 - Forbidd...
24,523 Views
17 Replies
04-30-2015, 12:42 PM
BABYpanda
    Thread: No 404 on existing folders
Post: RE: No 404 on existing folders

It is really weird because it only happens on subdomains, subfolders are not affected. I am using your htaccess code and made a folder accesible by test.example.com and example.com/test. Only on test....
24,523 Views
17 Replies
04-27-2015, 08:48 AM
BABYpanda
    Thread: No 404 on existing folders
Post: RE: No 404 on existing folders

I take is as nobody knows the cause of this strange behavior ? :(
24,523 Views
17 Replies
04-23-2015, 09:59 AM
BABYpanda
    Thread: No 404 on existing folders
Post: RE: No 404 on existing folders

mwhitney Wrote: (04-20-2015, 08:11 AM) -- Does this show up for both URLs? In theory, it should, which would mean that both URLs are going through show_404(), I just don't understand why one would ha...
24,523 Views
17 Replies
04-20-2015, 08:52 AM
BABYpanda
    Thread: No 404 on existing folders
Post: RE: No 404 on existing folders

Thanks for your reply. The RewriteBase is set to "/" in the htaccess of the subdomain. I really have no idea why it does these things, pretty much.. Code: -- RewriteEngine On RewriteBase / RewriteC...
24,523 Views
17 Replies
04-19-2015, 07:25 AM
BABYpanda
    Thread: No 404 on existing folders
Post: RE: No 404 on existing folders

mwhitney Wrote: (04-16-2015, 08:08 AM) -- This is a somewhat wild guess, but shouldn't the following work (if placed before your existing rules)? Code: -- RewriteRule ^application/* - [F] -- -- ...
24,523 Views
17 Replies
04-16-2015, 09:56 AM
BABYpanda
    Thread: No 404 on existing folders
Post: RE: No 404 on existing folders

thanks for you answer, I reset everything and came to conclusion it was this line what is causing the issue: Code: -- RewriteCond $1 !^(index\.php|assets|robots\.txt) RewriteRule ^(.*)$ index.php...
24,523 Views
17 Replies
04-15-2015, 07:02 AM
BABYpanda
    Thread: No 404 on existing folders
Post: RE: No 404 on existing folders

Anyone an idea perhaps?
24,523 Views
17 Replies
04-14-2015, 12:34 PM
BABYpanda
    Thread: No 404 on existing folders
Post: RE: No 404 on existing folders

yes, these are all present. These say "Deny from all"
24,523 Views
17 Replies
04-12-2015, 08:41 AM
BABYpanda
    Thread: No 404 on existing folders
Post: No 404 on existing folders

Hey all, I noticed that when a user browses to example.com/application for instance, he doesn't get a 404 error page but instead get "‹ãRàâ xŽl" as output. The htaccess I use is Code: -- Rewri...
24,523 Views
17 Replies
04-12-2015, 06:56 AM
BABYpanda
    Thread: Form validation config & dynamic
Post: RE: Form validation config & dynamic

Thanks both for your replies! @silentium: The reason I'd like to do this is because I would like to create a clear structure where everything is set. Thus I thought it'd be better to do it both in ...
8,866 Views
0 Replies
03-18-2015, 11:52 AM
BABYpanda
    Thread: Form validation config & dynamic
Post: Form validation config & dynamic

Hello, I am trying to achieve something with the Form Validation in CI 2.2. The code I am using is for the validation is: PHP Code: -- $this->load->library('form_validation'); $this->setConfigVal...
8,866 Views
0 Replies
03-17-2015, 12:03 PM
BABYpanda
    Thread: Form validation last validation
Post: RE: Form validation last validation

And thanks again for your reply. I found the error as I was using multiple %s in my language file. Basically one sprintf only covered 3 of the 4 %s so it output some decrypted errors.. I escaped it...
13,356 Views
0 Replies
12-14-2014, 12:00 PM
BABYpanda
    Thread: Form validation last validation
Post: RE: Form validation last validation

aahh thanks for your answer! I got it fixed now :) Though I am struggling to get this working: $this->form_validation->set_message('required', $this->lang->line('tb_err_field_required')); Apparently...
13,356 Views
0 Replies
12-14-2014, 11:07 AM
BABYpanda
    Thread: Form validation last validation
Post: RE: Form validation last validation

As far as I know the callback can only be called on a direct field, not on fields grouped together, or am I wrong there? I am now doing a callback on every field to check if the value is more than ...
13,356 Views
0 Replies
12-14-2014, 08:13 AM
BABYpanda

Theme © iAndrew 2016 - Forum software by © MyBB