Minor question

Locked
Peenyuh
Posts: 3783
Joined: Thu Jan 03, 2008 3:46 am

Minor question

Post by Peenyuh »

What do this mean? :dork:

PHP Warning: fopen(./ip.txt): failed to open stream: Permission denied in E:\web\martianbuddy\counter.class.php on line 50 PHP Warning: flock(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 51 PHP Warning: fwrite(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 63 PHP Warning: flock(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 64 PHP Warning: fclose(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 65 PHP Warning: fopen(./total_visits.txt): failed to open stream: Permission denied in E:\web\martianbuddy\counter.class.php on line 90 PHP Warning: flock(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 91 PHP Warning: fgets(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 92 PHP Warning: rewind(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 94 PHP Warning: fwrite(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 95 PHP Warning: flock(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 96 PHP Warning: fclose(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 97 PHP Warning: fopen(./daily.txt): failed to open stream: Permission denied in E:\web\martianbuddy\counter.class.php on line 105 PHP Warning: flock(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 106 PHP Warning: fgets(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 107 PHP Warning: fgets(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 108 PHP Warning: rewind(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 114 PHP Warning: fwrite(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 115 PHP Warning: fwrite(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 116 PHP Warning: flock(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 117 PHP Warning: fclose(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 118
[color=#00FF00][b]"How do you keep the natives off the booze long enough to pass the test?" Asked of a Scottish driving instructor in 1995.[/b][/color]
+JuggerNaut+
Posts: 22175
Joined: Sun Oct 14, 2001 7:00 am

Re: Minor question

Post by +JuggerNaut+ »

i'd say the stream resource isn't valid.
Peenyuh
Posts: 3783
Joined: Thu Jan 03, 2008 3:46 am

Re: Minor question

Post by Peenyuh »

:olo: Oh yeah... that makes sense. :olo:
[color=#00FF00][b]"How do you keep the natives off the booze long enough to pass the test?" Asked of a Scottish driving instructor in 1995.[/b][/color]
User avatar
Captain
Posts: 20410
Joined: Thu Jan 05, 2006 2:50 am

Re: Minor question

Post by Captain »

http://www.martianbuddy.com/

*suppressing urge to say fuck off in T&T*
obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: Minor question

Post by obsidian »

It means DooM demons have infested the server and are subjugating it to the whims of Satan himself so that he can download and eat your soul.
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
RLucky82
Posts: 149
Joined: Sat Dec 07, 2002 8:00 am

Re: Minor question

Post by RLucky82 »

CONGRATULATIONS, YOU WON!!
DTS
Posts: 2879
Joined: Thu Jul 13, 2000 7:00 am

Re: Minor question

Post by DTS »

It means you crossed the streams.

Image
Peenyuh
Posts: 3783
Joined: Thu Jan 03, 2008 3:46 am

Re: Minor question

Post by Peenyuh »

Yes MasDuh, that's where I got it. :dork: I just wanted to know what it was all about. What's 'spose to be there.

Also, this thread has actual humor in it. :up: :olo:
[color=#00FF00][b]"How do you keep the natives off the booze long enough to pass the test?" Asked of a Scottish driving instructor in 1995.[/b][/color]
axbaby
Posts: 3424
Joined: Wed Dec 22, 1999 8:00 am

Re: Minor question

Post by axbaby »

this is the page source for http://www.martianbuddy.com/
<html>
<title>Martian Buddy!</title>
<body bgcolor="#FF9900" marginwidth="0" marginheight="0" topmargin="0" leftmargin="0">
<table width=100% height=100% border=0 cellpadding=0 cellspacing=0>
<tr>
<td align=center valign=middle>

<table width=640 height=480 border=0 cellpadding=0 cellspacing=0>
<tr><td><img src="mb.gif" width=640 height=480></td></tr>
</table>

</td>
</tr>
</table>

<center>

<font face="Verdana, Arial, Helvetica, sans-serif" size="1">
Sat, 1 May 2010<br>
Total unique visits: <br>
<b>Unique visitors today: <font color="#CC0066">
1</font></b>
</font>
</td>

</center>
</body>
</html>PHP Warning: fopen(./ip.txt): failed to open stream: Permission denied in E:\web\martianbuddy\counter.class.php on line 50
PHP Warning: flock(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 51
PHP Warning: fwrite(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 63
PHP Warning: flock(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 64
PHP Warning: fclose(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 65
PHP Warning: fopen(./total_visits.txt): failed to open stream: Permission denied in E:\web\martianbuddy\counter.class.php on line 90
PHP Warning: flock(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 91
PHP Warning: fgets(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 92
PHP Warning: rewind(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 94
PHP Warning: fwrite(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 95
PHP Warning: flock(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 96
PHP Warning: fclose(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 97
PHP Warning: fopen(./daily.txt): failed to open stream: Permission denied in E:\web\martianbuddy\counter.class.php on line 105
PHP Warning: flock(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 106
PHP Warning: fgets(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 107
PHP Warning: fgets(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 108
PHP Warning: rewind(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 114
PHP Warning: fwrite(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 115
PHP Warning: fwrite(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 116
PHP Warning: flock(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 117
PHP Warning: fclose(): supplied argument is not a valid stream resource in E:\web\martianbuddy\counter.class.php on line 118
[color=#FF0000][WYD][/color]
DTS
Posts: 2879
Joined: Thu Jul 13, 2000 7:00 am

Re: Minor question

Post by DTS »

Going by axbaby's post, the HTML page appears to be generated by a PHP script and the error is in the PHP script rather than the HTML page that it generates.
Hence, the error is written at the end of the HTML page.

It looks like it's trying to use a page views counter or two and they are not working for some reason, or not accessable.
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Re: Minor question

Post by MKJ »

fucking genius analysis there dts
DTS
Posts: 2879
Joined: Thu Jul 13, 2000 7:00 am

Re: Minor question

Post by DTS »

MKJ wrote:fucking genius analysis there dts
It may be news to a nerdshit like you, but not everyone is familiar with reading through HTML code.
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Re: Minor question

Post by MKJ »

i thought the problem was in the php code :confused:
Tormentius
Posts: 4108
Joined: Sat Dec 14, 2002 8:00 am

Re: Minor question

Post by Tormentius »

MKJ wrote:i thought the problem was in the php code :confused:
It was.
Silicone_Milk
Posts: 2237
Joined: Sat Mar 12, 2005 10:49 pm

Re: Minor question

Post by Silicone_Milk »

DTS wrote:
MKJ wrote:fucking genius analysis there dts
It may be news to a nerdshit like you, but not everyone is familiar with reading through HTML code.
Anybody familiar with the English language would understand that it's an error in the PHP...
User avatar
MKJ
Posts: 32582
Joined: Fri Nov 24, 2000 8:00 am

Re: Minor question

Post by MKJ »

@Torm I know, I'm being pedantic.

@Silicone_Milk exactly my point. he didnt give a solution, he simply reworded the question.

"hey why is this door open?"
"well because its not closed"
^misantropia^
Posts: 4022
Joined: Sat Mar 12, 2005 6:24 pm

Re: Minor question

Post by ^misantropia^ »

Our protagonist is drifting in a balloon and lost in fog. He sees a tall building looming up. On top of it is a neatly dressed man.

"Hey," our protagonist yells, "could you tell me where I am?"

The neatly dressed man answers: "You are in a balloon. Is there anything else I can help you with?"

Our protagonist thanks the man because he now knows where he is. The impeccable and polite answer that nevertheless reveals nothing tells our protagonist that he is at Microsoft Customer Services and therefore in Redmond, WA.
+JuggerNaut+
Posts: 22175
Joined: Sun Oct 14, 2001 7:00 am

Re: Minor question

Post by +JuggerNaut+ »

:olo:
Peenyuh
Posts: 3783
Joined: Thu Jan 03, 2008 3:46 am

Re: Minor question

Post by Peenyuh »

:olo: Oddly... I am starting to understand.
[color=#00FF00][b]"How do you keep the natives off the booze long enough to pass the test?" Asked of a Scottish driving instructor in 1995.[/b][/color]
Locked