View Full Version : My Site/forum


Pages : [1] 2

xBlitzerx
10-14-2003, 07:39 PM
Hey!! I'm trying to get the Frontpage counter to work...not working though!! lol

Also can you edit the php (i think thats what it is) so its like my old forums? Where after you post, it brings you back the forum you were on??

Thanks!!

Btw, hows work? I remember you saying you started a new job?? Maybe not....

Spitfire
10-14-2003, 11:25 PM
I'll try and sort those things out when i get home from work tonight. Yup i started a new job on the 8th of September and i'm about to apply for a new job in the Citi with an internet company in about 10mins lol.

I want to get out of this country town into the big smoke.. :rolleyes: Plus my girlfriend and I want to move in together. :D

xBlitzerx
10-15-2003, 12:54 AM
Sounds good! What would you be doing at the internet company exactly??

xBlitzerx
10-15-2003, 02:53 PM
That sounds like it would be fun.

Good luck on getting it!

xBlitzerx
10-16-2003, 09:18 PM
I'm getting some SQL errors on my forum....And ideas???

Edit, 2:36am on Thurday, Oct 16(really 17):
Nooo maybe your not gonna check tonight!!
Actually maybe you haven't been on in a couple of days because my counter still doesn't wanna work, as well as the post thing I mentioned earlier. You must be busy!!!! :D

Spitfire
10-17-2003, 11:25 AM
Yus i been busy :P
I took a quick look at the forums but IBP isnt as easy to edit as vBulletin.. so i'm still workin on that. Fixed your forums. just choose the repair option under MYSQL Toolbox in the admin CP if you get any more errors.

xBlitzerx
10-17-2003, 07:53 PM
Alright, thanks alot.

xBlitzerx
10-20-2003, 02:02 AM
Still awaiting my other 2 requests. :P :P :P

--->Counter
--->After reply, goes back to forum.

Spitfire
10-20-2003, 06:37 AM
Is it possible for you to save all your files as .php? if not at the very least .shtml
it means i can get a good counter with statistics going.

Invisionboard... is drivin me nuts.. look in post.php in the sources folder :P

xBlitzerx
10-21-2003, 03:26 AM
Can Frontpage so SHTML?

If I just rename them that will they still work?? Or will I have to change other things?

Spitfire
10-21-2003, 07:58 AM
Can u just change the extention that frontpage saves it as from .htm to .php ? thatz all u needa do.. no other changes.. it just means that the server processes them as php and any php includes / commands i add in there for a counter will work.

xBlitzerx
10-22-2003, 06:48 PM
Oh, but the HTML will still render the same??

Spitfire
10-23-2003, 06:14 AM
yup. everything is exactly the same. except for its .php instead of .html.. its the only difference.. and that it can proccess php as well as the html.

xBlitzerx
10-23-2003, 06:29 PM
Ok I'm doing it today, only to the main page, since thats the only one I want a counter on.

Today is Thursday Oct 23, So you should be able to fix it when you get home from work.

Also I look myself for the forum thing, how do bring you back to the forum, but I can't figure it out.

Do you, or anyone know of where to learn php and sql??

xBlitzerx
10-25-2003, 07:15 AM
OPPS!!!

Sorry but I was writing some JavaScript code to display different banners, and I overwite your count code!!!!

So could you redo it please??
But be sure to download the page first, so you don't overwrite my new page!!!!

Thanks,
Dave

Spitfire
10-25-2003, 07:20 AM
just put

<?php
include ("counter.php");
?>

where [hit counter] is.. in the html view. Might need to do that in notepad as FrontPage seems to screw around with that ^^ when u instert it.

xBlitzerx
10-25-2003, 07:42 AM
Ok I will attempt it

xBlitzerx
10-25-2003, 07:44 AM
All good!

Now, is there a way to edit it??
Like reset it and stuff?

Spitfire
10-25-2003, 07:52 AM
spitfirecounterlog.txt in your root folder is where it saves the hits.. I couldnt be bothered makin one that uses a database :innocent:

xBlitzerx
10-25-2003, 07:54 AM
Alrighty then, thanks again!