Gone For A Little Bit...

All the old no-longer-relevant stuff

Moderators: Moderator, Global Moderator

Post Reply
MaGIC
Newbie
Newbie
Posts: 10
Joined: Thu Jun 17, 2004 12:37 am

Gone For A Little Bit...

Post by MaGIC »

Well i think im in da right section, LOL, well newayz, could sumone please write me or find me a code for a Hit Counter code for a web site?
Rainbow
Jr. Member
Jr. Member
Posts: 98
Joined: Fri Jun 11, 2004 4:18 am

Gone For A Little Bit...

Post by Rainbow »

Have a look at Netcode and I think there is one here at FightingForce007
False_Pretense
Newbie
Newbie
Posts: 47
Joined: Thu Jun 17, 2004 12:37 am

Gone For A Little Bit...

Post by False_Pretense »

[color=\"blue\"]here is what is called a flat php page counter. no need got msqul. it works with out it. you will need to make a txt doc and put 1 in it. [/color]

<?
if(file_exists("C:/yourDNS/vst.txt"))
{
&#036;exist_file = fopen("C:/yourDNS/vst.txt", "r");
&#036;new_count = fgets(&#036;exist_file, 255);
&#036;new_count++;
fclose(&#036;exist_file);
// to be invisible counter comment out next line;
readfile ("vst.txt");
&#036;exist_count = fopen("c:/yourDNS/vst.txt", "w");
fputs(&#036;exist_count, &#036;new_count);
fclose(&#036;exist_count);
}
else
{
&#036;new_file = fopen("c:/yourDNS/vst.txt", "w");
fputs(&#036;new_file, "");
fclose(&#036;new_file);
}
?>
Last edited by False_Pretense on Tue Mar 16, 2004 4:14 am, edited 1 time in total.
Image
MaGIC
Newbie
Newbie
Posts: 10
Joined: Thu Jun 17, 2004 12:37 am

Gone For A Little Bit...

Post by MaGIC »

ok thanx&#33;
us3rX
Hero Member
Hero Member
Posts: 1194
Joined: Thu May 06, 2004 6:11 am

Gone For A Little Bit...

Post by us3rX »

Well i dont get much online time anymore so i wont be able to get in the chat room and such but i do still check email every other day or so... but i got some personal stuff to take care of.... also might be a while untill i get back to coming online everyday again... dont know abuot you guys and girls but i hate my step mom,
but whatever, I\'ll talk to you all later,

us3rX <img src=\'http://www.killanet.net/forum3/public/s ... /ph34r.gif\' class=\'bbc_emoticon\' alt=\':ph34r:\' />

P.S. I still pwn jo0 all <img src=\'http://www.killanet.net/forum3/public/s ... iggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />
[align=center]

Image

"Time is never wasted, when your wasted all the time" ~ Radio Dj/Unknown Source

"Death is the inevitable end to the suffering of the living." ~Unknown

"You were born an original. Don't die a copy" ~Murdoc Niccals

[/align]
Tami
Administrator
Administrator
Posts: 10892
Joined: Sun Apr 25, 2004 1:05 pm

Gone For A Little Bit...

Post by Tami »

[color=\"green\"] <img src=\'http://www.killanet.net/forum3/public/s ... #>/cry.gif\' class=\'bbc_emoticon\' alt=\':(\' /> Looks like it\'s enforced time away, huh Jeremy? Well check in when you can, we\'ll still be here when you get things sorted. Maybe keep in touch with Vercz as much as you can regarding Networx so we can continue working on that. Take care of yourself, and we\'ll see you whenever you\'re able. [/color]
Image

[color=\"#41211C\"]It takes years to build up trust and only seconds to destroy it

[/color]
Vercz
Hero Member
Hero Member
Posts: 1915
Joined: Sun May 09, 2004 6:13 am

Gone For A Little Bit...

Post by Vercz »

[color=\"green\"]yup...anytime you can pop in, please do, regarding networx, if you have any suggestions, or ideas, email them to me, and ill see what i can do about them <img src=\'http://www.killanet.net/forum3/public/s ... /smile.gif\' class=\'bbc_emoticon\' alt=\':)\' /> ive found another streamer in Baralai...and he is being educated about it now <img src=\'http://www.killanet.net/forum3/public/s ... /smile.gif\' class=\'bbc_emoticon\' alt=\':)\' /> ...and we\'ll see what else happens, looks like im making the site then <img src=\'http://www.killanet.net/forum3/public/s ... >/blum.gif\' class=\'bbc_emoticon\' alt=\':P\' /> [/color]
Image

Image
Endo
Hero Member
Hero Member
Posts: 1158
Joined: Wed May 05, 2004 9:05 am

Gone For A Little Bit...

Post by Endo »

Hope you get it all sorted out Jermz, we will keep your place in chat filled, Ada\'s a stats freak nowdays and is flooding all she can <img src=\'http://www.killanet.net/forum3/public/s ... >/blum.gif\' class=\'bbc_emoticon\' alt=\':P\' />
[align=center]

Image

[color=\"#333333\"]Last Blog:[/color][color=\"Green\"] SUMMER [/color][color=\"black\"](30/11/06)[/color]

[/align]
Tami
Administrator
Administrator
Posts: 10892
Joined: Sun Apr 25, 2004 1:05 pm

Gone For A Little Bit...

Post by Tami »

<_< [color=\"green\"]I am not[/color]
Image

[color=\"#41211C\"]It takes years to build up trust and only seconds to destroy it

[/color]
us3rX
Hero Member
Hero Member
Posts: 1194
Joined: Thu May 06, 2004 6:11 am

Gone For A Little Bit...

Post by us3rX »

yeah i\'ll check in when i can, vercz if u can email me where we are at, at the moment... ill do what i can <img src=\'http://www.killanet.net/forum3/public/s ... /smile.gif\' class=\'bbc_emoticon\' alt=\':)\' />

us3rX <img src=\'http://www.killanet.net/forum3/public/s ... /ph34r.gif\' class=\'bbc_emoticon\' alt=\':ph34r:\' />
[align=center]

Image

"Time is never wasted, when your wasted all the time" ~ Radio Dj/Unknown Source

"Death is the inevitable end to the suffering of the living." ~Unknown

"You were born an original. Don't die a copy" ~Murdoc Niccals

[/align]
Josh
Hero Member
Hero Member
Posts: 4627
Joined: Fri Jun 04, 2004 2:54 pm

Gone For A Little Bit...

Post by Josh »

<img src=\'http://www.killanet.net/forum3/public/s ... el_not.gif\' class=\'bbc_emoticon\' alt=\'(not)\' /> I won\'t eat all the pizza.. I promise <img src=\'http://www.killanet.net/forum3/public/s ... #>/cry.gif\' class=\'bbc_emoticon\' alt=\':(\' />

Hope to see you pop in and out.. yay! Thats alway fun.. Pop in, Pop out... Pop in, Pop out.. JOY! <img src=\'http://www.killanet.net/forum3/public/s ... iggrin.gif\' class=\'bbc_emoticon\' alt=\':D\' />


~Josh <img src=\'http://www.killanet.net/forum3/public/s ... /pizza.gif\' class=\'bbc_emoticon\' alt=\'(pizza)\' />
[align=center]

Image

“If you stop learning, you stop living.” ~Tami Quiring

“It's the rare man who understands the value of a single perfect rose.”

[/align]
Post Reply

Return to “Archives”