Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Tongue Thread: suggestions - open for help
Post: suggestions - open for help

Suggestions Hello there, (sorry for my english) i am using CI3 some years now with no problems compatibilities etc.. The best think is that its only 2 MB and i can create what ever i want. The ...
2,288 Views
1 Replies
06-26-2020, 02:13 AM
mboufos
    Thread: Array inside array
Post: RE: Array inside array

i dont really get your question but if you want to make the json array you have to do json_encode
4,754 Views
6 Replies
01-14-2020, 04:38 AM
mboufos
    Thread: Is there a discord server
Post: RE: Is there a discord server

discord is more for game related projects, we could make something for CI but its not so suitable for it :)
7,864 Views
7 Replies
01-02-2020, 12:09 AM
mboufos
    Thread: CodeIgniter Not Moving Files To Destination Folder
Post: RE: CodeIgniter Not Moving Files To Destination Fo...

hello, my .htaccess is like this for an online page Code: --     RewriteEngine On     RewriteBase /     RewriteCond %{REQUEST_URI} ^system.*     RewriteRule ^(.*)$ /index.php?/$1 [L]     R...
4,315 Views
3 Replies
12-20-2019, 03:09 AM
mboufos
    Thread: codeigniter or laravel?
Post: RE: codeigniter or laravel?

i like CI because its simpler :)
6,085 Views
4 Replies
12-12-2019, 06:56 AM
mboufos
    Thread: How I can show 404 if locale invalid?
Post: RE: How I can show 404 if locale invalid?

tbh i dont know about CI4 but i will save the locale on cookie and just load it :P
2,623 Views
2 Replies
11-25-2019, 12:03 AM
mboufos
    Thread: help me write this mysql query in codeigniter
Post: RE: help me write this mysql query in codeigniter

hello check here https://codeigniter.com/user_guide/database/results.html?highlight=query#result-arrays you dont have to translate the mysql query to CI query just do like this $query = $this->...
8,235 Views
10 Replies
11-12-2019, 03:06 AM
mboufos
    Thread: Expression engine usage????
Post: RE: Expression engine usage????

we develop our own backends :) , i love this one https://github.com/FireflyStars/octopus :D
4,537 Views
3 Replies
11-07-2019, 06:54 AM
mboufos
    Thread: Remove Default Language Name in URL Multi Language Codeigniter
Post: RE: Remove Default Language Name in URL Multi Lang...

PHP Code: --         $lang= $this->input->cookie('test_lang');         if(isset($lang)){             $this->config->set_item('language', $lang);             $this->lang->load('site', $lang);     ...
3,674 Views
1 Replies
11-04-2019, 03:03 AM
mboufos
    Thread: Hours spent on computer?
Post: RE: Hours spent on computer?

8 hours at work and 8 hours at home(netflix/series/movies, coding hobby projects, playing games :P )
104,949 Views
75 Replies
10-23-2019, 06:02 AM
mboufos
    Thread: CI in a Linux environment setup
Post: RE: CI in a Linux environment setup

i never had those problems on linux, usually on share hosting packets i have to use the cpanel installer or upload it with .htaccess & change the file permissions. On dedicated server i just upload th...
34,711 Views
29 Replies
10-23-2019, 12:05 AM
mboufos
    Thread: Font awesome alternative : Friconix
Post: RE: Font awesome alternative : Friconix

everything looks pretty nice, my only problem is the link attribution :/ with fa we dont have to add anything :/
10,816 Views
8 Replies
10-21-2019, 02:06 AM
mboufos
    Thread: OMY GOD! Still Codeigniter 3.x
Post: RE: OMY GOD! Still Codeigniter 3.x

If something is perfect why you should change it :) ??? CI 3 is the best :) CI 4 WILL BE THE BESTEST :D
11,177 Views
10 Replies
10-21-2019, 01:07 AM
mboufos
    Thread: Help with Email Class
Post: RE: Help with Email Class

PHP Code: -- $config['protocol']    = 'smtp'; $config['smtp_host']    = '****'; $config['smtp_port']    = '25'; $config['smtp_timeout'] = '7'; $config['smtp_user']    = '*****'; $config['smtp_pa...
1,429 Views
1 Replies
10-17-2019, 03:29 AM
mboufos
    Thread: Each user can set timezone
Post: RE: Each user can set timezone

Well, i dont do it i dont want to have different time on server different on user and database, so i keep the timestamp the same and i just change the timestamp where it needs. I am not sure if its ...
10,178 Views
13 Replies
10-15-2019, 01:24 PM
mboufos
    Thread: Each user can set timezone
Post: RE: Each user can set timezone

Hello, i guess your question has been answered. I use this function ( from model) to convert any type of timestamp to the user date-time PHP Code: --     function _set_timestamp($timestamp)     {    ...
10,178 Views
13 Replies
10-15-2019, 12:58 AM
mboufos
    Thread: Migration stopped working after v3.1.11
Post: RE: Migration stopped working after v3.1.11

bartMommens Wrote: (10-04-2019, 05:34 AM) -- mboufos Wrote: (10-04-2019, 05:31 AM) -- hello, just to be sure you copy paste the system folder and the mime file right ? https://codeigniter.com/user...
11,249 Views
9 Replies
10-04-2019, 05:50 AM
mboufos
    Thread: Migration stopped working after v3.1.11
Post: RE: Migration stopped working after v3.1.11

hello, just to be sure you copy paste the system folder and the mime file right ? https://codeigniter.com/user_guide/installation/upgrade_3111.html
11,249 Views
9 Replies
10-04-2019, 05:31 AM
mboufos
    Thread: Upload large files
Post: RE: Upload large files

as @php_rocs said, if you want to upload big files you have to change the file size limit and your time to upload files in your server( in php.ini)
8,689 Views
8 Replies
10-03-2019, 12:04 AM
mboufos
    Thread: HTTPS : how to do
Post: RE: HTTPS : how to do

do it with .htaccess(force to https) or if you have plesk throught plesk!
2,402 Views
2 Replies
10-01-2019, 11:03 PM
mboufos

Theme © iAndrew 2016 - Forum software by © MyBB