php forum
php mysql forum
php mysql smarty
 
Page 5 of 6 < 1 2 3 4 5 6 >
Topic Options
#198526 - 11/27/03 05:23 AM Re: [6.4] [beta] Hit Hack
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 686
Can somebody have a look at my ftp files? I have rehacked it several times... frown
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#198527 - 11/27/03 11:11 AM Re: [6.4] [beta] Hit Hack
Charles Offline
Veteran

Registered: 10/22/00
Posts: 2637
Loc: London, UK
Quote:
quote:
Originally posted by d-talk:
Can somebody have a look at my ftp files? I have rehacked it several times... frown
it seems you are missing the hits files just add them manually
_________________________
Do you believe in love at first sight,
or should I walk by again?

Top
#198528 - 11/27/03 11:13 AM Re: [6.4] [beta] Hit Hack
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 686
Hi charles, a blank hit.cgi does also not work... can you have a look at my files... / sorry I know you have no time, but a forum wihtout hits is not possible for me...
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#198529 - 11/27/03 11:39 AM Re: [6.4] [beta] Hit Hack
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
create a hit.cgi with the following in it...

Code:
%hits = (
    q!forum! => q!>>THE NUMBER OF THE FORUM<<!,
  );


1;
where if you were making this Forum1/hits.cgi, the number of the forum is 1.

try that
_________________________
Code monkey like Fritos

Top
#198530 - 11/27/03 01:03 PM Re: [6.4] [beta] Hit Hack
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
after FTPing to d-talks test board, I fixed his problem. for anyone else who experiences the File doesn't exist error, do this...

In ubb_forum.cgi
Code:
FIND:
	&RequireVars("$vars_config{NonCGIPath}/$exact_path/hits.cgi");

REPLACE WITH:
if (&FileExists("$vars_config{NonCGIPath}/$exact_path/hits.cgi")) {
	&RequireVars("$vars_config{NonCGIPath}/$exact_path/hits.cgi");
}
For those of whom don't get an error, but the numbers still won't show...


Code:
$ThisHTML .= &topic_row;
$topicnums .= "$one|";
}
$ThisHTML .= &page_bottom($had_stickies, $had_polls, $had_hots, $had_moves, $had_locks, $topicnums);
# $ThisHTML .= $Footer;
that's what lines ~ 548 - ~552 should look like it was an error in the install txt
_________________________
Code monkey like Fritos

Top
#198531 - 11/30/03 11:31 PM Re: [6.4] [beta] Hit Hack
Autocrosser Offline
Junior Member

Registered: 11/12/01
Posts: 27
Loc: St. Louis | Car: 350Z
Thanks Weird Al, I got it working with your code.
_________________________
http://www.solo2.org/

Top
#198532 - 12/01/03 10:27 PM Re: [6.4] [beta] Hit Hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25554
Loc: Texas
text file updated with all published fixes smile

http://www.ubbdev.com/ubb/upload/00000494/hit66.txt
_________________________
- Allen wavey
- What Drives You?

Top
#198533 - 01/02/04 07:05 AM Re: [6.4] [beta] Hit Hack
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 686
Hi Lk,

can you post the modifications for 6.7, you haa changed my files at my testboard...
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#198534 - 01/02/04 01:03 PM Re: [6.4] [beta] Hit Hack
LK Offline
Admin / Code Breaker

Registered: 03/24/01
Posts: 7396
The only changes were in ultimatebb.php, where you hacked incorrectly, and ubb_hits.cgi...
_________________________

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

Top
#198535 - 01/02/04 01:29 PM Re: [6.4] [beta] Hit Hack
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 686
Thank you LK!!! thumbsup
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#198536 - 02/04/04 06:40 PM Re: [6.4] [beta] Hit Hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25554
Loc: Texas
What changes were needed for ubb_hits.cgi?

I'm not seeing any errors, but I'm not seeing the hits either smile

http://www.praisecafe.org/thelink/cgi/ultimatebb.cgi?ubb=forum;f=3
_________________________
- Allen wavey
- What Drives You?

Top
#198537 - 02/04/04 08:44 PM Re: [6.4] [beta] Hit Hack
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
allen, you might need to add the use vars (40 lines of variables); line like in the shoutbox
_________________________
Code monkey like Fritos

Top
#198538 - 02/04/04 10:40 PM Re: [6.4] [beta] Hit Hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25554
Loc: Texas
that's fixed it. smile Thanks.

When I turn on the php accelerator I get a runtime error... something with the javascript in ubb_hits.cgi is buggin - are there updated instructions maybe? smile
_________________________
- Allen wavey
- What Drives You?

Top
#198539 - 02/04/04 10:46 PM Re: [6.4] [beta] Hit Hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25554
Loc: Texas
hmmmm.. ok, seems to be worked out now smile Maybe I should post the new files. I'll get it if LK doesn't have time in the next couple of days smile
_________________________
- Allen wavey
- What Drives You?

Top
#198540 - 02/04/04 10:49 PM Re: [6.4] [beta] Hit Hack
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
Quote:
quote:
<h1>Software error:</h1>
<code>Undefined subroutine &main::InitImportantStuff called at ubb_hits.cgi line 66.
</code>



For help, please send mail to the webmaster (<a href="mailto:webmaster@praisecafe.org">webmaster@praisecafe.org</a>), giving this error message
and the time and date of the error.
Allen, that's the error being returned, can you make heads or tails of it?
_________________________
Code monkey like Fritos

Top
#198541 - 02/04/04 11:33 PM Re: [6.4] [beta] Hit Hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25554
Loc: Texas
where are you seeing that?

I got it, but it cleared up once I moved the initimportantstuff line below the require ubb_lib.cgi line smile
_________________________
- Allen wavey
- What Drives You?

Top
#198542 - 02/05/04 07:46 AM Re: [6.4] [beta] Hit Hack
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
Mozilla Firebird gives the most amazing js errors, none of that "something went wrong" errors IE gives you
_________________________
Code monkey like Fritos

Top
#198543 - 02/05/04 10:12 AM Re: [6.4] [beta] Hit Hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25554
Loc: Texas
yeah, this ms script debugger is pretty good too smile
_________________________
- Allen wavey
- What Drives You?

Top
#198544 - 12/07/04 11:32 AM Re: [6.4] [beta] Hit Hack
paws Offline
Junior Member

Registered: 04/22/03
Posts: 7
Loc: Montreal
Having the same prob that Ellen and Hanjo had. Using 6.5 and hit column remains empty. I can't seem to isolate what they did to get it to work. I am using IE and added the $topicnums .= "$one|"; above and also added , $topicnums at the end of the HTML string.
Any help would be appreciated.

Top
#198545 - 12/08/04 11:00 PM Re: [6.4] [beta] Hit Hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25554
Loc: Texas
Which version of this mod are you using?
_________________________
- Allen wavey
- What Drives You?

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


Moderator:  Charles, Gizmo 
Who's Online
0 registered (), 23 Guests and 19 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
Vick, Bartman, Infinity Master, Cry0, Romeos Tune
13494 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
13495 Members
59 Forums
37114 Topics
290378 Posts

Max Online: 686 @ 06/28/07 07:04 AM
Featured Member
Registered: 02/02/10
Posts: 2

 

 

 
fusionbb message board php hacks