| Site Maintenance Program updates, securing your website, creating backups. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
|
|
#10 (permalink) |
|
Registered User
Seasoned Poster
Joined in Jun 2005
Lives in Derbyshire/UK
Hosted on sh106
90 posts
Gave thanks: 1
Thanked 1 Time in 1 Post
|
session.use_trans_sid disable too :-)
__________________
Smartfactory.ca Module Development Team. ImpressCMS.org Impress CMS Project: Making a lasting impression! surpass server: SH106 |
|
|
|
|
|
#11 (permalink) |
|
Holy hell and a hippie
On a golden path...
Joined in Nov 2006
Lives in Canada
Hosted on SH106
392 posts
Gave thanks: 23
Thanked 25 times
|
Glad to see surpass starting to do this, I was a little surprised to see these PHP options turned on. Do you have any future plans to turn these off on older server as well?
__________________
||http://eternal-realm.net ||http://usebbzone.com --------- Go There: Surpass Wiki ---------- || SH106 |
|
|
|
|
|
#12 (permalink) |
|
after g, before i
Resident.
Joined in Jul 2004
Lives in N,BC,CA
8,055 posts
Gave thanks: 48
Thanked 129 times
|
I'm having second thoughts about magic_quotes. It'd be frickin' awesome, but it may result in major SQL injection problems. Not quite second thoughts, but concern...
|
|
|
|
|
|
#13 (permalink) |
|
Searcher
Surpass Staff
Joined in May 2003
Lives in Orlando
24,692 posts
Gave thanks: 943
Thanked 806 times
|
We have decided to *really* focus on allow_url_fopen and getting it disabled on all servers.
Security risks come up much more often with this feature being on. (Case in point.) We'll get these types of problems settled for good and press on. SH109 is up with these changes. Pass69 will be up soon with these same changes. I'm currently making a schedule for the older servers.
__________________
Follow Surpass on Twitter and Facebook
Check out interesting finds on the Surpass Blog .... it's coming. |
|
|
|
|
|
#14 (permalink) | |
|
Registered User
Seasoned Poster
Joined in Feb 2007
Lives in Scotland
Hosted on Pass 69
39 posts
Gave thanks: 2
Thanked 2 times
|
I'm new here and I'm sorry if this has already been addressed - but I can't find it. On PASS69.
Quote:
"Error: register_globals is enabled!" URL is here:http://www.north-ayrshire.org/store/ Can someone tell me if I can change this by creating a php.ini for this account only?
__________________
scottish-domain.com::Pass69 |
|
|
|
|
|
|
#15 (permalink) |
|
Registered User
Seasoned Poster
Joined in Feb 2007
Lives in Scotland
Hosted on Pass 69
39 posts
Gave thanks: 2
Thanked 2 times
|
seems to have been sorted now :-)
__________________
scottish-domain.com::Pass69 |
|
|
|
| This user thanks hmphoto for this great post! | Kayla (February 25th, 2007) |
|
|
#16 (permalink) |
|
Surpass Fan
Excelling Contributor
Joined in Dec 2005
Lives in my computer
Hosted on pass86'd
653 posts
Gave thanks: 55
Thanked 14 times
|
All I can say on this is programmers better get up to speed, I programmed a joomla mod with fopen, only to realize how much of a problem I had because some software I bought, used fopen, so I recoded it using cURL instead, which appears to be better... how I dont know but they say it is. either way, I say its time for programmers to program properly and up to speed with what security demands.
MJ |
|
|
|
|
|
#17 (permalink) |
|
Registered User
Seasoned Poster
Joined in Sep 2005
Lives in Texas
Hosted on Pass43;SH108
36 posts
Gave thanks: 3
Thanked 0 times
|
Kayla & Co.
I have just installed open source ModX on a new BOGO server. It came back with this warning: "Configuration check One or more configuration details didn't check out OK: Configuration warning: 'register_globals is set to ON in your php.ini configuration file' What does this mean? This configuration makes your site much more susceptible to Cross Site Scripting (XSS) attacks. You should speak to your host about what you can do to disable this setting. " What do I need to do to cure this?
__________________
Women and cats will do as they please; men and dogs should just relax and get used to the idea. ~~ Anonymous Surpass Server Info: 72-29-83-77 .dimenoc.com [Pass43] Surpass Server Info: 66-7-201-40 .dimenoc.com [SH108] Visit me on the web at: http://pixelita.com http://jonimueller.com Visit the World's Largest and Best Serbian Internet Forum: http://www.burek.co.yu |
|
|
|
|
|
#18 (permalink) |
|
Surpass Abuse Admin
Super #1
Joined in Mar 2005
Lives in Houston, TX
Hosted on NONE
7,784 posts
Gave thanks: 10
Thanked 276 times
|
Create a new text file in your public_html directory, name it php.ini, and add this to it:
register_globals = 0 That should fix things. ![]()
__________________
Unofficial IRC Channel: #surpass EFNetUnofficial = No official support. Support requests can be submitted to our helpdesk. |
|
|
|