Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 4 1 2 3 4
#151697 05/09/2002 3:44 PM
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Charles said that Hit Hack 1.07e is a danger to the environment, so I updated it to 2.0 on Jul 5. I really think it's faster now. smile

Download: ZIP File or MultiHack File
Demo: http://www.lkworld.com
Requirements: UBB(.classic)™ 6.3, Mod Wordlets .
Number of Downloads: [img]https://ubbdev.com/lk/num.php?s=hit2.zip,hit2.mhp[/img]
Thanks to: cal for JavaScript help, e@sy for Hit Hack 1.07e, Charles for suggesting me to update and qasic for PHP help. smile

Good luck! smile

Sponsored Links
Joined: Mar 2001
Posts: 326
Member
Member
Offline
Joined: Mar 2001
Posts: 326
How does it work with non-UBB PHP Accel based forums? In other words, does it screw up the cache or?

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Before printing, it replaces ?php .... with the hit numbers. Makes reading cache slower, but really a little bit.

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
In the chat mod. there is a similar line of code for the ubb_forum_summary.cgi:

&ServeFromCache("ubb_files/summary/summary.html");

This line is already comment if you do the chathack, but it put's another:

&ServeFromCache("ubb_files/summary/summary.html");
in it, a few further.

My question is if you must paste the new code over the already commented out line....or a few lines beneath where it isn't?

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
Problem in the posting above is solved. But the hits don't count properly. They stay at the last number you visit a thread. If i empty the cache, it counts good...etc.

Sponsored Links
Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
== you didn't solve it correctly wink

It should be: [code][/code]

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
Yep, that was changed already LK. But the hits under the categoryname is updating correct while the hits in the threads stay thesame untill i empty the cache. (???)

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
So you mean it works in forum summary (category), but doesn't work in forum page? Rehack ubb_forum.cgi. Doesn't work in active topics? Rehack ubb_search.cgi. Still doesn't work? Post your AIM/MSN/ICQ

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
I've rehacked ubb_forum.cgi and no result.

AIM: nuclion

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
We fixed it by rehacking ultimatebb.php

Sponsored Links
Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
Yes, great job. You rock LK (a lot) laugh

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
Ow, one question remains. How can i remove the hits counting under the category names?

Joined: Mar 2002
Posts: 9
Junior Member
Junior Member
Offline
Joined: Mar 2002
Posts: 9
Ok someone please help iam very new to this hacking stuff but i want this hack but reviewing it i noticed the file ultimatebb.php i dont have it iam using ultimatebb.cgi and the files iam to look for in the ultimatebb.php are not in the ultimatebb.cgi some please help me with this Thanks.

I guess you should know iam using Ultimate Bulletin Board 6.2.0

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Mike, do you have ICQ, AIM or MSN?

Variables, unhack the public_forum_summary.pl part of after forumdesc or whatever.

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Text/MHK files updated, please everybody rehack ubb_lib.cgi.

Joined: May 2001
Posts: 58
Member
Member
Offline
Joined: May 2001
Posts: 58
If I hit the same post twice, I get:

Fatal error: Call to undefined function: hits() in C:websiteshack.turboford.orgcache-KEG2NBDTubb_filesforum_pageForum1forum1-1000.cgi on line 418

Forum summary fails as does the main page with this message:

Fatal error: Call to undefined function: hits() in C:websiteshack.turboford.orgcache-KEG2NBDTubb_filessummarysummary.html on line 378

Any ideas?

http://hack.turboford.org

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Either you have "hits" instead of "Hits" in public_forum_summary.pl and public_forum_page.pl, or (probably) you didn't hack ultimatebb.php correctly.

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Text/MHK files updated AGAIN, please rehack ubb_get_topic.cgi - it cleared cache after every cgi topic read (that's a lot of extra cpu usage tipsy ), fixed

Joined: Apr 2002
Posts: 11
Junior Member
Junior Member
Offline
Joined: Apr 2002
Posts: 11
Hey - in your ubb_lib.cgi - you are doing

"if ($this_forum[6] eq 'private')" to get the exact path - should that be contains private since they have all those new possibilites in there?

Thanks,
Mark

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
yes, thanks smile

Joined: Apr 2002
Posts: 11
Junior Member
Junior Member
Offline
Joined: Apr 2002
Posts: 11
I know you know it - but this is what I put in there - man did the counters shoot up laugh (For the people out there who dont know wink )

if ($this_forum[6] =~ m/private/)

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Yes, I know that tipsy

Text/MHK files updated, rehack ultimatebb.php and ubb_lib.cgi

Joined: Dec 2001
Posts: 16
Junior Member
Junior Member
Offline
Joined: Dec 2001
Posts: 16
I installed this with no errors with the Multi Hack file. Also updated the ubb.lib file just in case the MHP file wasnt updated. And it works just fine when I clear the cache. But when you return to the forum summary page the numbers for the amount of hits does not show up. Just the "hits" in my case, "views". Was wondering what might be up with this. Thanks in advance. My board can be viewed here: http://snow.prohosting.com/dms78363/cgi-bin/ultimatebb.cgi

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Rehack ubb_forum_summary.cgi and ubb_lib.cgi.

Joined: Mar 2002
Posts: 9
Junior Member
Junior Member
Offline
Joined: Mar 2002
Posts: 9
I have instaleld Hit Hack over UBB 6.3 and it's working but counts the hits very strange, each hit is counted as two and the summary page reveal son strange number. For example if the total hits on one forum is 30 the summary page shows 56.

The forum is here:

http://www.todopocketpc.com/cgi-bin/foro/ultimatebb.cgi

Thank you.

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Seems like you hacked ultimatebb.php twice.

Joined: Dec 2001
Posts: 16
Junior Member
Junior Member
Offline
Joined: Dec 2001
Posts: 16
Code
[/code]Instead of this:  
[code]
I kept that in and replaced the rest of it.

Hope we can figure this out. smile

Thanks.

Joined: Dec 2001
Posts: 26
Junior Member
Junior Member
Offline
Joined: Dec 2001
Posts: 26
just wondering how can I get this to work with Jc Templates.. I am really like new and this is how it looks after going into the JC templates and adding this..

Click here to see the screen shot

thanks in advance

Joined: Dec 2001
Posts: 26
Junior Member
Junior Member
Offline
Joined: Dec 2001
Posts: 26
hi was wondering if anyone would help me with this

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
If nobody helped yet, I don't know how much any bump can help. If you use JCTemplates, you have to know how to do it, otherwise it might be very difficult to install hacks.

Joined: Dec 2001
Posts: 26
Junior Member
Junior Member
Offline
Joined: Dec 2001
Posts: 26
well thanks anyhow.. guess I wil forget this hack then..

Joined: May 2001
Posts: 17
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 17
exercuse me,the "Hit" is counted by every click or by "IP"?

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Every click.

Joined: May 2001
Posts: 47
Member
Member
Offline
Joined: May 2001
Posts: 47
Quick question for ya LK..

After reading the second post in this thread and your reply:

quote:

How does it work with non-UBB PHP Accel based forums? In other words, does it screw up the cache or?

quote:

Before printing, it replaces ?php .... with the hit numbers. Makes reading cache slower, but really a little bit.

I was under the impression that the hack worked if the accelerator was turned off. I had it on for a while but it seemed to actually be slowing my test board down, so I switched it off. Now the hithack doesn't seem to function properly. I've noticed if I go to the board, it will update the hit the first viewing of the thread, but any subsequent viewings doesn't seem to effect the count.

Any ideas?

http://www.lmalla.com/swg/ubbcgi/ultimatebb.cgi

Link to my test board if you want to check it out for yourself.

Joined: May 2001
Posts: 17
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 17
thank you for your answering

i have a question, after i installed this hack,
it can not count correctly,it just count the first time i click, and it will not count anymore after ""1 hit""

How to solve this problem?

can you help me???

thanks a lot

i am come from Hong Kong

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
DG, rehack ubb_get_topic?

ryan, rehack.. hmm.. everything and check permissions.

Joined: May 2001
Posts: 17
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 17
sorry, LK

i don't know how to do this two steps to hack the
cp_prune.cgi

wt is the meaning of ""find : !prune by Date """ and """search again !prune by user!"""????

Can u help me?

####################
#cp_prune.cgi open #
####################

#########################
#find : !prune by Date #
#########################

# delete topic file
&Unlink("$vars_config{NonCGIPath}/$exact_path/$_.cgi");

###################
#BELOW that ADD:: #
###################

&Unlink("$vars_config{NonCGIPath}/$exact_path/$_.hit");

##############################
#search again !prune by user!#
##############################

#if this is the first post, blow away the thread
&Unlink("$vars_config{NonCGIPath}/$exact_path/$thread.cgi") or die "$! deleting $thread!";

###################
#BELOW that ADD:: #
###################

&Unlink("$vars_config{NonCGIPath}/$exact_path/$thread.hit");

Joined: May 2001
Posts: 47
Member
Member
Offline
Joined: May 2001
Posts: 47
quote:
Originally posted by LK:
DG, rehack ubb_get_topic?

ryan, rehack.. hmm.. everything and check permissions.

no effect confused

Joined: May 2001
Posts: 17
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 17
it is urgent

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
ryan, just ignore the notes tipsy

DG, check permissions.

Joined: May 2001
Posts: 17
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 17
still can't......

wt happen.......

upset....

Joined: May 2001
Posts: 47
Member
Member
Offline
Joined: May 2001
Posts: 47
Windows 2000/IIS server, permissions are fine.

Joined: May 2001
Posts: 17
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 17
wt is the permission of ultimatebb.php and the ****.pl?

please help me ~~

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
I think the code for public_daily_topics is returning blank daily topic pages.

Joined: May 2001
Posts: 17
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 17
when i use "Guest" to click the topic

It shows

=================================
""Sorry, we have no one registered with that name. Use your browser's back button to try again.

» Please use your browser's back button to return."""

=================================

How To solve this problem??

i want ""Guest"" also can read the topic

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
ryan, this hack didn't cause it.
Variables, I don't think so tipsy

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
I updated hit hack to 2.0, please EVERYBODY with cache turned on upgrade. It restarts all the hits. To fix it, I added hitsave.cgi. Please read the "NOTE" part in the readme for instructions.

Rehack everything, upload ubb_hits.cgi to cgi-bin.

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Oops, I forgot about a few files, the one who downloaded it - please hack cp_prune, ubb_edit_post and ubb_topic_maint.

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
I've seen a lot of errors but the one i saw after re-installing this hack beats them all. The forumpages were errors from top to bottom. I will try to reproduce this tommorow and make a screenshot, it's amazing.

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Also please try to download again before, you might've gotten an older version. But no version should've caused that many errors. (btw, I know what you mean - 50 errors)

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
I shall install this again on a backup, i guess downgrading en upgrading is more tricky then i thought it would be. wink

Joined: Sep 2001
Posts: 3
Junior Member
Junior Member
Offline
Joined: Sep 2001
Posts: 3
Humm i need the old code of hit1.07e.. i had format hd and now i can't find it anywere...
Can anyone send it to me?

My e-mail: [email protected]

Thanks

Joined: Mar 2001
Posts: 65
Member
Member
Offline
Joined: Mar 2001
Posts: 65
I am using Hit Hack 1.7e - got problems with counting and even my "daily topics" does not work for the "more"-function in there. This hack is the only one which modified sub get_daily in ubb_search.cgi. So I think the mistake is in this hack. But anyway, how do I upgrade to 2.0? Should I unhack 1.7e before, then install the new one and call http://www.url.com/cgi-bin/hitsave.cgi?f=FORUM_NUM? Just want to make sure... Thanks

Joined: Jun 2002
Posts: 62
Member
Member
Offline
Joined: Jun 2002
Posts: 62
If you look at my forum summary , under the "Last Post" heading, the counter appears, but it's not counting. Seems to be working fine everywhere else though.

I used the MultiHack file and this was a clean install (not an upgrade).

Any ideas?

Joined: Sep 2001
Posts: 3
Junior Member
Junior Member
Offline
Joined: Sep 2001
Posts: 3
Ok, Schäfer sent to me the code of 1.07e version laugh

TANKS! laugh

Joined: May 2002
Posts: 17
Junior Member
Junior Member
Offline
Joined: May 2002
Posts: 17
Is it safe for me to install the Hithack 2.0? Seems to be a lot of problems in this thread.

Joined: Jun 2002
Posts: 62
Member
Member
Offline
Joined: Jun 2002
Posts: 62
I think the hack works great. My "problem" is more of a "cosmetic blemish" than anything. wink

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Luka, it's not suggested to install 1.07e at all. It might cause some serious CPU problems. BTW, its URL is www.ubbdev.com/lk/treffer1_07e.txt tipsy

Joined: Jun 2002
Posts: 62
Member
Member
Offline
Joined: Jun 2002
Posts: 62
quote:
Originally posted by ShadowChaser:
If you look at my forum summary , under the "Last Post" heading, the counter appears, but it's not counting. Seems to be working fine everywhere else though.

I used the MultiHack file and this was a clean install (not an upgrade).

Any ideas?

Help? Please?

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Hmm, I have no idea, maybe you used an old version... re-upload ubb_hits.cgi from the zip?

Joined: Feb 2001
Posts: 956
deutscher Member
deutscher Member
Offline
Joined: Feb 2001
Posts: 956
@ShadowChaser

If you switch in the CP to a own colum for the Hit's and not after the last message. Is there the problem too ? Test it,please.

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
I'm sorry e@sy, but I don't have this feature tipsy

Joined: Jun 2002
Posts: 62
Member
Member
Offline
Joined: Jun 2002
Posts: 62
LK -

Tried uploading ubb_hits.cgi again. Didn't seem to make a difference. I think I'll try comparing the MultiHack file changes to the changes outlined in the Text file and see if maybe something didn't take or whatever.

e@sy - I don't have a CP entry for HitHack. Is this an indication that something may have been missed?

Worst case scenario, I'll just uninstall it and try fresh.

Thanks LK.

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Okay, do you have ICQ, AIM, MSN or whatever?

Joined: Mar 2001
Posts: 65
Member
Member
Offline
Joined: Mar 2001
Posts: 65
I was using hithack 1.07e. Unhacked it and installed 2.0. Now my "Todays topic" works correctly again (yipieh). I converted the hits correctly, on the forum-summary are the hits correct, but when I go into a forum I can only see the colum "hits", but they are all empty. There is an "" inside which does display nothing. When I click on a topic it will be counted correctly. But I cant see how many...

Whats missing here?

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
A URL is what's missing here tipsy

Joined: Mar 2001
Posts: 65
Member
Member
Offline
Joined: Mar 2001
Posts: 65
LK helped me about this. Thanks, was my mistake.

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Please everybody re-download the .ZIP or .MHP files and rehack ubb_forum_summary.cgi (found a bug thanks to Kwik)

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
5 centuries ago, Variables said: "I think the code for public_daily_topics is returning blank daily topic pages" laugh

Anyway the re-hack is no success so far. I'll try again.

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Variables, v2.0 doesn't touch these files. Please use clean ubb_search.cgi and public_daily_topics.pl.

Joined: Dec 2000
Posts: 371
Member
Member
Offline
Joined: Dec 2000
Posts: 371
After removing the old hits i installed it again and this time i saw a javascript error. Altough i've removed the old hits...they're still visible??

Strange! I've reinstalled it and the javascript error is gone. I see the old hits though.

Joined: Jun 2002
Posts: 4
Junior Member
Junior Member
Offline
Joined: Jun 2002
Posts: 4
question..

i do not have a vars_wordlets_mod.cgi, yet i do have ubb classic 6.3.1 beta 1

the hit counter is working, however, the columns are out of whack.

check it out here .

Please help LK. I tried looking for someone who has the same problem, but none such yet. ALSO, aside from column misalignment, the word 'hits' is no where to be found in any of the areas reporting the hits.

thanks for the help.

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Hey quest smile

Check this forum for the mod wordlets modification. It's used in quite a few mods, so it would be a good idea to install it. smile

Also, 6.3.1 final is coming out in the next few days, it might not be good to spend a lotta time adding mods to the beta smile


- Allen wavey
- What Drives You?
Joined: Sep 2001
Posts: 3
Junior Member
Junior Member
Offline
Joined: Sep 2001
Posts: 3
quote:
Originally posted by LK:
Luka, it's not suggested to install 1.07e at all. It might cause some serious CPU problems. BTW, its URL is www.ubbdev.com/lk/treffer1_07e.txt tipsy

I needed it for UnHack ^^

Joined: May 2002
Posts: 17
Junior Member
Junior Member
Offline
Joined: May 2002
Posts: 17
I have installed HitHack on my UBB 6.3.1 forum without any installation problems. And it works - to 98%

The only problem I have is that some (not all!) discussions show "0 hits" on the forum summary - but when I click on the forum it shows that the discussion actually has 20+ hits.

Hmm. How do I fix this?

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Martin, start by giving your board's URL tipsy

Joined: Apr 2002
Posts: 111
PF Offline
Member
Member
Offline
Joined: Apr 2002
Posts: 111
Just a quick question.

How does it store the hits?
Just wondering whether it'd be relatively easy to convert the hits from the 6.0x version to this one, or start them from scratch. smile

Of course I dont have 6.3.x yet, so can't check as easily smile

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
If you used hit hack 1.7e, just use the hitsave.cgi file.

It's stored in hits.cgi file of each forum directory, as a hash.

Joined: Apr 2002
Posts: 111
PF Offline
Member
Member
Offline
Joined: Apr 2002
Posts: 111
this is the one I used
From a quick look at the hitsave.cgi code, it looks like it will convert them. smile

Will have to give it a shot when we can get 6.3.x

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
It's exactly the same, just use hitsave.cgi smile

Joined: May 2002
Posts: 17
Junior Member
Junior Member
Offline
Joined: May 2002
Posts: 17
My HitHack works now - I think it was a cache problem after installing. But, one question:

does the HitHack generate a lot more Perl .CGI requests? I have a problem with too much traffic on my server (1GHz P3 768MB RAM) and I need to streamline my forum as much as possible.

Joined: May 2002
Posts: 17
Junior Member
Junior Member
Offline
Joined: May 2002
Posts: 17
Sometimes the ubbhits.cgi "freezes" the loading of a page for a couple of seconds - why?

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
1) 1 more .cgi file per forum summary/page visit, but it's not as massive as ultimatebb.cgi.

2) never happened here confused

Joined: Mar 2001
Posts: 326
Member
Member
Offline
Joined: Mar 2001
Posts: 326
Is this working for v6.3.1?

Also it seems to cause more of this annoying 'Execution' errors that UBB6.3.1 spits out on its v6.3.x series now.

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
I have NO idea what you're talking about. tipsy

Joined: Mar 2001
Posts: 326
Member
Member
Offline
Joined: Mar 2001
Posts: 326
If a forum summary page takes too long to load then it now spits out an execution error, I believe the time period can be set somewhere although I haven't found it and UBB seems to default to 30 seconds. UBBDev's been throwing it up a bit today as well.. just a little.. very variable. Obviously Hit-Hack adds to the loading of long summaries = more common problem, not your scripts fault.

That aside and does this Hit Hack support v6.3.1, or don't you have any idea what that is? =)

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Obviously not, since 2.0 uses ubb_hits.cgi.

Edit: and yeah, it works on 6.3.1 tipsy

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Files updated - important bugfix. Overwrite ubb_hits.cgi.

Joined: Mar 2001
Posts: 326
Member
Member
Offline
Joined: Mar 2001
Posts: 326
Bug (using updated v2): Double Counting

Firstly after having installed it and timing the before and after loading time of forum and topic summaries I did find that it added about 1 second to the topic loading times. Nothing big, but when a summary loads in 1 second, 2 full seconds is twice as slow =).

Anyway, I've found on my beta board (with only me testing) that if you enter a topic and then click back to the topic summary it counts in multiples of two and now 1? Thus 1 visit = 2 and 2 visits to the topic = 4.

Try for yourself:
http://www.ispreview.co.uk/ubb/ultimatebb.php?ubb=forum;f=1

Also, doesn't this affect cache since its more dynamic and therfore must update more often? I removed it from the forum summary pages since there was no need, so if you note that then it's not a bug, just my own preference.

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
1: double counting - if you access PHP page but the cache is cleared, it counts once for PHP and once for CGI - twice. I guess I'll fix that by writing the last number (or IP) to view the topic soon.

2: cache/time - it uses a different file (ubb_hits.cgi), so it can't slow it down unless you count the time until the other file is loaded, which is from
Joined: Mar 2001
Posts: 326
Member
Member
Offline
Joined: Mar 2001
Posts: 326
Oh I see what you mean, however please note that IE6 (as with others before it), which is the most used browser, loads HTML tables in bulk and thus unlike Opera I don't see the table and then the hits - it all loads together unless the site is really slow or showing a lot of topics, hence the delay.

Joined: Mar 2002
Posts: 7
GMe Offline
Junior Member
Junior Member
Offline
Joined: Mar 2002
Posts: 7
Opera don't shows the hits? Why?

Joined: Mar 2002
Posts: 7
GMe Offline
Junior Member
Junior Member
Offline
Joined: Mar 2002
Posts: 7
.. and also Netscape 4.5 frown

Joined: Oct 2000
Posts: 40
Member
Member
Offline
Joined: Oct 2000
Posts: 40
This is another hack that does not work with the Blam Templates. would someone please edit the templates so they do work? Thank you.


Newbie From Hell
Joined: Sep 2001
Posts: 93
Member
Member
Offline
Joined: Sep 2001
Posts: 93
the hits.cgi gots not chmoded to me right and the php-accelerator complains that he cant access the hits.cgi file cause of no permission ..... ? any ideas ?

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Ask your server admin...

Joined: Sep 2001
Posts: 93
Member
Member
Offline
Joined: Sep 2001
Posts: 93
it's my server tipsy

Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
LK help please. Just installed new copy of board:
board

and installed your hit hack. I don't see the hits appearing anywhere - what the heck have I done wrong, followed everything to the letter, twice!

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
http://www.scotiwis.pwp.blueyonder.co.uk/cgi-bin/ubb_hits.cgi
It gives me 404... Are you sure you uploaded ubb_hits.cgi to cgi-bin?

Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
doh! that was the reason thanks.
2 other problems now:
When I go into cp and modification wordlet list I don't get anything appearing - only says "Page:" with nothing else underneath it.
Also the forum summary hits that appear after each description of the forum summary seem to be counting double what the actual topic hits are counting - I don't actually need the hits on the forum summary page, just within each forum is fine - can I remove them from main summary page?

thanks

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
1. Make sure vars_wordlets_mods.cgi is fine, rehack ultimatebb.cgi/cp.cgi/cp_wordlets.cgi from Mod Wordlets instructions. If it still deosn't work, post your vars_wordlets_mods.cgi content here.

2. Just undo public_forum_summary.pl smile

Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
rehacked and I still get this as content for vars_wordlets_mods:

%vars_wordlets_mods = (
q!mod_wordlets! => q!Modification Wordlets!,
);

1;

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
vars_wordlets_mods.cgi should also have the following after %vars_wordlets_mods = (
Code
count_on_click => "Hits",
count_on_click_lowercase => "hits",

Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
ok now I have the "hits" and "Hits" showing on the board but:

1. the cp modification wordlets still shows a blank page with just "page" on it

2. when I view a post the forum summary total increases by 1, then when I view it again the forum summary increases by 2, then 1, then 2.
The forum pages incriment by 1 and are fine

?

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
1. Rehack cp.cgi and cp_wordlets.cgi from mod wordlet instructions AGAIN wink

2. No idea, but you're going to remove it from forum summary anyhow, right? wink

Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
ignore pm I just sent you, I was going to remove it but I actually quite like it now - any ideas?
I'll redo 1. again!!

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Your PHP Accelerator is acting strangly (PNTF's fault), that's why tipsy

The next hit2 version should fix it.

Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
ok thanks - when's that due out?

another question, I want to add into this new board same hacks I had of yours from previous board - memberlist and jIRC chat mod.

1. Is it ok to add these now and then migrate all members and posts from my old board, ie is there anything in the migration process that screws up these hacks ? - alternative would be to import members and posts then redo hacks but would rather do hacks first if not a problem.

2. the jIRC chat mod, can I atually move this to another board, seem to remember you take license out for one url only, if not can I use the mod and link into the chat on my existing board?

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
0. dunno

1. Yes, I think it's fne.
2. I don't take licenses, jPilot does. tipsy The URL depends on the domain, so if both your boards are held on the same domain it's fine.

Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
they're not both on the same domain - so can I use your mod but somehow keep the actual chat board where it is and just link to it from your link on the forum summary page ?

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Yes, that's fine. I don't even get a share out of the money they make wink

Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
LK - how the hell do I migrate my members and posts from old board to new, can't seem to find info on this anywhere ?
Do I just copy old members folder and each forum and upload it into new board ?

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Yes. smile

Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
ok I just took all member profile cgi's and loaded them into new board, seems to be ok except when you select a user avator for them it doesn't show up - this a conflict between versions ?

Joined: Nov 2001
Posts: 70
Member
Member
Offline
Joined: Nov 2001
Posts: 70
actually scrub that, just needed refreshed!

Joined: Aug 2002
Posts: 2
Junior Member
Junior Member
Offline
Joined: Aug 2002
Posts: 2
getting this error:
CGIPath/ubb_forum_summary.cgi: syntax error at CGIPath/ubb_forum_summary.cgi line 204, near ") {"
syntax error at CGIPath/ubb_forum_summary.cgi line 245, near "} else"

Joined: Nov 2001
Posts: 170
Member
Member
Offline
Joined: Nov 2001
Posts: 170
LK
Can you store the hits an separate file for example for topic # 007144 it will store the hits in hits0071.cgi
The reason for this is that I have forms the have 7000 topic it will cause a big delay in my board

Joined: Jan 2002
Posts: 27
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 27
Could someone instant message me on AIM. on how i could change, < Hits > what everyone sees the column called in the forum to < Views > so people basically know they are getting their posts viewed...just to make it easier for some people with less terminology ..

Thanks.

AIM : DUMB OR DEAF

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Just change it in the wordlets smile


- Allen wavey
- What Drives You?
Joined: Jan 2002
Posts: 27
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 27
Thanks Allen, Worked Fine!

Also 1 more thing. on Ultimatebb.cgi The Main forum page Like you have your catagories.

like

Fun < catagory >

then you have your sub cats inside of that

like

skiing
basketball
etc.etc.

well in the subcatagories

if you get what im saying ....theres a
LAST POST Columb

it will say posted by MR. LARUE
on 8/10/2002 10:43 PM (2 HITS)

how do i get rid of the (2 HITS) from the main page. I want it to show HITS in the forum column but not on the main page like that. I think it looks ugly. And when the board grows much bigger ...The number would be big..and look bad ....

Well If you can help me i appreciate it.

Thanks Allen.

Joined: Jan 2002
Posts: 27
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 27
And possibly from the main catagories as well on the ultimatebb.cgi page.

Looks cluttered underneath the forum description....or is there an option to turn these on and off?

If there is a way to add an option via control panel that would be a great addition.

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
LaRue, undo the steps from public_forum_summary.pl smile

Joined: Jan 2002
Posts: 27
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 27
Thanks LK wink this is great. heh

I love the Hits/Views Column

just didnt like the rest lol...

if i could only fix the age old problem of getting around my web hosts server that it redirects everthing too before posts are logged.

So all my IP's at the site turn up the same. Cant log them. Oh well.

Thanks. for the help Allen, LK

LK Something seems wrong with your board...I got an error when trying to view the MAIN ubb page.. Some PL wasnt found..you might have fixed it i will look.

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
LaRue, is it fine now? smile

Joined: Jan 2002
Posts: 27
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 27
Yep. you got it! ...Your board was doing it for a few hours last night..you must have fixed it or musta been updating or something...I forgot to copy the error. So im not sure what it was..It just said

something_alk_alja.pl cannot be found
when you went to your main forum page. ...

Joined: Mar 2001
Posts: 65
Member
Member
Offline
Joined: Mar 2001
Posts: 65
From time to time I get this (kind of) error:

Quote
quote:

NonCGIPath/Forum1/hits.cgi: Illegal octal digit '9' at NonCGIPath/Forum1/hits.cgi line 4170, at end of line
(Might be a runaway multi-line !! string starting on line 4169)
syntax error at NonCGIPath/Forum1/hits.cgi line 4170, near "q!002932"

This is how hit.cgi looks like around line 4169
quote:
[qb]
q!002931! => q!4!,
q!006139! => q!268,
q!002932! => q!5!,
q!002933! => q!2!,
[/qb]
Of course, there is a ! missing. How comes? hits.cgi is about 100kb and this is the category where I got the most hits. To many for the file? My server is not at a high load. It is around 0.4 ...

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
In the future I'll probably split the hits.cgi file by thousands (hits1.cgi = 000001 -> 001000, for example), for now you should just fix it and add the ! back in wink

Joined: Mar 2001
Posts: 65
Member
Member
Offline
Joined: Mar 2001
Posts: 65
Yup, thats what I have done... Just wanted to know (but it could be better hits00.cgi = 000001 -> 000999 laugh ))

Joined: Oct 2000
Posts: 743
Moderator / Code Fixer
Moderator / Code Fixer
Offline
Joined: Oct 2000
Posts: 743
I had a look at this hack, although it referrs to making changes to ultimatebb.php, if Im not using the PHP accelerator do I just skip that step all together ?

Thanks!


I can't afford a good signature editor frown
Joined: Mar 2002
Posts: 451
Spotlight Runner-Up
Spotlight Runner-Up
Offline
Joined: Mar 2002
Posts: 451
Quote
quote:
Originally posted by BassTeQ:
I had a look at this hack, although it referrs to making changes to ultimatebb.php, if Im not using the PHP accelerator do I just skip that step all together ?

Thanks!
No, you still have to do that section.. wink

Joined: Mar 2001
Posts: 7,394
LK
Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Ultimatebb.php is only used for UBB Accelerator, so you can skip it but if you ever enable the UBBAccel, you have to hack it in...

Joined: Mar 2002
Posts: 451
Spotlight Runner-Up
Spotlight Runner-Up
Offline
Joined: Mar 2002
Posts: 451
Quote
quote:
Originally posted by LK:
Ultimatebb.php is only used for UBB Accelerator, so you can skip it but if you ever enable the UBBAccel, you have to hack it in...
The hack didn't work correctly for me without hacking that file, and I have the UBBAccel OFF..

Joined: Oct 2000
Posts: 743
Moderator / Code Fixer
Moderator / Code Fixer
Offline
Joined: Oct 2000
Posts: 743
Oblivion Knight, But if you dont use the Accelerator then you dont have a Ultimatebb.php file, and that code doesn't exist in ultimatebb.cgi.

[b]LK[b], you have it working on your board dont you ? Not using the accelerator ? Did you have to make any other mods to the hack or did you just do as required in the hack instructions ?

Thanks


I can't afford a good signature editor frown
Joined: Dec 2002
Posts: 1
Junior Member
Junior Member
Offline
Joined: Dec 2002
Posts: 1
i've installed hit hack 2.0 on ubb 6.3.2.

it works fine apart from it counts two hits for every one hit.

http://www.cybershackonline.com/cgi-bin/ultimatebb.cgi

please help

Joined: Nov 2002
Posts: 188
Member
Member
Offline
Joined: Nov 2002
Posts: 188
I installed it yesterday, and aside from creating all sorts of bizarre things, it setteled in and functions perfectly now... It took 3-4 hours before it functioned properly though, no matter how many times I cleared the cache.

Strange, but perfectly functional for the time being!

Joined: May 2001
Posts: 684
Code Monkey
Code Monkey
Offline
Joined: May 2001
Posts: 684
Hi LK,

the Hit-Hack 2.0 did not work with UBB Classic 6.4.0 Public Beta 1

I found every code until:

* Open ubb_lib.cgi *
********************

Find: (~2135)
=====

} elsif($func eq "Forum") {

Add below:
==========

$colspans++;

Can you help me please...

thanks
d-talk


Webmaster of d-talk & Kabel-Forum.com
Joined: May 2001
Posts: 20
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 20
Is this hack also working with the .cgi version 6.1.0.3 ?

Joined: Apr 2002
Posts: 57
Member
Member
Offline
Joined: Apr 2002
Posts: 57
I hacked...it shows on my site...no errors as far as I can tell, but Views (Hits) column is empty

No zeros...nothing.

Anything wrong with what I did?

www.djsourceonline.com

Joined: Apr 2002
Posts: 57
Member
Member
Offline
Joined: Apr 2002
Posts: 57
Still empty...argh!

It must be something minor I did...

Joined: Apr 2002
Posts: 57
Member
Member
Offline
Joined: Apr 2002
Posts: 57
I've got it...and better yet...

I am starting to GET IT!

You guys are great!

Joined: Jan 2002
Posts: 20
Junior Member
Junior Member
Offline
Joined: Jan 2002
Posts: 20
Hi...

I've got a problem... I've installed the Hit Hack 2.0 no problem but the Counter on forum does not work... on the server the hits.cgi count the hits but they will be not shown in the forum... I've installes the following hacks... Stats; Memberlist; ICQ AIM; Calendar; Advanced UBB-Code; Hidden Private Forum.... and he count 1 hit as 2 ... thanx for your help... in less...

Greetings
Baby Death cool ...

this is a cool Graemlin rockband

Joined: Apr 2002
Posts: 57
Member
Member
Offline
Joined: Apr 2002
Posts: 57
Make sure you properly chmod the files necessary for the counter to show

Joined: Sep 2001
Posts: 672
Member
Member
Offline
Joined: Sep 2001
Posts: 672
Im having the same problem as someone posted above. For every click I get 2 hits, instead of 1. wtf?

Joined: Sep 2001
Posts: 672
Member
Member
Offline
Joined: Sep 2001
Posts: 672
sux, cuz noones really gotten these view hacks to ever work. I dont think I've ever seen them work properly on a UBB board. Tobad this isnt a feature out of the box

Joined: Oct 2000
Posts: 117
Member
Member
Offline
Joined: Oct 2000
Posts: 117


Duke

"Life is tough, it's tougher if you're stupid."
Joined: Sep 2001
Posts: 672
Member
Member
Offline
Joined: Sep 2001
Posts: 672
i kinda of got part of it to work, except in the forums, under the hits category, theres "nothing" its blank.

Joined: Sep 2001
Posts: 672
Member
Member
Offline
Joined: Sep 2001
Posts: 672
ok i got it to work. But, most of my topics have 0 views. Doesnt the hack somehow already count how many views the topics have? Cuz some have 3-4 views and some have 0? When in fact, they shouldnt.

In addition, when u click on a topic the first time, it counts it as two. Then everything goes back to 1 hit. ??

Joined: Sep 2001
Posts: 672
Member
Member
Offline
Joined: Sep 2001
Posts: 672
LK?

Joined: May 2001
Posts: 55
Member
Member
Offline
Joined: May 2001
Posts: 55
Every so often all the threads in a forum completely reset to zero. And then another forum a few weeks later and so on. Anyone have any clues?
At least where are the 'views' stored so I can back them up and restore as needed until I find this bug?

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Are you using this version or the newer one? Which version is your forum?


- Allen wavey
- What Drives You?
Joined: May 2001
Posts: 55
Member
Member
Offline
Joined: May 2001
Posts: 55
hmm, how would i check the version? my forum is 6.3.1.1 and i have virtually every hack installed without any conflicts. and again just last night 4 out of 12 categories had there hits reset to zero.

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
oh, I meant were you using the version for 6.3 or 6.7, I think significant changes were made for issues like that.


- Allen wavey
- What Drives You?
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
hmmmm.. try using the ubb_hits.cgi file from the 6.7 topic and see how that works for you, it's written in a mostly strict fashion and may be a bit more stable for you.


- Allen wavey
- What Drives You?
Joined: Sep 2001
Posts: 672
Member
Member
Offline
Joined: Sep 2001
Posts: 672
autostream: 6.3 hit hack doesnt work on our 6.3.1 forums. You need to use I believe the 6.5 hit hack. I've tried countless times using the 6.3 hack along time ago with no success.

Use 6.5 and it should work fine. Like mine tipsy

Joined: May 2001
Posts: 55
Member
Member
Offline
Joined: May 2001
Posts: 55
I just tried putting the 6.7 ubb_hits.cgi file and the 6.4 version and the 'hits' numbers disappeared completely. So i assume just moving one file wont work.
I'm not sure which version I am using because that file doesnt tell you. But all is working properly except for the random reset to zero. I have forums up to 20000 hits so it works perfectly sometimes for a very long time. I guess I am the only one to experience this problem?

Though I know my board is def 6.3.1.1 so does anyone know if I should take the time to install the full 6.4 or 6.7 version?
thanks

Joined: Jan 2003
Posts: 3,456
Likes: 2
Master Hacker
Master Hacker
Offline
Joined: Jan 2003
Posts: 3,456
Likes: 2
the random resetting might have something to do with filelocking.

There's nothing you can really do

Joined: Oct 2002
Posts: 394
Enthusiast
Enthusiast
Offline
Joined: Oct 2002
Posts: 394
autostream,

this is what I have installed and working on a 6.3.1.1. TEXT FILE

watch my notes at the bottom of the text file.
you can see it here: LINK


good luck

Joined: May 2001
Posts: 55
Member
Member
Offline
Joined: May 2001
Posts: 55
hey felix, i think i have the same hit hack you do. but my problem isnt that its not working. it is in fact working brilliantly. except every few weeks or so, 1 or more forums will have their 'views' go from say, 10000 to 0. and start all over again...

Joined: Oct 2002
Posts: 394
Enthusiast
Enthusiast
Offline
Joined: Oct 2002
Posts: 394
sorry..cant help you on that. I never got to that many hits, it will take me a while...a long while...
smile

Page 1 of 4 1 2 3 4

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services