|
|
|
Joined: Jan 2000
Posts: 313
Member
|
Member
Joined: Jan 2000
Posts: 313 |
Allen - Really haven't done anything, just have a shared plan from Hosting4less.com. Never a problem, board always run smooth, despite its size. Perhaps I'm just lucky...lol...I doubt it.
I do have some code that will make this work with the accelerator, but until I am comfortable everyone has the non-accelerator version running without problems, I am not going to release the accelerator code. Once the bugs have been fixed, then I will. It does already work with Who's Online, not the PHP version though.
So who is still having problems, I see freeTV has been helping out with some troubleshooting. Who still can't get it working right?
[ 12-04-2001 03:18 PM: Message edited by: Slurpee ]
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
Sounds cool Slurpee 
|
|
|
|
Joined: Oct 2001
Posts: 20
Junior Member
|
Junior Member
Joined: Oct 2001
Posts: 20 |
freeTV - i've re-hacked ubb_forum.cgi several times - it still adds the view count onto the wrong topic! i have e-mailed you the file, would u mind taking a look please? tia, james 
|
|
|
|
Joined: Feb 2001
Posts: 125
Member
|
Member
Joined: Feb 2001
Posts: 125 |
Thanks FreeTV for your help. Problem solved 
|
|
|
|
Joined: Oct 2001
Posts: 20
Junior Member
|
Junior Member
Joined: Oct 2001
Posts: 20 |
I still have the problem: it's showing the view count in the wrong forum - eg, if you view the 3rd forum its adding the count to the 4th! pls pls help ty, james
|
|
|
|
Joined: Oct 2001
Posts: 20
Junior Member
|
Junior Member
Joined: Oct 2001
Posts: 20 |
thankyou so much freeTV - i got it working just perfect. 
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
question, is there a bug on line #176 of the instructions with this?:
# delete the counter file unlink("$vars_config{NonCGIPath}/$exact_path/v_counters/$in{t}.counter.pl");f
Is that f supposed to be on the end of that line?
|
|
|
|
Joined: Oct 2001
Posts: 20
Junior Member
|
Junior Member
Joined: Oct 2001
Posts: 20 |
hmm im not sute either - all i know is it works whether or not its present as the ); cancels it out anyway 
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
Yeah, it seems to work well with the f there 
|
|
|
|
Joined: May 2001
Posts: 794
Content Queen
|
Content Queen
Joined: May 2001
Posts: 794 |
How close is this hack to working with the accelerator?
Before I did my upgrade, I had a hit hack, and I'd really love to have one again when I open up the board again.
I was working on the "hit hack" when I encountered a problem with code, and FreeTV pointed me in this direction.
Sue adwoff.com
|
|
|
|
Joined: Dec 2001
Posts: 51
Member
|
Member
Joined: Dec 2001
Posts: 51 |
got this working with no problem. . though i don't like the default style of it; it spaces out threads too much, but that's all matter of preference and it actually inspired me to figure out how to edit public_forum_page.pl and give "views" its' own column! woohoo!
thanks
|
|
|
|
Joined: Dec 2001
Posts: 4
Junior Member
|
Junior Member
Joined: Dec 2001
Posts: 4 |
quote: Originally posted by actfact: ...and give "views" its' own column! woohoo! thanks
Can you post the column mod?
Thanks,
-Todd
|
|
|
|
Joined: Dec 2001
Posts: 4
Junior Member
|
Junior Member
Joined: Dec 2001
Posts: 4 |
UBB v6.1.0.3 Good job, Slurpee! This mod works great! Here's a couple problems I found with the installation procedures. 1. The wordlets mod included with the views package appears to be incomplete. I installed the wordlets mod included with the Who's Online? Beta 2 This one installed flawlessly using ultimatebb_mod_wordlets_install.cgi. 2. The Who's online conflict instructions were incomplete. There were two "print" statements that needed to be commented out in UBB_FORUM.CGI to prevent cached items from being displayed multiple times. The following 'prints' should be commented out if you have Who's Online installed. sub get_forum { ... # get from cache, if it exists... ... # comment out this print print; ... # comment out this print print "$ThisHTML"; } Finally, I implemented a column "Views" format. To see the "views" mod in action: http://www.poetsofzwan.com/cgi-bin/ubb/ultimatebb.cgi
|
|
|
|
Joined: Dec 2000
Posts: 371
Member
|
Member
Joined: Dec 2000
Posts: 371 |
??? I get this: views:: It doesn't count the views. [ 12-13-2001 02:08 PM: Message edited by: Variables ]
|
|
|
|
Joined: Mar 2001
Posts: 117
Member
|
Member
Joined: Mar 2001
Posts: 117 |
So, can anyone please rearrange all the stuff and move it to the next beta release?
|
|
|
|
Joined: Mar 2001
Posts: 117
Member
|
Member
Joined: Mar 2001
Posts: 117 |
woohoo! done with the column view myself too!
thx a lot!
[ 12-15-2001 08:22 PM: Message edited by: q_ware ]
|
|
|
|
Joined: Dec 2001
Posts: 4
Junior Member
|
Junior Member
Joined: Dec 2001
Posts: 4 |
Nevermind I solved the problem...continue the good work.
Thanks DOC
[ 12-27-2001 08:47 PM: Message edited by: ::DOC:: ]
|
|
|
|
Joined: Dec 2001
Posts: 4
Junior Member
|
Junior Member
Joined: Dec 2001
Posts: 4 |
for those of you that want the views in a different section/column use this code for the PUBLIC_FORUM_PAGE.PL Template instead. Find (Note your may defer if you have Last Reply hacked in) [/code]
Insert After ( Note that where you put this will be the place where a new column will appear I placed it after replies and before last post)
</pre></div></div><br><br><br>Your next step will be to place the data where its suppose to be:<br><br><span style="font-weight: bold">Find</span> ( Note this may be different)<br><div class="ubbcode-block"><div class="ubbcode-header">Code</div><div class="ubbcode-body ubbcode-pre" ><pre> Insert After ( This must correspond to where you place the column in the step above this) [code] You are done..upload the template and if you have to clear you cache. DOC [ 12-27-2001 10:16 PM: Message edited by: ::DOC:: ]
|
|
|
|
Joined: Jun 2001
Posts: 1
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 1 |
|
|
|
|
Joined: Jul 2001
Posts: 808
Coder
|
Coder
Joined: Jul 2001
Posts: 808 |
Yes, the Hack works, but I have a question:
I use UBBNews 2.0 hack to. I must switch off the cache to bring the scripts to work´or the news will be stucked old and notrefreshed. I use UBB 6.05 and the news hack a long time and it works with cache. Now I update to 6.1.0.3 and put in several other updated hacks. This view coutner is the ony real new one for me. Anyone who use both hacks without problems ?
|
|
|
|
Joined: Jan 2002
Posts: 9
Junior Member
|
Junior Member
Joined: Jan 2002
Posts: 9 |
Does caching need to be turned off for the views counter to be accurate?
Thanks Ron
|
|
|
|
Joined: Jan 2002
Posts: 9
Junior Member
|
Junior Member
Joined: Jan 2002
Posts: 9 |
I answered my own question 
|
|
|
|
Joined: Nov 2001
Posts: 70
Member
|
Member
Joined: Nov 2001
Posts: 70 |
slurpee does this work with 6.2.1 and phpAccel ? If not where would I get a hit hack that does ? thanks
|
|
|
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.
|
|
Posts: 254
Joined: January 2000
|
|
Forums63
Topics37,575
Posts293,931
Members13,824
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|
|
|