Previous Thread
Next Thread
Print Thread
Rate Thread
#38136 09/24/2000 11:22 AM
Joined: Mar 2000
Posts: 162
Member
Member
Offline
Joined: Mar 2000
Posts: 162
Hello EveryOne !!!
-I've done the second release of Non-SSI Hits Counter for UBB. The changes are :

1. Support for minimum security private forums.

2. Support for Multipages thread hack ( By Jaxel )

3. Support for IIS ( By AllenAyres )

4. And .. The Counter is displayed on the thread's page without SSI.

- You've to update threads since the last feature adds a search & replace point in thread's HTML code .

Download : http://www.ubbhackers.com/hacks.cgi?action=cat&id=1

Enjoy !!

------------------
Bond .. James Bond

Sponsored Links
#38137 09/24/2000 1:03 PM
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
When i click on the Hits Counter link at ubbhackers, it takes me to the upload folder, and the zip isnt their...

------------------
UBBDEV Moderator
Read my BIO , Updated Every Month!

#38138 09/24/2000 2:15 PM
Joined: Mar 2000
Posts: 162
Member
Member
Offline
Joined: Mar 2000
Posts: 162
Updated URL :
http://www.web4info.org/~site/hitscounter20.zip

------------------
Bond .. James Bond

#38139 09/27/2000 2:15 AM
Joined: Sep 2000
Posts: 34
Member
Member
Offline
Joined: Sep 2000
Posts: 34
Is this a quick upgrade from version 1.1, i.e. can I just replace ubbcount.cgi & be done or do I need to re-install the mods in all the affected base files again?

Thanx

a.


------------------
Able Muse

#38140 09/27/2000 5:51 AM
Joined: Mar 2000
Posts: 162
Member
Member
Offline
Joined: Mar 2000
Posts: 162
Ok, if you've installed this before , then you need to change the multipages thread code in forumdisplay.cgi and the Thread's Link , ubb_library2.pl code , and reupload the new ubbcount.cgi file.

------------------
Bond .. James Bond

Sponsored Links
#38141 09/27/2000 4:54 PM
Joined: Mar 2000
Posts: 344
Member
Member
Offline
Joined: Mar 2000
Posts: 344
Installed and working. [Linked Image]

Nice job, JB007!

------------------
Visit Alien Soup Forums
http://www.aliensoup.com/cgi-bin/forums/Ultimate.cgi


Administrator / WTF.com / IWantMy80s.com
http://www.wtf.com
http://www.iwantmy80s.com
#38142 09/27/2000 5:03 PM
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
There's still a problem with multipages.

The page number links from the forumdisplay will give you an empty page only on multipaged threads posted to on the current day. Previous days multipaged threads not posted to today are unaffected by this bug.

Also, the counter doesnt work on the top border for multipage threads either, again, only for threads posted to on the current day.

Fixes anyone?

This message has been edited by NBAustin on September 27, 2000 at 09:54 PM

#38143 09/27/2000 7:40 PM
Joined: Aug 2000
Posts: 1,290
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,290
Why does it have to work thru forum display? This is not always accurate. If they come in thru a book mark etc, the counter isn't tripped. Also what if they are sent the url thru email, (send a friend) then it won't count either.. Does your new update cover this?

------------------
Cyber-Poetry.com

UBB Layout Designer/Installer/Affiliate


This message has been edited by C_P on September 27, 2000 at 07:56 PM


- Custom Web Development
http://www.JCSWebDev.com
#38144 09/27/2000 7:57 PM
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
I can't for the life of me find the offending code that affects the multipage links in forumdisplay giving empty pages and the top border counts in the pages not working.

It only affects multipage threads posted to TODAY!

It's driving me nuts!!!!

This message has been edited by NBAustin on September 27, 2000 at 09:51 PM

#38145 09/27/2000 8:00 PM
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
JB007...

This fix DOES NOT work....
code:
--------------------------------------------------------------------------------

In ubbcount.cgi look for:
$countfile = qq($ForumsPath/$expath1/ubbcount.file);
$tpath = qq($ForumsPath/$expath1/$expath2/HTML/$tn$pn.html);

replace it with:

$countfile = qq($ForumsPath/$expath1/ubbcount.file);
$tpath = qq($ForumsPath/$expath1/HTML/$tn$pn.html);

--------------------------------------------------------------------------------

Sponsored Links
#38146 09/27/2000 8:14 PM
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
OK...
I've found that the multipage links on a current day thread are NOT pulling the Forum #.

I got this via "properties" when right clicking on of the multipage links....

ubbcount.cgi?expath1=&expath2=&topic=000487&type=&number=2&page=4

expath1 is NOT returning a value for the forum number. But why is this affecting only multipage threads that have posted to today only, and not older threads not posted to today?

Arrrrrgh!

This message has been edited by NBAustin on September 27, 2000 at 09:53 PM

#38147 09/28/2000 1:05 AM
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Works real well with multipage links on raiderpower.com, thanks JB.

------------------
Allen

- http://www.stand318.com


- Allen wavey
- What Drives You?
#38148 09/28/2000 6:17 AM
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
OK, got a partial fix from JB007 at ubbhackers.com that fixed the multipage link bug.

But one bug remains.

Now, all that needs fixing is the counter on the top border of the multiple pages. They all get stuck at 1 or stay blank, and never increase.

Any thoughts on how to fix that?

Thanks in advance!

This message has been edited by NBAustin on September 28, 2000 at 06:37 AM

#38149 09/28/2000 10:26 AM
Joined: Mar 2000
Posts: 162
Member
Member
Offline
Joined: Mar 2000
Posts: 162
The fix is to redownload the new zip file from the same location and do the last 2 steps in ubb_library2.pl .

Best Regards

------------------
Bond .. James Bond

#38150 09/28/2000 11:51 AM
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
JB007,

Some of the non multipage threads are also not counting up on the top border.

#38151 10/02/2000 3:02 PM
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
JB007,

Have you worked out the conflict this hack has with the move/redirect hack yet?

#38152 10/24/2000 10:12 PM
Joined: Oct 2000
Posts: 4
Junior Member
Junior Member
Offline
Joined: Oct 2000
Posts: 4
has anyone else had a problem with this? Whenever a topic on my board generates a new page, the counter gets reset. I tried to look over the code, but honestly, I'm really not that good with this stuff. If someone could offer some suggestions, I would really appreciate it.

the board is at http://neofantasy.rpghosts.com/cgi-bin/Ultimate.cgi

#38153 11/04/2000 3:27 AM
Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
How I add the views/hits to private forums ?

------------------
I Disappear ?
http://www.Metallifukinca.com

#38154 11/06/2000 5:20 PM
Joined: Jul 2000
Posts: 80
Member
Member
Offline
Joined: Jul 2000
Posts: 80
Well, since the multipage hack is now included in 5.47a, can anyone get this to work as a clean setup? I wanted to reinstall it, but since it constantly resets itself, it was basically a useless hack..


/me looks for Allen to jump in and save the day [Linked Image]

------------------
http://www.3dfiles.com
http://board.3dfiles.com

#38155 11/07/2000 2:30 PM
Joined: Jul 2000
Posts: 80
Member
Member
Offline
Joined: Jul 2000
Posts: 80
That and without the Writing Possibility. I havent seen so many confused people in my life after putting that up. My whole board turned into "What is writing possibility" questions.

------------------
http://www.3dfiles.com
http://board.3dfiles.com

#38156 11/07/2000 4:51 PM
Joined: Mar 2000
Posts: 143
Member
Member
Offline
Joined: Mar 2000
Posts: 143
I really like this hack! It just made some wierd things happen to my "Pages: 1 2 3" thing and it also somehow got rid of my "Latest reply by:" thing. The code was still there, it just couldn't come up. If anybody would be willing to give me a hint as to why that would happen, I'd really appreciate it. I really like this hack! [Linked Image] Leave me a private message if ya can. [Linked Image]

------------------
Sal Collaziano www.80sxchange.com and



This message has been edited by Sal Collaziano on November 07, 2000 at 03:55 PM



------------ Replace it with :





Hope it help, gonna take some time.


------------------
http://www.3dfiles.com
http://board.3dfiles.com
#38157 11/08/2000 6:43 PM
Joined: Jul 2000
Posts: 80
Member
Member
Offline
Joined: Jul 2000
Posts: 80
Found it. Theres a few spots where you cut out some of the last post by. Im still fixing mine, so all I can tell you is to compare the 2 hacks for what you wiped out. For example, the following text is from the last post hack, you erased it and need to repeat this step.

Now look down maybe 15 lines or so for this code:
$TheDate $FormatTime

Right below it, add the following:

By: $lastAuthName $lastName


BUT in the hits hack, you replaced that line:


$TheDate $FormatTime

$TheDate $FormatTime

$final_hits

$writtingp %
#38158 11/08/2000 6:58 PM
Joined: Jul 2000
Posts: 80
Member
Member
Offline
Joined: Jul 2000
Posts: 80
And once more ASSUMING you used profile linking, otherwise, your on your own...


From last post by hack:

In the subroutine TopicGutsHTML
Look for this code:
$ThisURL = qq($NonCGIURL/$ExactPath/HTML/$threadinfo[1].html);

Below it add the following:
$lastAuthName = qq( );
$lastName = $threadinfo[8];
$lastName =~ tr/+/ /;


Do that again, you wiped that out too. Life should be grand now.



------------------
http://www.3dfiles.com
http://board.3dfiles.com

#38159 11/09/2000 8:05 PM
Joined: Mar 2000
Posts: 143
Member
Member
Offline
Joined: Mar 2000
Posts: 143
Oh wow.. I figured this out today but you figured it out for me yesterday. duh on me! Thank you for looking into it. I do appreciate it! [Linked Image]

------------------
Sal Collaziano
www.80sxchange.com and


#38160 11/11/2000 7:52 AM
Joined: Aug 2000
Posts: 299
Member
Member
Offline
Joined: Aug 2000
Posts: 299
I have already installed! [Linked Image]

------------------
Your Free Certification Resource
I.T Discussion Board
UBB TopSites 100

#38161 11/11/2000 10:18 AM
Joined: Oct 2000
Posts: 31
Member
Member
Offline
Joined: Oct 2000
Posts: 31
Well unfortunitly this still does not count the hits coming from "LATEST POST SSI" from my homepage. I am averaging over 300 hits per topic in my faststats logs but the hits in the thread it self shows only a fraction of the REAL hits.

Anyone have a work around yet?

BB

------------------
The MyDivX ;-) Forums
http://www.mydivx.com/cgi-bin/Ultimate.cgi


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
Nettomo
Nettomo
Germany, Bremen
Posts: 417
Joined: November 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
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)