What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » General Chit Chat » Is my tutorial understandable?

Pages: (4): « First « 1 [ 2 ] 3 4 » Last »
Is my tutorial understandable?
Author: Message:
Plik
Veteran Member
*****

Avatar

Posts: 1489
Reputation: 46
34 / Male / –
Joined: Jun 2004
RE: Is my tutorial understandable?
http://hobbes.subhost.com.ar/
03-20-2005 05:12 PM
Profile PM Find Quote Report
M73A
Veteran Member
*****

Avatar


Posts: 3213
Reputation: 37
34 / Male / Flag
Joined: Jul 2004
RE: Is my tutorial understandable?
can you give an example of a good FREE;) php host

[Image: lost7ru.gif]
03-20-2005 05:12 PM
Profile E-Mail PM Find Quote Report
user27089
Disabled Account


Posts: 6321
Joined: Nov 2003
Status: Away
RE: Is my tutorial understandable?
Hobbes, I don't want to take credit for the php script, it was made by Madman and edited a little bit by fluffy lobster (because of a security issue).
03-20-2005 05:17 PM
Profile PM Find Quote Report
Plik
Veteran Member
*****

Avatar

Posts: 1489
Reputation: 46
34 / Male / –
Joined: Jun 2004
RE: Is my tutorial understandable?
quote:
Originally posted by traxor
Hobbes, I don't want to take credit for the php script, it was made by Madman and edited a little bit by fluffy lobster (because of a security issue).

Thanks, i wasnt going to mention it but... :)

oh and ive updated the script so it lets the browser cache the images. Meaning less loading times.
code:
<?php
$dir = "imgs"; //The folder where all the images are kept
$dh = opendir($dir);
$files = array();
while (false !== ($filename = readdir($dh))) {
$files[] = $filename;
}
sort($files);
array_splice($files, 0, 2);
$filesnum = count($files);
srand( (double) microtime()*1000000 );
$randnum = rand(0, $filesnum - 1);
header("Location: " . $dir . "/" . $files[$randnum]); //redirects the browser to a random file, allowing it to cache
?>
03-20-2005 05:25 PM
Profile PM Find Quote Report
user27089
Disabled Account


Posts: 6321
Joined: Nov 2003
Status: Away
RE: Is my tutorial understandable?
Thanks for the new code, I've edited mine now...

I didn't want to take credit for somebody elses work now did I dude ;).
03-20-2005 05:27 PM
Profile PM Find Quote Report
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
O.P. RE: Is my tutorial understandable?
Madman i prefer the other one that traxor game me. I will put your name though cuz u did make it :)

This post was edited on 03-20-2005 at 05:39 PM by .Roy.
03-20-2005 05:34 PM
Profile PM Web Find Quote Report
M73A
Veteran Member
*****

Avatar


Posts: 3213
Reputation: 37
34 / Male / Flag
Joined: Jul 2004
RE: Is my tutorial understandable?
what php host do you use traxor?

[Image: lost7ru.gif]
03-20-2005 05:42 PM
Profile E-Mail PM Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
RE: Is my tutorial understandable?
quote:
Originally posted by may73alliance
what php host do you use traxor?
He uses his own host. He has bought 2 hosting spaces afaik. 1 is for his site http://www.skarz.co.uk while the other is for http://www.mpsupport.net/ and these sites r obviously called Skarz and Messenger Plus! (MP) Support ;)

quote:
Originally posted by may73alliance
can you give an example of a good FREE php host
I stated a free host with php in an earlier post didnt i ^o)
Here it is again .... http://www.100webspace.com
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
03-20-2005 05:47 PM
Profile E-Mail PM Web Find Quote Report
.Roy
Veteran Member
*****

Avatar

Posts: 1526
Reputation: 11
20 / Male / –
Joined: Aug 2004
O.P. RE: Is my tutorial understandable?
quote:
Originally posted by John Anderton
quote:
Originally posted by may73alliance
what php host do you use traxor?
He uses his own host. He has bought 2 hosting spaces afaik. 1 is for his site http://www.skarz.co.uk while the other is for http://www.mpsupport.net/ and these sites r obviously called Skarz and Messenger Plus! (MP) Support ;)

quote:
Originally posted by may73alliance
can you give an example of a good FREE php host
I stated a free host with php in an earlier post didnt i ^o)
Here it is again .... http://www.100webspace.com
Yes i put that for example. I am looking for another one! anyone know.
P.S updated site. How does it look. Better?
03-20-2005 05:55 PM
Profile PM Web Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
Joined: Nov 2004
Status: Away
RE: Is my tutorial understandable?
Hobbes u need to add a header for the page .... i used the link to ur site directly not via the .tk but by the link madman gave (found out by looking at the status bar ... thats what i do)
The page header still sayz untitled document .... change that.
quote:
P.S : This site is currently under construction.
And if you wish to help me email me @ Hobbes@Hobbes.tk
Remove that to avoid confusion and that looks a bit bad imo .... just say 'at' ;)
U need to correct the link to the site i told u. It currently sayz
code:
http://www.hobbes.subhost.com.ar/www.100webspace.com
I see that all ur links are screwed up :S Even the php download one :S
The php download one shows
code:
http://www.hobbes.subhost.com.ar/www.hobbes.subhost.com.ar/download.php?file=avatar.php

So u need to correct these things ..... these werent there last time i checked.
[

KarunAB.com
]

[img]http://gamercards.exophase.com/459422.png[
/img]
03-20-2005 06:01 PM
Profile E-Mail PM Web Find Quote Report
Pages: (4): « First « 1 [ 2 ] 3 4 » Last »
« 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