Joomla! Discussion Forums



It is currently Wed Nov 25, 2009 4:08 am (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Security Checklist
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 146 posts ]  Go to page Previous  1, 2, 3, 4, 5
Author Message
Posted: Sun Dec 03, 2006 11:46 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Tue Oct 11, 2005 7:03 am
Posts: 54
hello,
I deeply apologize because this is the dumbest question i could possibly ask about this thread, but i don't even know what it means to upload a script.  can someone please explain how exactly i upload the copy script from the link in emagin's first post (i tried to search for the answer, but everyone starts from the assumption that you know how to use a script, which i don't)?  As you all are, i am trying to put my php.ini in all my directories, but i can't seem to figure it out.  Obviously, i am not very experienced.  could someone please walk me through the process?  my php.ini is currently in my root.

Thank you very much,
and again, sorry for this question.
joe


Top
  E-mail  
 
Posted: Mon Dec 11, 2006 2:36 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Sun Oct 02, 2005 4:39 pm
Posts: 190
Location: Johannesburg, South Africa
The problem with disabling allow_url_fopen is that it breaks quite a few modules, and components which relies on getting info from other websites, like for instance eweather and a few other as well. This is a nightmare to support if 98% off your clients use Joomla, and about 46% have something that breaks the moment I disable allow_url_fopen in the server's php.ini.

What is the REAL benefit of disabling this function, and is there a way to allow it on a per domain /directory case?

Creating a php.ini with the words "allow_url_fopen = On" still gives me the same error

_________________
http://www.softdux.com
http://forum.softdux.com


Top
  E-mail  
 
Posted: Mon Dec 18, 2006 1:10 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Dec 17, 2006 11:55 am
Posts: 48
Location: NJ USA
Ok I just got off the phone with my hosting company, they said I can make a php.ini file and I can write the script in the file and leave it on the root of the site, I have just been threw many of pages on this thread, and I am completely lost.
Now for newbies like me, when talking to my hosting company they said I can make the file, and upload it to the root.

So how do I make the file uploading is easy LOL. :P :laugh: :pop

_________________
Ron C
The man behind the controls, the guy who is behind the curtain.
Disclaimer: This is my opinion, my opinion only!!!!!


Top
   
 
Posted: Mon Dec 18, 2006 2:16 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Tue Jun 06, 2006 7:41 am
Posts: 808
Location: Third planet from Sol
If you're able to upload a file to your site, you might want to try the following script. It cobbles together several scripts from others for an all-in-one set of features. To use, copy it into your web_root directory and then point your browser to it.

This script can...
1) copy the shared server's default php.ini file to your web_root directory,
2) create a customized copy of the default file, with a few standard security adjustmens,
3) optionally copy the custom file to all sub-directories,
4) optionally delete all the custom php.ini files except the one in your web_root directory, and finally,
5) list all recently modified files.

This last feature may be useful immediately following an attack to locate maliciously modified files.

Please note that you should remove this script once you are done setting up your php.ini files, as you don't want anyone else to run the script and overwrite your work.

Offered as is, for free (as in freedom); depending on your setup, may not work as intended; use at your own risk, blah, blah, blah...

But, if you find a real bug, I'd appreciate learning about it, and I'll try to fix it.  I usually just tweak the code to make changes for different sites, such as setting more or fewer php.ini settings. I may add a few interface enhancements to avoid code tweaking if there's interest.

http://www.educationgrove.com/index.php ... &Itemid=29

_________________
Web Home: http://www.ronliskey.com
Support http://support.educationgrove.com


Top
  E-mail  
 
Posted: Mon Dec 18, 2006 2:39 am 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Dec 17, 2006 11:55 am
Posts: 48
Location: NJ USA
OK
I really have no idea what you are talking about.
can you send me a PM thanks..........

_________________
Ron C
The man behind the controls, the guy who is behind the curtain.
Disclaimer: This is my opinion, my opinion only!!!!!


Top
   
 
Posted: Tue Dec 19, 2006 5:49 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Mon May 29, 2006 8:10 pm
Posts: 18
I needed to reinstall PHP on my server this weekend. When logging in to Joomla, I was informed that register globals were ON so I went about to change them in /etc/php.ini

That didn't work as even after restarting the server RG still showed as "on". The setting that did work was changing the php.ini that resided in /ftp/usr/lib. I didn't know there were multiple ones. I spotted the config path on the admin panel.

I have 2 questions as a result of this exercise

1. Does this mean the /etc file works in any folder that doesn't have it's own php.ini? And so the reason the setting didn't work for me was because the php.ini in /ftp/usr/lib took precedence?

2. In the process of getting this to work, I changed the file permission settings in /etc to 755 based on what my hosting company suggested. The rep "thought" that's what the setting should be. I don't know PHP and security, but while I'm comfortable having registers globals off, I'm thinking 755 may be too high. What's the best permission setting for this one? I know in /ftp/usr/lib it was 644.


Top
  E-mail  
 
Posted: Mon Jan 08, 2007 10:32 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sat Dec 30, 2006 11:01 am
Posts: 6
corsebou wrote:

Hello, all!

I am trying to secure my Joomla 1.0.11 since a few days and I read here that I have to "turn the Register globals off", by modyfing the php.ini

However as I am on a "shared server" my hosting refuses to change it for me. (I dont have access to php,ini myself)
I asked for the other technique, that is the "turn the register globals off" from the .htaccess but I asked it before to the technical support of the hosting and they told me that its not possible, they have bloqued that technique and If I try I will have an "error 500"...

I am starting to think its a very limited hosting but I paid for it two months ago I still have for 10 months left with them...
:(

They also told me that putting a "php.ini" in all folders wont work.

Their advice was to always update Joomla as soon as possible and that its secure anyway like it...  :-\  I do understand that its a convenient response but...

So Should I be affraid of my register globals on?
(Its my only security warning, I have even double protected the administrator folder by .htaccess password and changed the "admin" login)

Is there another possibility to change it without the techinques explained here "override, changing php.ini or .htaccess" ?
Edit: I read the excellent explanations for registerglobals, here: http://forum.joomla.org/index.php/topic,93640.0.html but still concerned....


:)
Cheers!!

My hosting is OVH.FR by the way...







Just look at their support pages, they explain how to do that, here is the lines I added to my .htaccess :

SetEnv REGISTER_GLOBALS 0
SetEnv PHP_VER 5

hope this helps

Vartan


Top
   
 
Posted: Mon Jan 08, 2007 10:51 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Sun Dec 17, 2006 11:55 am
Posts: 48
Location: NJ USA
I had the same problem

Tell them you want a php.ini file in your root folder.
Then just tell the file to turn it off, it works.,.. :pop

_________________
Ron C
The man behind the controls, the guy who is behind the curtain.
Disclaimer: This is my opinion, my opinion only!!!!!


Top
   
 
Posted: Fri Jan 19, 2007 2:06 pm 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Wed Dec 13, 2006 10:32 am
Posts: 71
Hi

I have made a copi og php.ini and edit the Max_Upload_Size from 2mb to 4 mb.

Upload again? Where in root? in all directories with phpfiles?

I uploaded in the mainroot of server and in my sites mainroot  ???  But when i load  joomla backend system "PHP info" max_upload_size" is still 2MB.

The "tips-script" says  The php.ini file has been modified and copied.

What am i doing wrong.
Host is site5

Help needed!

TW


Top
   
 
Posted: Sat Jan 20, 2007 1:16 am 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Jan 18, 2007 12:30 pm
Posts: 8
www.astraltech.net.

I have a virus on my website is hacked by a betterstart or something like that.

i tried to put the php.ini , but i have errors in all the modules , like the zoom gallery etc etc..

Anybody can guide me a little bit , its a problem right now ¡

Thanks for all


Top
  E-mail  
 
Posted: Wed Jan 24, 2007 6:35 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Tue Jun 06, 2006 7:41 am
Posts: 808
Location: Third planet from Sol
Quote:
Anybody can guide me a little bit , its a problem right now

Start with the Security Forum Stickies: http://forum.joomla.org/index.php/board,267.0.html

_________________
Web Home: http://www.ronliskey.com
Support http://support.educationgrove.com


Top
  E-mail  
 
Posted: Fri Feb 02, 2007 12:18 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Wed Jan 17, 2007 9:51 am
Posts: 52
Thanks guys, my registry globals is finally off! ;D


Top
  E-mail  
 
Posted: Tue Feb 27, 2007 1:45 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Mon Feb 26, 2007 11:26 pm
Posts: 2
Hello everybody,

I am quite new with joomla, and I am not a programmer. I am trying to change register_globals to off. My hosting provider recomend me to create a php.ini file in the Joomla directory with the following line:

"register_globals=off"

and in the .htaccess file to put a line to the php.ini file:

"suPHP_ConfigPath /usr/home/www/username/path/to/php.ini"

It seems to work, looking at sysinf (admin) the settings look good. Would I STILL need to put a php.ini in each directory?  This is the only instruction I have in php.ini.

On the other hand, when you said all directories, do you really mean, every single folder with a php file? or only one within each main folder in the root (administrator, includes..etc.) and one within each of the components (main folder)?  ???

As I have already noticed some inconsistencies in my host comments, so I rather prefered to asked you guys, just in case. Also, if anyone can recommend me a GREEN (sustainable) webhosting service please let me know.

Thanks

I tried the "php_flag register_globals off " on my computer, worked great
but not on the host server.


Top
  E-mail  
 
Posted: Tue Mar 13, 2007 5:45 am 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Wed Feb 28, 2007 5:40 am
Posts: 444
Location: Connecticut, USA
Harrison78 wrote:
This may be of interest to members who use 1and1 for their Joomla hosting.

I found an easy way to switch register globals off on a 1and1 shared hosting account by making the server run all php scripts through php 5 instead of php 4.  1and1 run a much more secure PHP5 configuration compared to their PHP4 installation and by default registerglobals is off, as well as some other more secure settings being set as standard.

By default all .php scripts on a 1and1 server use PHP 4 and you have to rename scripts to .php5 for the apache server to use PHP 5, but you can easily tell the apache server to use PHP 5 for all scripts, and this is done by placing a .htaccess file at the root of your Joomla installation with the following line in it:

Code:
AddType x-mapp-php5 .php


This will tell Apache to use PHP5 instead of PHP4 for the extension .php in the directory the .htaccess is placed and all subdirectories under it.


Harrison78 Thanks! Awesome solution to this problem. Simple and effective.

_________________
web • print • identity • creative
http://www.betweenbrain.com

Now listed on The Joomla Resources Directory™ -
http://resources.joomla.org/directory/other-services/consulting/betweenbrain.html


Top
  E-mail  
 
 Post subject: -
Posted: Sat Mar 17, 2007 1:00 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Tue Mar 06, 2007 9:39 am
Posts: 84
-


Last edited by pintobuck on Sat Mar 17, 2007 3:15 am, edited 1 time in total.

Top
  E-mail  
 
Posted: Sat Apr 28, 2007 5:41 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Tue Jun 06, 2006 7:41 am
Posts: 808
Location: Third planet from Sol
For more on switching to PHP5 see this FAQ:
http://help.joomla.org/component/option ... temid,268/

BTW: The reason you might want to switch to PHP5 at 1and1 (and similar hosts) is that they have PHP5 register_globals turned OFF by default. Although there are justifiable reasons for hosts to keep register_globals ON in PHP4, good hosts will not repeat this error in PHP5. I think if you find yourself at a host that has PHP5 register_globals ON by default, you should start investigating further options.

_________________
Web Home: http://www.ronliskey.com
Support http://support.educationgrove.com


Top
  E-mail  
 
Posted: Wed May 02, 2007 12:58 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Tue Apr 24, 2007 12:42 am
Posts: 2
This info may be helpful to those that use shared hosting. I use Network Solutions and their server setup has allowed me to set my php.ini file in just ONE folder and it controls all of my public folders. I'll describe my setup - if yours is the same, maybe it'll work for you.

When I login to my FTP account, I can see 4 folders:

1. The parent directory
2. backup
3. cgi-bin
4. htdocs

I cannot create any folders from within this "FTP Root folder", but I can access & write to any of the last three folders. The cgi-bin folder is for any cgi scripts and it's where the server is set up to look for a custom php.ini file. As Rob wrote earlier in this thread, the hosting peeps have to actually set this option to function, otherwise it will ignore your php.ini file.

The 'htdocs' folder is my actual URL root folder (your host may call it your Domain Pointer folder, or something like that). It is within that folder that your site's pages are stored.

If this looks like your setup and it might work for you, then give it a try (you can't hurt anything). Grab your site's primary php.ini file with B&T's script file, as mentioned earlier. Modify it as necessary and FTP that puppy to the cgi-bin folder.

From any directory within your 'htdocs' (or equivalent) folder, test you new php settings with a phpinfo() file. If it shows YOUR settings - success - grab a beer and let out a big WOOHOO!  8)


Backstory: I had searched all over this board for info that pertains to shared hosting and how to get that blasted "register_globals ON", turned OFF. Lots of info on self-hosted, but only occasional scraps for shared hosting. The info I wrote above comes from the fine folks who post on this threads - most of it from this thread. I just had to put it all together for my situation.

Something to keep in mind if you do have the same setup as described above...that cgi-bin folder (and any other in the FTP root) are NOT accessible from the web. You can even create sub-categories within it, just to keep everything nice & tidy. Any such directories will all be "safe havens" for anything you want to safeguard, like password lists, etc. They're not as safe as what self-hosted peeps get, but it's the best we have!

If you use basic authorization, move the .access.pwd file into the cgi-bin folder and adjust the .htaccess file(s) path for AuthUserFile to that folder (remember to use the full Unix path). If you have multiple basic authorization setup on several directories with different users & passwords, just put them all into that one file.

My background is in html & javascript, with just enough php to get myself into trouble...so if any of the Joomla! Heros in here see anything wrong, please don't hesitate to modify.

I do wish someone would explain that "open_basedir" option a little more. I don't get it. If I restrict to only one folder, which one? More than one? All of the Joomla! site's relevant folders? Then what does it protect. See my confusion?

Thanks to all that have helped me and who will undoubtably help me in the future, with a special mention to these fine peeps - Beat, RobS, emagin (B&T too) and the person that lit the lightbulb above my head, Pintobean!  ;)


Top
  E-mail  
 
Posted: Wed May 02, 2007 2:11 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Tue Jun 06, 2006 7:41 am
Posts: 808
Location: Third planet from Sol
Quote:
I do wish someone would explain that "open_basedir" option a little more. I don't get it. If I restrict to only one folder, which one? More than one? All of the Joomla! site's relevant folders? Then what does it protect. See my confusion?


Here's how it's described by the PHP site:

Quote:

[open_basedir] limits the files that can be opened by PHP to the specified directory-tree, including the file itself. This directive is NOT affected by whether Safe Mode is turned On or Off.

When a script tries to open a file with, for example, fopen() or gzopen(), the location of the file is checked. When the file is outside the specified directory-tree, PHP will refuse to open it. All symbolic links are resolved, so it's not possible to avoid this restriction with a symlink.

The special value . indicates that the working directory of the script will be used as the base-directory. This is, however, a little dangerous as the working directory of the script can easily be changed with chdir().

In httpd.conf, open_basedir can be turned off (e.g. for some virtual hosts) the same way as any other configuration directive with "php_admin_value open_basedir none".

Under Windows, separate the directories with a semicolon. On all other systems, separate the directories with a colon. As an Apache module, open_basedir paths from parent directories are now automatically inherited.

The restriction specified with open_basedir is actually a prefix, not a directory name. This means that "open_basedir = /dir/incl" also allows access to "/dir/include" and "/dir/incls" if they exist. When you want to restrict access to only the specified directory, end with a slash. For example: "open_basedir = /dir/incl/"

Note: Support for multiple directories was added in 3.0.7.

The default is to allow all files to be opened.


The main point of all this is to limit the files that PHP can access to only those within the path you specify.

For example, this would protect the confidential files in the cgi-bin directory from direct access through PHP. Note that PHP scripts are NOT really limited by the Web server. A PHP script can access any file on the server whose file permissions allow it.

_________________
Web Home: http://www.ronliskey.com
Support http://support.educationgrove.com


Last edited by rliskey on Wed May 02, 2007 2:13 am, edited 1 time in total.

Top
  E-mail  
 
Posted: Wed May 02, 2007 7:49 pm 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Tue Apr 24, 2007 12:42 am
Posts: 2
rliskey wrote:
Quote:
I do wish someone would explain that "open_basedir" option a little more. I don't get it. If I restrict to only one folder, which one? More than one? All of the Joomla! site's relevant folders? Then what does it protect. See my confusion?


The main point of all this is to limit the files that PHP can access to only those within the path you specify.

For example, this would protect the confidential files in the cgi-bin directory from direct access through PHP. Note that PHP scripts are NOT really limited by the Web server. A PHP script can access any file on the server whose file permissions allow it.


Thanks for the reply, rliskey!  :)

I've read that particular PHP article and dozens more...I'm still confused about how to exactly use it. I understand how its use can require that only specific paths are used (thereby stopping all other paths)...that is correct, right? In a fashion, it's similar to the "require" function in PHP scripts, right?

I don't know which path(s) would make Joomla! safer and/or which path(s) might prevent Joomla! from even working properly. I feel like there's some basic something that I'm missing here. This option is pertinent to a shared hosting setup, right?

If you could show a specific example, I might be able to get it. Assuming a typical Joomla! install (eCommerce w/VM) with its root folder and 12 sub-directories, what would be the path for "open-basedir"? For this example, say I installed directly into my "htdocs", root folder.

(I actually have the current install in a sub-domain as the developement site, with that sub-domain pointed to itself. I've read enough to know not to go Live all at once!)

Sorry for all of the questions, but it's midnight in the forest and my sunglasses are superglued to my head.  8)  Thanks!!


Top
  E-mail  
 
Posted: Thu May 24, 2007 4:56 am 
User avatar
Joomla! Guru
Joomla! Guru
Offline

Joined: Tue Jun 06, 2006 7:41 am
Posts: 808
Location: Third planet from Sol
Here's an example that would go in your php.ini file. The exact paths to use depend on your server setup. Note that you can add more than one path, separating them with colons.

BTW: It's okay to allow access to the tmp directory. PHP needs access to it, and if your server's correctly configured, tmp is protected by other means. Normally nothing inside of tmp is  executable, so if a malicious script gets in, it can't do anything.

Code:
open_basedir = "/home/your_site/public:/usr/share/tmp"

_________________
Web Home: http://www.ronliskey.com
Support http://support.educationgrove.com


Last edited by rliskey on Thu May 24, 2007 5:00 am, edited 1 time in total.

Top
  E-mail  
 
Posted: Wed Sep 12, 2007 10:32 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Aug 31, 2006 11:55 pm
Posts: 10
Beat wrote:
miggalvez wrote:
I asked my hosting server to turn register globals to off and they gave me this answer:
Quote:
You can turn register_globals off by writing the following code (line) in an .htaccess file which is under public_html.
--------------------------------------------------------
php_flag register_globals off
--------------------------------------------------------


Is this true? Does it affect all subdirectories under the public_html directory?


This is by far the prefered method (after the one of having the hoster turning it off for you in his site settings), as php.ini which are in all folders are valid at time of installing them.





I have tried this, but no change, I have put both in the root and the sub.
Code:
php_flag register_globals off

I first tried the standard htaccess file that comes and renamed it to .htaccess, and also tried just php_flag
Code:
register_globals off
in the .htaccess
When I do nay of these, the whole site refuses to load any css files of the template, plus the warning does not go away any way.


Top
  E-mail  
 
Posted: Wed Sep 12, 2007 11:53 pm 
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Thu Aug 31, 2006 11:55 pm
Posts: 10
emagin wrote:
I have joomla sites hosted at site5, which runs PHP in cgi mode, supposedly for security.
The default php.ini for the server runs with register_globas=off

To secure your apps, this means that you have to have a php.ini file inside of every directory of your application. This is a major pain, but there is a great solution!

A guy there came up with two great scripts that let you take care of the issue:
1) copy your server's default php.ini - if you don't do this you will cause more damage than doing nothing
2) add the custom features you need in this php.ini
3) copy it across your site with script

http://tips-scripts.com/?tip=php_ini
http://tips-scripts.com/?tip=php_ini_copy
http://tips-scripts.com/?tip=php_ini_delete


I did this after a dotproject app was hacked, and realized how register_globals = ON is dangerous, so i went through all apps to do this. Now I do this as a rule for every app.

So the custom settings would be:

; USER MODIFIED PARAMETERS FOLLOW
register_globals = Off
session.use_trans_sid = 0

And make sure you save CHMOD the php.ini to 0600 before you copy it across the site with the script.  (I use winscp to edit the file directly from my desktop, or from putty, not sure if 0600 is too restrictive if you use other methods)





I am trying this script  but the first scripts works ok, but not the second one for copy it says:
Error - no source php.ini file
Also, I don't about these file location below  are they absolute or relative. I tried absolute paths and di not work either. Could you give an example ?
This is how I did it:
Code:
$path = "[b]/home/content/a/y/o/myusername[/b]" . get_current_user() .[b] "/html";[/b]([i]this is my public_html folder)
[/i]
$source = $path . "/php.ini";


Original code
Code:


if ($overwriteOnly == "Y") echo "Operating in Overwrite Only Mode<br><br>";

$path = [b]"/home/" .[/b] get_current_user() .[b] "/public_html";[/b]

$source = $path . [b]"/php.ini";[/b]

if (!file_exists($source)) die('Error - no source php.ini file');

function search($dir) {

  global $source;


Top
  E-mail  
 
Posted: Fri Mar 14, 2008 11:02 am 
Joomla! Fledgling
Joomla! Fledgling
Offline

Joined: Tue Mar 11, 2008 1:49 pm
Posts: 3
Pumuckl wrote:
Hi,
I don't know, whether you know this, but you can additional secure your Joomla with a php.ini in each directory or you main php.ini if you've an own server:

------------snip------------------
allow_url_fopen = OFF
disable_functions = show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
------------snap------------------

Thanks for your attention


i searched it on my joomla folder...but it is not there...
m working on local host....

php.ini
Where is located....???
m not able to find it out....

_________________
prags<('!')>


Top
  E-mail  
 
Posted: Fri Mar 14, 2008 1:58 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice
Offline

Joined: Tue Jul 11, 2006 12:37 pm
Posts: 6
prags_karia wrote:
php.ini
Where is located....???
m not able to find it out....


This does not exist by default, you must creat this file yourself in each directory you want to protect


Top
   
 
Posted: Fri Mar 14, 2008 2:13 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Aug 18, 2005 6:43 pm
Posts: 112
Not quite: If it is not in your directory, PHP uses the servers default one.

The servers php.ini can be found: Administration > System > Sytem info > PHP info. Look for the option: "Loaded Configuration File" (it's in the beginning)


Top
  E-mail  
 
Posted: Sat Mar 15, 2008 8:25 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Mon Dec 12, 2005 5:34 pm
Posts: 410
if you' had read this thread you'd know where to look and what to look for ...
viewtopic.php?f=267&t=75990&st=0&sk=t&sd=a&start=60#p467875

Besides: why on earth would you want to spread php.ini files all over the place on your "localhost" ??? If someone could compromise that machine, you're scr**ed anyway, and having a bunch of php.ini´s won't help ...

Happy fle copying...

CirTap

_________________
You can have programs written fast, well, and cheap, but you only get to pick 2 ...

"I love deadlines. I like the whooshing sound they make as they fly by." Douglas Adams


Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 146 posts ]  Go to page Previous  1, 2, 3, 4, 5

Quick reply

 



Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group