Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Routing – error in tutorial?
Post: RE: Routing – error in tutorial?

gerald Wrote: (03-07-2017, 04:38 AM) -- I'm sure there are some routing experts around. It would be great if someone could look at this. For beginners in working with CI the tutorial is very impor...
6,035 Views
5 Replies
03-07-2017, 11:52 AM
Code4fun
    Thread: SSL Certificate and mixed content
Post: RE: SSL Certificate and mixed content

PHP Code: -- $config['base_url'] = 'https://your.domain.name/'; -- That's where I would start.
10,038 Views
5 Replies
02-10-2017, 02:24 AM
Code4fun
    Thread: SonicWall Firewall + No Experience = PITA
Post: RE: SonicWall Firewall + No Experience = PITA

Quote: -- I use Virtualbox all the time, but never heard of setting up a testlab. Any links or videos? I've accomplished a lot in the last few hours, and have a pretty good grasp on the basics. ...
13,600 Views
10 Replies
02-06-2017, 01:11 AM
Code4fun
    Thread: SonicWall Firewall + No Experience = PITA
Post: RE: SonicWall Firewall + No Experience = PITA

skunkbad Wrote: (02-05-2017, 04:20 PM) -- Diederik Wrote: (02-05-2017, 03:19 AM) -- I dont think you will be wasting time. You will gain some general expirience in networking. Offcourse their are di...
13,600 Views
10 Replies
02-05-2017, 11:43 PM
Code4fun
    Thread: SonicWall Firewall + No Experience = PITA
Post: RE: SonicWall Firewall + No Experience = PITA

skunkbad Wrote: (02-04-2017, 09:42 AM) -- Yesterday I had an old Sonicwall TZ200 firewall handed to me. I'm supposed to figure this thing out, but I've never had experience with a firewall like this,...
13,600 Views
10 Replies
02-04-2017, 10:22 AM
Code4fun
    Thread: Online Users library usign DB + Authme
Post: RE: Online Users library usign DB + Authme

moshair Wrote: (03-03-2016, 09:08 AM) -- 2. Give folder "captcha" 777 permission -- Make the "captcha" folder writable for the webserver and NOT world readable, executable, etc... Cheers  ;)
5,791 Views
3 Replies
01-28-2017, 07:39 AM
Code4fun
    Thread: HTTPS and Remove index.php on CodeIgniter
Post: RE: HTTPS and Remove index.php on CodeIgniter

billk Wrote: (08-16-2016, 02:54 AM) -- chaegumi Wrote: (08-16-2016, 12:44 AM) -- RewriteCond $1 !^(index\.php|(.*)\.swf|forums|images|css|downloads|js|robots\.txt|favicon\.ico) RewriteCond %{REQUES...
8,001 Views
3 Replies
08-16-2016, 03:16 PM
Code4fun
    Thread: Setting & Hashing Cookies
Post: RE: Setting & Hashing Cookies

InsiteFX Wrote: (07-21-2016, 03:26 AM) -- See the link below: Secure Authentication PHP with long term Persistence (https://paragonie.com/blog/2015/04/secure-authentication-php-with-long-term-pers...
4,425 Views
3 Replies
07-21-2016, 08:22 PM
Code4fun
    Thread: index.php on https not working .htaccess
Post: RE: index.php on https not working .htaccess

Did you try $config['base_url'] = 'https://yourdomain.name/';?
24,349 Views
9 Replies
06-23-2016, 09:31 PM
Code4fun
    Thread: [split] Linux ... (CommunityAuth)
Post: RE: [split] Linux ... (CommunityAuth)

christaliise Wrote: (05-27-2016, 06:58 AM) -- skunkbad Wrote: (05-16-2016, 11:27 PM) -- Some other popular distros that are not derived from Ubuntu are OpenSUSE, Fedora, and Centos. Lots of informat...
80,778 Views
48 Replies
05-27-2016, 07:02 AM
Code4fun
    Thread: [split] Linux ... (CommunityAuth)
Post: RE: [split] Linux ... (CommunityAuth)

For what it's worth. Virtualbox for windows (https://www.virtualbox.org/) is what you can use to experiment with different platforms without losing your precious time and disappointments.
80,778 Views
48 Replies
05-10-2016, 01:32 PM
Code4fun
    Thread: Simple form to save data to db
Post: RE: Simple form to save data to db

meOmy Wrote: (05-09-2016, 06:04 AM) -- meOmy Wrote: (05-06-2016, 05:31 PM) -- Code4fun Wrote: (05-06-2016, 05:29 PM) -- Quote: -- I downloaded/installed it and only the homepage works. All other ...
15,179 Views
10 Replies
05-09-2016, 06:37 PM
Code4fun
    Thread: Simple form to save data to db
Post: RE: Simple form to save data to db

Quote: -- I downloaded/installed it and only the homepage works. All other links are broken for me. -- Edit $config['base_url'] = ''; and remove index.php from $config['index_page'] = 'index.php'...
15,179 Views
10 Replies
05-06-2016, 05:29 PM
Code4fun
    Thread: Simple form to save data to db
Post: RE: Simple form to save data to db

You can take a look at my weblog application (see signature) and use it as a starting point to learn more about CodeIgniter?
15,179 Views
10 Replies
04-30-2016, 04:06 PM
Code4fun
    Thread: The meaning of a small footprint.
Post: RE: The meaning of a small footprint.

Narf Wrote: (04-26-2016, 02:27 PM) -- Size or other opinion-based factors are not really important here ... "Small footprint" is just a fancy way to say "high performance". -- ... with less memory.
11,799 Views
5 Replies
04-27-2016, 10:30 AM
Code4fun
    Thread: Noob working through tutorial
Post: RE: Noob working through tutorial

When I enter the url http://www.geopd.org/membership/home without the index.php I see a members login page...
13,008 Views
11 Replies
03-07-2016, 03:55 AM
Code4fun
    Thread: CodeIgniter Demo Weblog
Post: RE: CodeIgniter Demo Weblog

Paradinight Wrote: (03-05-2016, 04:58 AM) -- Change the css and js code to variables. In you my_controller, you can put methodes that add js/css. In the render() methode you can set the js and css va...
16,387 Views
6 Replies
03-05-2016, 05:32 AM
Code4fun
    Thread: CodeIgniter Demo Weblog
Post: RE: CodeIgniter Demo Weblog

Paradinight Wrote: (03-05-2016, 02:53 AM) -- Misuse of base_url(). If you use the parse method, do not put any php code in the view. -- Good observation. I'm totally new with this parser stuff and...
16,387 Views
6 Replies
03-05-2016, 03:23 AM
Code4fun
    Thread: CodeIgniter Demo Weblog
Post: RE: CodeIgniter Demo Weblog

cartalot Wrote: (03-01-2016, 03:11 PM) -- this looks great thanks for posting. -- Thanks, cartalot.
16,387 Views
6 Replies
03-02-2016, 11:57 PM
Code4fun
  Wink Thread: CodeIgniter Demo Weblog
Post: CodeIgniter Demo Weblog

I've created a demo weblog here (https://github.com/unix4me/codeigniter-demo-weblog). Features Bootstrap 3 with a blog theme A few parser examples (MY_Controller) Static pages News tutoria...
16,387 Views
6 Replies
03-01-2016, 07:08 AM
Code4fun

Theme © iAndrew 2016 - Forum software by © MyBB