Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CI 3.1.5 php Warning shell_exec
Post: RE: CI 3.1.5 php Warning shell_exec

Thanks skunkbad, I checked the application files; I'm sure that I didn't use shell_exec command or upload library. The problem is on my friends website, I want to insure that it is not related ...
11,998 Views
7 Replies
09-22-2017, 02:15 AM
moshair
    Thread: CI 3.1.5 php Warning shell_exec
Post: RE: CI 3.1.5 php Warning shell_exec

rtenny Wrote: (09-21-2017, 04:32 AM) -- in system CI checks if su_exec can be used. You should not see an error. The error message tell you the problem is in you model file. Not in system/libary/upl...
11,998 Views
7 Replies
09-21-2017, 08:29 AM
moshair
    Thread: CI 3.1.5 php Warning shell_exec
Post: CI 3.1.5 php Warning shell_exec

Hello, I got this warning: Quote: -- A PHP Error was encountered Severity: Warning Message: shell_exec() has been disabled for security reasons Filename: models/Magazine_model.php Line Number:...
11,998 Views
7 Replies
09-21-2017, 02:48 AM
moshair
    Thread: Online Users library usign DB + Authme
Post: RE: Online Users library usign DB + Authme

Thank you. Code4fun Wrote: (01-28-2017, 07:39 AM) -- moshair Wrote: (03-03-2016, 09:08 AM) -- 2. Give folder "captcha" 777 permission -- Make the "captcha" folder writable for the webserver and...
5,730 Views
3 Replies
03-07-2017, 01:10 PM
moshair
    Thread: Online Users library usign DB + Authme
Post: RE: Online Users library usign DB + Authme

I got questions asking about the SQL code for creating the tables. The tables "online", and "users" will be created automatically when visiting your site at the first time, If every thing is oka...
5,730 Views
3 Replies
10-17-2016, 09:01 AM
moshair
    Thread: Online Users library usign DB + Authme
Post: Online Users library usign DB + Authme

Hello, I created Online users library using database to store online users data. I integrated it with a developed version from CodeIgniter Authme by Gilbitron. What's new in Authme: 1. Send activati...
5,730 Views
3 Replies
03-03-2016, 09:08 AM
moshair
    Thread: Issue with Online library from github
Post: RE: Issue with Online library from github

Hello Rhyno_xD, Demo page for (Online users library + AuthmeMax library) + download link on: http://php-max.com/ci/ Still in development, please leave a comment on that page for any help. Go...
10,768 Views
7 Replies
03-02-2016, 10:53 AM
moshair
    Thread: Please help in the correct PHP configuration
Post: RE: Please help in the correct PHP configuration

Thanks, Now it is working and without that warning. I thing it is related to the hosting, I will contact their support if it happens again. Regards,
42,774 Views
9 Replies
02-24-2016, 06:12 AM
moshair
    Thread: Please help in the correct PHP configuration
Post: RE: Please help in the correct PHP configuration

Now it is working again with last settings (mysqli), but I still see this warning on the test page: Code: -- Warning: mysqli_connect(): Headers and client library minor version mismatch. Headers:506...
42,774 Views
9 Replies
02-24-2016, 12:15 AM
moshair
    Thread: Please help in the correct PHP configuration
Post: RE: Please help in the correct PHP configuration

Now it is not working again. I wrote a php file with Code: -- $con = mysqli_connect("sql.byethost32.org","[removed]","[removed]","[removed]"); if (mysqli_connect_errno()){ echo "Failed to connect ...
42,774 Views
9 Replies
02-24-2016, 12:07 AM
moshair
    Thread: Please help in the correct PHP configuration
Post: RE: Please help in the correct PHP configuration

No the server don't store error_log file. Error log in C-panel shows not-found files. I need someone can check the php settings is correct or not from this snapshot: http://forum.codeigniter.com...
42,774 Views
9 Replies
02-23-2016, 04:03 PM
moshair
    Thread: Please help in the correct PHP configuration
Post: RE: Please help in the correct PHP configuration

Everything is correct and my website is working now, if they are incorrect it will not connect all the time. The problem happend when the hosting added PHP 7 to the PHP list and they made PHP 5.3 is t...
42,774 Views
9 Replies
02-23-2016, 02:41 PM
moshair
    Thread: Issue with Online library from github
Post: RE: Issue with Online library from github

It is working on CI30x, I used it for days after fixing it, I don't recommend using it, it uses file system not database it will store the data in a file called usersonline.tmp in your CI root, it con...
10,768 Views
7 Replies
02-23-2016, 02:35 PM
moshair
    Thread: Please help in the correct PHP configuration
Post: Please help in the correct PHP configuration

Hello, Sometimes I see this error for few minutes: Code: -- A PHP Error was encountered Severity: Warning Message: mysqli::real_connect(): (HY000/2002): Connection refused Filename: mysqli/mys...
42,774 Views
9 Replies
02-23-2016, 02:22 PM
moshair
    Thread: Problem with session_start()
Post: RE: Problem with session_start()

Hello, If you put a file php.ini in your website or in any folder it will change the php.ini default settings for values in it. Also if you contact the hosting support they may fix it in the server...
16,828 Views
8 Replies
01-29-2016, 12:16 PM
moshair
    Thread: Problem with session_start()
Post: RE: Problem with session_start()

Try: Open your php.ini file with the File Manager in cPanel (if it is not exists create one) Add the following line of code to top of your php.ini file date.timezone = "US/Central" Replace "US/Cen...
16,828 Views
8 Replies
01-29-2016, 07:08 AM
moshair
    Thread: Library to prevent loading user_agent on every page
Post: Library to prevent loading user_agent on every pag...

Hello, I use user_agent to show a specific style for mobile device, also I don't want showing content for search engines, I don't want loading the user_agent every time the page load to reduce memo...
1,472 Views
0 Replies
01-27-2016, 06:06 PM
moshair
    Thread: Online Users library Addin
Post: RE: set_data is notworking in Online Users library

In Onlineusers.php I changed set_data function to: Code: -- function set_data($username, $id) { $aryData = $this->data['useronline']; $aryData[$this->ip]['username'] = $username; ...
7,264 Views
3 Replies
01-24-2016, 05:24 PM
moshair
    Thread: Online Users library Addin
Post: RE: set_data is notworking in Online Users library

InsiteFX Wrote: (01-23-2016, 04:39 AM) -- Because in CI 3 it's set_userdata() -- Thank you InsiteFX, set_data is a function in the library class 'Onlineusers'. The problem in changing online guest...
7,264 Views
3 Replies
01-23-2016, 07:25 AM
moshair
    Thread: Online Users library Addin
Post: Online Users library Addin

Hello, I am trying to use the Online Users library at: https://github.com/bcit-ci/CodeIgniter/wiki/Library:-Online-Users In config/autoload.php I set: Code: -- $autoload['libraries'] = ar...
7,264 Views
3 Replies
01-22-2016, 08:58 AM
moshair

Theme © iAndrew 2016 - Forum software by © MyBB