View previous topic :: View next topic |
Author |
Message |
hc2995 -
Joined: 07 Aug 2006 Posts: 644 Location: Maryland, USA
|
Posted: Mon Aug 28, 2006 10:33 pm Post subject: Find all your PHP configuration settings with 3 easy steps! |
|
|
Ok heres how (NOTE the program used is extremely basic but useful)
1. Download php_test.zip
2. Extract test.php and put it in the htdocs folder (or the folder you use for the abyss webserver HTML files)
3. visit http://LOCALHOST/test.php
And there you go all the info you need :D _________________ Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P |
|
Back to top |
|
 |
cmxflash -
Joined: 11 Dec 2004 Posts: 872
|
Posted: Mon Aug 28, 2006 10:45 pm Post subject: |
|
|
What's the point? Using <?php phpinfo(); ?> works just the same. |
|
Back to top |
|
 |
Mikor -
Joined: 21 Aug 2006 Posts: 144 Location: Hull, England
|
Posted: Mon Aug 28, 2006 10:46 pm Post subject: |
|
|
cmxflash wrote: | What's the point? Using <?php phpinfo(); ?> works just the same. |
Thats what I was thinking _________________ Yarrt.com - Free Arcade
RypNet.co.uk - Online Game
MSN: michael_walker_2004 <at> hotmail <dot> com |
|
Back to top |
|
 |
hc2995 -
Joined: 07 Aug 2006 Posts: 644 Location: Maryland, USA
|
Posted: Mon Aug 28, 2006 10:48 pm Post subject: |
|
|
for those that dont know how to program php lol
(im really doing this to let people get my first php script) _________________ Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P |
|
Back to top |
|
 |
AbyssUnderground -
Joined: 31 Dec 2004 Posts: 3855
|
Posted: Mon Aug 28, 2006 11:38 pm Post subject: |
|
|
If people don't know or intend to know how to program php they probably shouldnt be using it. Also this script is included in virtually every php installation tutorial I know of to make sure it was installed correctly. _________________ Andy (AbyssUnderground) (previously The Inquisitor)
www.abyssunderground.co.uk |
|
Back to top |
|
 |
Tom Chapman -
Joined: 09 Jul 2005 Posts: 933 Location: Australia
|
Posted: Thu Aug 31, 2006 3:25 pm Post subject: |
|
|
I count topics like these as spam.
No offence hc. |
|
Back to top |
|
 |
tribal -
Joined: 07 Jul 2004 Posts: 1
|
Posted: Tue Oct 03, 2006 8:25 am Post subject: |
|
|
i'm really confused, i've been out of the webmaster/self server situation for awhile but when setting up php and testing all i got was a 404.
I tried the three steps and it worked even though it was exactly the same code i used but without the html in the file.
It didn't work before but now it does, Shrug...
Either way thanks for the easy three steps. |
|
Back to top |
|
 |
hc2995 -
Joined: 07 Aug 2006 Posts: 644 Location: Maryland, USA
|
Posted: Tue Oct 03, 2006 9:56 pm Post subject: |
|
|
sorry mate i took that out a while ago if you want just make one ur self, do:
<?php
phpinfo();
?>
and save it in "info.php
then upload it to ur server and access it (like http://localhost/info.php) and it should work :D _________________ Where have i been? School got heck-tick, had to move half way around the state, then back... and then i had to change jobs, so iv been away for a while :P |
|
Back to top |
|
 |
|