Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Infinite loop using CAPTCHA captcha helper.php. CodeIgniter 3.03
Post: RE: Infinite loop using CAPTCHA captcha helper.php...

I also found an infinite loop using CAPTCHA on CI 3.03. But only happens when the word ('word'=> '') is not provided. If I provide the word CAPTCHA library works fine. With out it the infinite l...
8,885 Views
7 Replies
11-07-2015, 01:45 PM
Mel9pr
    Thread: E-commerce accept terms and conditions, any clue?
Post: RE: E-commerce accept terms and conditions, any cl...

gabrielpasv Wrote: (07-31-2015, 06:57 AM) -- skunkbad Wrote: (07-30-2015, 07:15 AM) -- Technically, if you do this using javascript, then somebody that has disabled javascript may be able to bypass ...
8,072 Views
6 Replies
07-31-2015, 07:55 AM
Mel9pr
    Thread: How to create my own form of input
Post: RE: How to create my own form of input

Krisov333 Wrote: (07-12-2015, 10:16 AM) -- Hello. I have a problem how to create proper form. This is my code without Codeigniter: Code: -- Settings -- Could someone help me out...
5,129 Views
2 Replies
07-12-2015, 02:28 PM
Mel9pr
    Thread: Question about CI XSS filter and HTMLPurifier
Post: Question about CI XSS filter and HTMLPurifier

I use tinymce on my textarea input forms to make easy to add basic things like links, formated text, colored text and so on. Because we are not suppose to use CI XSS filter on the input but on the o...
3,364 Views
1 Replies
06-01-2015, 02:42 PM
Mel9pr
    Thread: Question about pagination on CI3
Post: RE: Question about pagination on CI3

Mel9pr Wrote: (05-17-2015, 08:08 AM) -- everything seems to be working right now but not with page number 1. CI pagination ignore everything after the second segment on page 1 like this Code: -- ...
5,805 Views
3 Replies
05-17-2015, 08:25 AM
Mel9pr
    Thread: Question about pagination on CI3
Post: RE: Question about pagination on CI3

InsiteFX Wrote: (05-17-2015, 03:02 AM) -- Segments = Controller / Method / Method / etc; PHP Code: -- $config['uri_segment'] = 5; -- -- That will put me in a hard spot due to differen...
5,805 Views
3 Replies
05-17-2015, 08:08 AM
Mel9pr
    Thread: Question about pagination on CI3
Post: Question about pagination on CI3

I am a little lost with CI3 pagination. Let say I have Code: -- http://example.com/test/page/1/category/item_id -- using the 3rd segment as the page number (page 1, page 2, page 3, ...) $...
5,805 Views
3 Replies
05-16-2015, 05:08 PM
Mel9pr
    Thread: Clickjacking Vulnerability Found
Post: RE: Clickjacking Vulnerability Found

hardikpatel1644 Wrote: (04-30-2015, 03:12 AM) -- Hello Team, We found Clickjacking Vulnerability ( https://www.owasp.org/index.php/Clickjacking ) in CodeIgniter version 2.1.4.   Is there any s...
11,869 Views
3 Replies
05-01-2015, 04:07 PM
Mel9pr
    Thread: route dose not work to sub folders
Post: RE: route dose no work to sub folders

CroNiX Wrote: (04-08-2015, 02:08 PM) -- Probably because it takes CI extra time to figure out if the requested controller is in a subdirectory, or a sub-sub directory, etc. All it knows is the reques...
18,997 Views
16 Replies
04-08-2015, 02:21 PM
Mel9pr
    Thread: route dose not work to sub folders
Post: RE: route dose no work to sub folders

Narf Wrote: (04-08-2015, 08:56 AM) -- You can have as many classes in as many subdirectories (although I wouldn't advise you to do that), but there's no way to make any of them a default controller. ...
18,997 Views
16 Replies
04-08-2015, 01:57 PM
Mel9pr
    Thread: Question about forms native rules that are available to use
Post: RE: Question about forms native rules that are ava...

RobertSF Wrote: (04-01-2015, 11:58 PM) -- You could extend the form library and then replace the native rules you want to change, but it would be easier to just create your own validation rules, whic...
10,267 Views
0 Replies
04-02-2015, 07:39 AM
Mel9pr
    Thread: Question about forms native rules that are available to use
Post: Question about forms native rules that are availab...

Hi, CI have the following native rules that are available to use; alpha, alpha_numeric, alpha_numeric_spaces, alpha_dash and so on... but what if I want to validate a form field for a title or subject...
10,267 Views
0 Replies
04-01-2015, 08:08 PM
Mel9pr
    Thread: Encryption and Encryption_key
Post: RE: Encryption and Encryption_key

PaulD Wrote: (03-24-2015, 04:52 AM) -- I am just doing some tests and have got myself a bit confused on CI3 and encryption. I encrypt a simple string like 'HelloWorld', call it $coded and store it...
4,050 Views
0 Replies
03-24-2015, 01:34 PM
Mel9pr
    Thread: .Epub file for CodeIgniter 3 User Manual
Post: RE: .Epub file for CodeIgniter 3 User Manual

For some reason I get an error with this line "sudo python cilexer/setup.py install". So I removed it and it work like a charm on ubuntu 14.04. Great contribution for linux users. Thank You!
21,580 Views
0 Replies
03-23-2015, 10:37 AM
Mel9pr
    Thread: Question about CI versions
Post: RE: Question about CI versions

ciadmin Wrote: (03-22-2015, 03:40 PM) -- Mel9pr Wrote: (03-22-2015, 02:46 PM) -- ciadmin Wrote: (03-22-2015, 08:30 AM) -- The latest "release" in the "master" branch is the most recent stable one. ...
14,725 Views
0 Replies
03-22-2015, 05:11 PM
Mel9pr
    Thread: Question about CI versions
Post: RE: Question about CI versions

ciadmin Wrote: (03-22-2015, 08:30 AM) -- The latest "release" in the "master" branch is the most recent stable one. It includes the user guide already built. The user guide for the "release" branch ...
14,725 Views
0 Replies
03-22-2015, 02:46 PM
Mel9pr
    Thread: Question about CI versions
Post: Question about CI versions

Which is the most advanced and up to date version available to use? this one https://github.com/bcit-ci/CodeIgniter (dev-version) or the latest 3.0rc3 version for download here http://www.codeig...
14,725 Views
0 Replies
03-21-2015, 02:53 PM
Mel9pr
    Thread: Question about $config['url_suffix']
Post: RE: Question about $config['url_suffix']

CroNiX Wrote: (03-19-2015, 02:51 PM) -- You can also create an htaccess rule and redirect any url that doesn't have the .html extension to the same url but add the .html extension. -- That is a goo...
11,608 Views
0 Replies
03-20-2015, 06:47 AM
Mel9pr
    Thread: Question about $config['url_suffix']
Post: RE: Question about $config['url_suffix']

sajid19991 Wrote: (03-19-2015, 11:46 AM) -- well the simple yet quirky way to do this is to change all ur url's with html extension...so search engines wont duplicate your content, be consistent with...
11,608 Views
0 Replies
03-19-2015, 12:36 PM
Mel9pr
    Thread: Question about $config['url_suffix']
Post: Question about $config['url_suffix']

I am using CI-3rc2. When the $config['url_suffix'] = '.html' is used codeigniter accept urls with the suffix ( codeigniter/this-section/this-page.html ) and urls without the suffix ( codeigniter/this-...
11,608 Views
0 Replies
03-19-2015, 08:44 AM
Mel9pr

Theme © iAndrew 2016 - Forum software by © MyBB