[advanced search]
Results from the most recent live auction are here.
19 members in the live chat room. Join Chat!
Register Rules & FAQ NP$ Store Active Threads Mark Forums Read
Go Back   NamePros.Com > Design and Development > Programming
User Name
Password

Old 06-06-2008, 08:03 PM   · #1
xXx DOMAINER xXx
24HourForum.com
 
xXx DOMAINER xXx's Avatar
 
Trader Rating: (30)
Join Date: Oct 2005
Posts: 1,435
NP$: 60.00 (Donate)
xXx DOMAINER xXx is a splendid one to beholdxXx DOMAINER xXx is a splendid one to beholdxXx DOMAINER xXx is a splendid one to beholdxXx DOMAINER xXx is a splendid one to beholdxXx DOMAINER xXx is a splendid one to beholdxXx DOMAINER xXx is a splendid one to beholdxXx DOMAINER xXx is a splendid one to beholdxXx DOMAINER xXx is a splendid one to behold
need help with mysql... how do i?

how do i set these settings?

SendMail - (Yes)
PHP safe mode - (OFF)
PHP open_basedir - (OFF)
PHP register globals – (OFF)
PHP open basedir – (OFF)
FFMPEG Support – (ON)
GD Library - (ON)

im confused...

this is the error im getting

Checking PHP Version... 5.2.4 (ok)
Checking System Information... Linux
Checking PHP Server API... apache2handler
Checking Path to 'php.ini'... /etc
Checking PHP GD extension... On
Checking safe_mode... On-Please turn off safe_mode in the php.ini
Checking short_tags... On
Checking file_uploads...On
Checking open base directory...On - Please upload a test file
Checking ffmpeg... ffmpeg extension not loaded


Please register or log-in into NamePros to hide ads
xXx DOMAINER xXx is offline   Reply With Quote
Old 06-12-2008, 12:42 PM   · #2
hawkaw
NamePros Member
 
Trader Rating: (10)
Join Date: May 2008
Posts: 74
NP$: 0.00 (Donate)
hawkaw will become famous soon enoughhawkaw will become famous soon enough
Originally Posted by MIR
how do i set these settings?

SendMail - (Yes)
PHP safe mode - (OFF)
PHP open_basedir - (OFF)
PHP register globals – (OFF)
PHP open basedir – (OFF)
FFMPEG Support – (ON)
GD Library - (ON)



Some of these can't be set unless you've got root access. These are system variables that applies to the server's PHP configuration and makes it vulnerable if changed. You can try to change all of them to see what server settings there are. Create a php-file and paste the following:

Code:
<?php ini_set('sendmail_path', '/usr/sbin/sendmail -t -i -f from@you.com'); ini_set('safe_mode','0'); ini_set('open_basedir','0'); ini_set('register_globals','0'); ?>


GD and FFMPEG must be installed on the server and activated by sysadmin to make it work. These libraries can be downloaded here:

FFMPEG-PHP
GD


GD is usually installed on almost every PHP-system, and you can check the status on your system by using this code:

Code:
<?php print_r(gd_info()); ?>
hawkaw is offline   Reply With Quote
Old 06-13-2008, 05:26 AM   · #3
SecondVersion
while ($awake){ code(); }
 
SecondVersion's Avatar
 


Name: Eric
Location: Kentucky
Trader Rating: (142)
Join Date: Mar 2005
Posts: 4,239
NP$: 384.00 (Donate)
SecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond reputeSecondVersion has a reputation beyond repute
Member of the Month
MOTM September 2005 Save a Life Child Abuse 9/11/01 :: Never Forget Baby Health Marrow Donor Program AIDS/HIV Breast Cancer Cystic Fibrosis Ethan Allen Fund Animal Cruelty Ethan Allen Fund Ethan Allen Fund Cancer Alzheimer's Protect Our Planet
Originally Posted by hawkaw
Some of these can't be set unless you've got root access. These are system variables that applies to the server's PHP configuration and makes it vulnerable if changed. You can try to change all of them to see what server settings there are. Create a php-file and paste the following:

Code:
<?php ini_set('sendmail_path', '/usr/sbin/sendmail -t -i -f from@you.com'); ini_set('safe_mode','0'); ini_set('open_basedir','0'); ini_set('register_globals','0'); ?>


GD and FFMPEG must be installed on the server and activated by sysadmin to make it work. These libraries can be downloaded here:

FFMPEG-PHP
GD


GD is usually installed on almost every PHP-system, and you can check the status on your system by using this code:

Code:
<?php print_r(gd_info()); ?>


PHP Code:
ini_set('safe_mode','0');
ini_set('open_basedir','0');
ini_set('register_globals','0');


Will not work. These can only be changed in the server's php.ini file.
__________________

SecondVersion.com - The Personal Blog of SecondVersion
Domain Name Portfolio - Get your free copy. - Version 1.0.2 now available!!
MetaCreator.com - Free Meta Tag Creator
CodingPlanet.com - Coming soon...
SecondVersion is offline   Reply With Quote
Old 06-13-2008, 05:35 AM   · #4
hawkaw
NamePros Member
 
Trader Rating: (10)
Join Date: May 2008
Posts: 74
NP$: 0.00 (Donate)
hawkaw will become famous soon enoughhawkaw will become famous soon enough
Originally Posted by SecondVersion
PHP Code:
ini_set('safe_mode','0');
ini_set('open_basedir','0');
ini_set('register_globals','0');


Will not work. These can only be changed in the server's php.ini file.



Probably not, but still worth a shot. They're PHP_INI_SYSTEM-files and shouldn't be able to change this way, though I've seen systems where virtual host-settings allow overriding these variables (found in a user copy of php.ini).
Still, it's a long shot
hawkaw is offline   Reply With Quote
Old 06-13-2008, 06:55 AM   · #5
rafaelrls
NamePros Member
 
rafaelrls's Avatar
 
Location: me = new (live(in.paradise())
Trader Rating: (-1)
Join Date: Jan 2008
Posts: 154
NP$: 0.00 (Donate)
rafaelrls is an unknown quantity at this point
maybe you can just explain this to your web host hlpdesk service. they are used to solve these things quickly.
rafaelrls is offline   Reply With Quote
Old 06-13-2008, 07:10 AM   · #6
xXx DOMAINER xXx
24HourForum.com
 
xXx DOMAINER xXx's Avatar
 
Trader Rating: (30)
Join Date: Oct 2005
Posts: 1,435
NP$: 60.00 (Donate)
xXx DOMAINER xXx is a splendid one to beholdxXx DOMAINER xXx is a splendid one to beholdxXx DOMAINER xXx is a splendid one to beholdxXx DOMAINER xXx is a splendid one to beholdxXx DOMAINER xXx is a splendid one to beholdxXx DOMAINER xXx is a splendid one to beholdxXx DOMAINER xXx is a splendid one to beholdxXx DOMAINER xXx is a splendid one to behold
thanks everyone for your help.
xXx DOMAINER xXx is offline   Reply With Quote
Reply

NamePros is a revenue sharing forum.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Site Sponsors
Find out how! YUPPADS http://www.mobisitetrader.com/
Advertise your business at NamePros
All times are GMT -7. The time now is 07:04 PM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0