php forum
php mysql forum
php mysql smarty
 
Page 6 of 6 < 1 2 3 4 5 6
Topic Options
#198546 - 12/09/04 12:15 PM Re: [6.4] [beta] Hit Hack
paws Offline
Junior Member

Registered: 04/22/03
Posts: 7
Loc: Montreal
The one from the first page of this post. hit64.zip version 2.0

Top
#198547 - 12/09/04 12:39 PM Re: [6.4] [beta] Hit Hack
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
What's your board's URL?
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#198548 - 12/09/04 12:52 PM Re: [6.4] [beta] Hit Hack
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
_________________________
Code monkey like Fritos

Top
#198549 - 03/05/05 10:37 PM Re: [6.4] [beta] Hit Hack
Felix 10 Offline
Enthusiast

Registered: 10/10/02
Posts: 394
Loc: Toronto
Allen, Ian

I have the same problem, it doesn't show any hits

http://romanianational.com/ubb/ultimatebb.php/ubb/forum/f/7

I hacked everything like 4 times, same thing.

in in ubb_forum I have:

Code:
 $ThisHTML .= &topic_row;
	
	}
	$ThisHTML .= &page_bottom;  # some HTML 
which I modified to:

Code:
 $ThisHTML .= &topic_row;
	$topicnums .= "$one|";

	}
	$ThisHTML .= &page_bottom($topicnums);  # some HTML 
and still doesnt work. also the color of the background of the last colums is ..something wrong with it. I looked at PraiseCafee and LKworld to see the difference, they look cool.

Can you tell me what is wrong?

Thank you,
Felix

Top
#198550 - 03/05/05 11:32 PM Re: [6.4] [beta] Hit Hack
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
did you CHMOD ubb_hits.cgi to 755?
_________________________
Code monkey like Fritos

Top
#198551 - 03/06/05 01:43 PM Re: [6.4] [beta] Hit Hack
Felix 10 Offline
Enthusiast

Registered: 10/10/02
Posts: 394
Loc: Toronto
Yes I did. Actually I even tried 777, same thing frown

Top
#198552 - 03/06/05 02:37 PM Re: [6.4] [beta] Hit Hack
Felix 10 Offline
Enthusiast

Registered: 10/10/02
Posts: 394
Loc: Toronto
Something strange....today, the hits showed, without doing absolutelly anything! ?? last night didn't work, this morning didn't work. All of a sudden today, the page took longer to load and when it did it showed the Hits. crazy...

Ian, do you know what should I do about that last column? the background color I mean.

Thank you,

Felix

Top
#198553 - 03/06/05 04:11 PM Re: [6.4] [beta] Hit Hack
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
see if you have something like

Code:
my $cols = ($vars_display{LastPostColOpt} eq "OFF" ? 5 : 6);
in your ubb_forum.cgi. if so, increase each number by 1
_________________________
Code monkey like Fritos

Top
#198554 - 03/06/05 06:57 PM Re: [6.4] [beta] Hit Hack
Felix 10 Offline
Enthusiast

Registered: 10/10/02
Posts: 394
Loc: Toronto
It was actually in in "public_pntf_summary.pl"

Quote:
quote:
<td bgcolor="$vars_style{AltColumnColor2}" colspan="5" align="left"
I chaneged to number 6 to accomodate the new column. Love that stuff!

Thanks Ian,
Felix

Top
#198555 - 03/06/05 07:10 PM Re: [6.4] [beta] Hit Hack
Felix 10 Offline
Enthusiast

Registered: 10/10/02
Posts: 394
Loc: Toronto
Sorry Ian, I must have been editing the post while you were reading it.

I appreciate the you promptitude, you are always on the ball smile

Felix

Top
#198556 - 03/06/05 07:25 PM Re: [6.4] [beta] Hit Hack
Felix 10 Offline
Enthusiast

Registered: 10/10/02
Posts: 394
Loc: Toronto
just in case somebody else needs it.

you have to add "($topicnums);" to the original script:

Code:
		$ThisHTML .= &topic_row;
	$topicnums .= "$one|";
	}
	$ThisHTML .= &page_bottom;   # some HTML
so it will look like this:

Code:
	$ThisHTML .= &topic_row;
	$topicnums .= "$one|";

	}
	$ThisHTML .= &page_bottom($topicnums);  # some HTML
Felix

Top
#198557 - 03/17/06 03:23 AM Re: [6.4] [beta] Hit Hack
_Cash Offline
User

Registered: 11/05/03
Posts: 35
When I turn on the Accelerator I get this error:

"Accelerator Error:
I can't seem to open the existing hits file (

/home/cash/public_html/ubb/ubb/Forum12/hits.cgi
)
Check that its parent directory exists. Perhaps the path is incorrect?"

Path is correct, the hits.cgi are set at 777 and ultimatebb.php permission is at 646.
Any ideas? this error is also mentioned on page 2 of this thread, but I could not see a solution.

Top
#198558 - 03/19/06 01:54 PM Re: [6.4] [beta] Hit Hack
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
Cash, first of all be sure that the path is exact, with "/ubb/ubb". If it is correct, try to change ultimatebb.php's permission to 777, 755, 644, etc.
_________________________

My Hacks Page (will be back with UBB 7!)
UBBDev - We put the class into UBB.classic!

Top
#198559 - 03/24/06 03:50 PM Re: [6.4] [beta] Hit Hack
_Cash Offline
User

Registered: 11/05/03
Posts: 35
Yep, looks like it worked. I changed ultimate.php s permission to 644 ( don't know why it was on 646) and that solved it wink

Top
Page 6 of 6 < 1 2 3 4 5 6


Moderator:  Charles, Gizmo 
Who's Online
0 registered (), 28 Guests and 8 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Ubb - Buy It!
best forum software
Latest Posts
I want to create a Self Search mod [Question]
by lightningrod
03/10/10 09:04 PM
If I create a new script, can I just upload it?
by lightningrod
03/10/10 05:35 PM
Notepad Creates Errors when working with PHP
by lightningrod
03/10/10 05:01 PM
Question on Adding a New Script ?
by lightningrod
03/10/10 06:39 AM
Disable Watch List option
by Mike_Tabat
03/09/10 01:27 PM
[7.x] [Pre-7.3] [Final] pJIRC Addon v0.5
by Gizmo
02/27/10 05:07 PM
How to Be a Great Host
by pinku
02/19/10 02:47 AM
New Mods
Disable Watch List option
by Mike_Tabat
02/18/10 09:14 AM
[7.x] Generic Page Outside of forum directory
by
01/14/07 10:58 PM
[7.x] [Pre-7.3] [Final] pJIRC Addon v0.5
by
07/30/06 10:42 PM
Newest Members
joshuasm02, Chosen, Vick, Bartman, Infinity Master
13496 Registered Users
Top Posters
AllenAyres 25554
JoshPet 11330
Rick 8373
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438
(Views)Popular Topics
Known public proxy servers 1028046
Finished-[6.5.2] Games Arcade Deluxe v1.9 327222
Integrated Index Page (IIP) 5.3.1 279924
Integrated Index Page (IIP) 5.1.1 279403
TLD Bv2.1 Released - Threads Links Directory 270427
[6.0x] Who's Online 4.0.0 [Finished] 230365
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 217518
[6.3.x] [beta] Hit Hack 2.0 179339
FlashChat & UBB.threads 161010
[7.x] Gizmo's Embedding BBCode (Pre UBB.T7.3) 154650
Forum Stats
13496 Members
59 Forums
37114 Topics
290378 Posts

Max Online: 686 @ 06/28/07 07:04 AM
Featured Member
Registered: 01/24/08
Posts: 10

 

 

 
fusionbb message board php hacks