What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Help with PHP Needed.

Help with PHP Needed.
Author: Message:
Eddie
Veteran Member
*****


Posts: 2078
Reputation: 30
32 / Male / Flag
Joined: Oct 2005
Status: Away
O.P. Help with PHP Needed.
On my website, when i use Firefox why would it always ask me to download the files that are "x.php" ?? :S

Check my 2nd reply :D

This post was edited on 10-13-2006 at 11:42 AM by Eddie.
...there used to be a signature here :)
10-13-2006 08:56 AM
Profile PM Web Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
RE: Download "x.php" ??
quote:
Originally posted by Shadow
On my website, when i use Firefox why would it always ask me to download the files th
O.o
Your server settings are screwed?
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
10-13-2006 08:59 AM
Profile E-Mail PM Web Find Quote Report
Eddie
Veteran Member
*****


Posts: 2078
Reputation: 30
32 / Male / Flag
Joined: Oct 2005
Status: Away
O.P. RE: Download "x.php" ??
Ermm, its for "Shoutcast Query" for my Radio :S I dont think it uses my server.
And all other .php files work except two which collect stats and "DJ Says" :S

This post was edited on 10-13-2006 at 09:01 AM by Eddie.
...there used to be a signature here :)
10-13-2006 09:00 AM
Profile PM Web Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
RE: Download "x.php" ??
Mind linking to your site? And also the file in question (the source could be posted unless its got sensitive data like passwords or anything. If its simple and small, post it)
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
10-13-2006 09:10 AM
Profile E-Mail PM Web Find Quote Report
Eddie
Veteran Member
*****


Posts: 2078
Reputation: 30
32 / Male / Flag
Joined: Oct 2005
Status: Away
O.P. RE: Download "x.php" ??
www.haboz.net/radio/ << Its a Habbo Fansite Radio...
Heres one of the codes.
EDIT:
code:
<?PHP

include 'query.php';

if($streamdata["stream"]["status"]  == "0"){
echo"<meta http-equiv=\"refresh\" content=\"30\"><link rel=\"stylesheet\" href=\"style.css\"><img src=\"images/offline.gif\">";
}
else{
echo"<meta http-equiv=\"refresh\" content=\"60\"><link rel=\"stylesheet\" href=\"style2.css\"><div style=\"width:134; height:95; padding-top:30; padding-left:8; padding-right:8; padding-bottom:8; background-image:URL(images/djsays.gif);
background-repeat:no-repeat;
background-position: center center;\"><table width=134 height=92 cellpadding=0 cellspacing=0><tr><td align=center valign=center><font face=\"tahoma\" color=\"black\" size=\"1\">". $streamdata["stream"]["genre"]. "</font></td></tr></table></div>";
}

?>

Here is one of the codes :\

This post was edited on 10-13-2006 at 11:21 AM by Eddie.
...there used to be a signature here :)
10-13-2006 09:31 AM
Profile PM Web Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: Help with PHP Needed.
umm are you sure the server even supports PHP?
10-13-2006 11:57 AM
Profile PM Find Quote Report
Eddie
Veteran Member
*****


Posts: 2078
Reputation: 30
32 / Male / Flag
Joined: Oct 2005
Status: Away
O.P. RE: Help with PHP Needed.
Yes, my server website host does support php.

This post was edited on 10-13-2006 at 12:55 PM by Eddie.
...there used to be a signature here :)
10-13-2006 12:55 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On