php forum
php mysql forum
php mysql smarty
 
Page 4 of 6 < 1 2 3 4 5 6 >
Topic Options
#198506 - 08/23/03 11:30 AM Re: [6.4] [beta] Hit Hack
wOw Offline
Member

Registered: 06/18/02
Posts: 51
Loc: England
*Bump*

Can anyone help me with this?

Top
#198507 - 08/25/03 06:26 AM Re: [6.4] [beta] Hit Hack
Mr. B Offline
Member

Registered: 04/13/03
Posts: 56
Works fine with me [6.5]

But there were some problem in the summary page due to other language encoding or might be from the news fader hack, I'm not sure.

Since I need it only for forum pages, I unhacked public_forum_summary. Now it is working great for me. Thanks.

Top
#198508 - 10/31/03 10:40 AM Re: [6.4] [beta] Hit Hack
Autocrosser Offline
Junior Member

Registered: 11/12/01
Posts: 27
Loc: St. Louis | Car: 350Z
Anyone try this with 6.6.1 yet?
_________________________
http://www.solo2.org/

Top
#198509 - 10/31/03 10:51 AM Re: [6.4] [beta] Hit Hack
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
will tonight. I had it running on 6.6 Beta Release if I remember correctly

Top
#198510 - 10/31/03 12:19 PM Re: [6.4] [beta] Hit Hack
Autocrosser Offline
Junior Member

Registered: 11/12/01
Posts: 27
Loc: St. Louis | Car: 350Z
I tried it this morning, no luck, will try to work with it again this weekend.
_________________________
http://www.solo2.org/

Top
#198511 - 11/04/03 04:24 PM Re: [6.4] [beta] Hit Hack
Autocrosser Offline
Junior Member

Registered: 11/12/01
Posts: 27
Loc: St. Louis | Car: 350Z
Hopefully I can work on this again tonight to try to get it working with 6.6, haven't had time since last week.
_________________________
http://www.solo2.org/

Top
#198512 - 11/26/03 10:46 AM Re: [6.4] [beta] Hit Hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25565
Loc: Texas
Here's the updated install instructions for 6.6:

http://www.ubbdev.com/ubb/upload/00000494/hit66.txt

not much has changed, just a few bits and pieces here and there...
_________________________
- Allen wavey
- What Drives You?

Top
#198513 - 11/26/03 11:21 AM Re: [6.4] [beta] Hit Hack
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 686
(RequireVars) NonCGIPath/Forum1/hits.cgi: Can't locate NonCGIPath/Forum1/hits.cgi in @INC (@INC contains: ./Modules . /usr/lib/perl5/5.8.0/i586-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl) at CGIPath/ubb_lib.cgi line 836.

Hi Allen i get this error after hacking...
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#198514 - 11/26/03 11:27 AM Re: [6.4] [beta] Hit Hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25565
Loc: Texas
Did you upload the ubb_hits.cgi file from the original zip?
_________________________
- Allen wavey
- What Drives You?

Top
#198515 - 11/26/03 11:29 AM Re: [6.4] [beta] Hit Hack
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 686
Yes, I upload the ubb_hits.cgi
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#198516 - 11/26/03 11:39 AM Re: [6.4] [beta] Hit Hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25565
Loc: Texas
your permissions on your forum folders are 777?
_________________________
- Allen wavey
- What Drives You?

Top
#198517 - 11/26/03 11:41 AM Re: [6.4] [beta] Hit Hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25565
Loc: Texas
and is the php accelerator turned on?
_________________________
- Allen wavey
- What Drives You?

Top
#198518 - 11/26/03 11:50 AM Re: [6.4] [beta] Hit Hack
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 686
Yes it is,

when I go to CP I get at many times now:

RequireCode) /home/www/web19/html/cgi-bin/cp2_content.cgi: Global symbol "%hits" requires explicit package name at /home/www/web19/html/cgi-bin/cp2_content.cgi line 1081. Global symbol "%hits" requires explicit package name at /home/www/web19/html/cgi-bin/cp2_content.cgi line 1082. Compilation failed in require at /home/www/web19/html/cgi-bin/ubb_lib.cgi line 815. Stack trace: (RequireCode) /home/www/web19/html/cgi-bin/cp2_content.cgi: Global symbol "%hits" requires explicit package name at /home/www/web19/html/cgi-bin/cp2_content.cgi line 1081. Global symbol "%hits" requires explicit package name at /home/www/web19/html/cgi-bin/cp2_content.cgi line 1082. Compilation failed in require at /home/www/web19/html/cgi-bin/ubb_lib.cgi line 815. main::LoadCPTemplate() called at /home/www/web19/html/ubb/Templates/cp2_styles.pl line 11 main::cp2_template_styles_init called at /home/www/web19/html/cgi-bin/cp2_lib.cgi line 118 main::LoadCPTemplate() called at /home/www/web19/html/cgi-bin/cp2_lib.cgi line 154 main::CanAutoHandle called at cp.cgi line 476
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#198519 - 11/26/03 12:36 PM Re: [6.4] [beta] Hit Hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25565
Loc: Texas
in cp2_content.cgi:

find:
use strict;
#use warnings;


add below:
use vars qw(
%hits
);

that should fix the above error.
_________________________
- Allen wavey
- What Drives You?

Top
#198520 - 11/26/03 12:41 PM Re: [6.4] [beta] Hit Hack
d-talk Offline
Code Monkey

Registered: 05/01/01
Posts: 686
(RequireVars) NonCGIPath/Forum1/hits.cgi: Can't locate NonCGIPath/Forum1/hits.cgi in @INC (@INC contains: ./Modules . /usr/lib/perl5/5.8.0/i586-linux-thread-multi /usr/lib/perl5/5.8.0 /usr/lib/perl5/site_perl/5.8.0/i586-linux-thread-multi /usr/lib/perl5/site_perl/5.8.0 /usr/lib/perl5/site_perl) at CGIPath/ubb_lib.cgi line 836.

same error.... :-( but cp works now...
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#198521 - 11/26/03 09:50 PM Re: [6.4] [beta] Hit Hack
AllenAyres Offline

I type Like navaho

Registered: 03/10/00
Posts: 25565
Loc: Texas
until I can figure out the problem, the easiest way to fix this is upload a blank text file called hits.cgi into each forum and set its permissions to 777.
_________________________
- Allen wavey
- What Drives You?

Top
#198522 - 11/26/03 10:16 PM Re: [6.4] [beta] Hit Hack
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
*shrugs* works for me, but I only changed one of your steps which I noticed wasn't updated.

v I used that code v

Quote:
quote:
Originally posted by hanjo:
Thank you!

Code:
$ThisHTML .= &topic_row;
$topicnums .= "$one|";
}
$ThisHTML .= &page_bottom($had_stickies, $had_polls, $had_hots, $had_moves, $had_locks, $topicnums);
$ThisHTML .= $Footer;
is correct and works fine ;-)

German UBB 6.5

Hanjo

Top
#198523 - 11/26/03 10:50 PM Re: [6.4] [beta] Hit Hack
d-talk Offline
Code Monkey

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

blank hits.cgi did not work too...

RequireVars) NonCGIPath/Forum1/hits.cgi: NonCGIPath/Forum1/hits.cgi did not return a true value at CGIPath/ubb_lib.cgi line 836.
_________________________
Webmaster of d-talk & Kabel-Forum.com

Top
#198524 - 11/26/03 11:07 PM Re: [6.4] [beta] Hit Hack
Ian Spence Offline
Master Hacker

Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
this may be a stretch... but you did upload ubb_hits.cgi, right?

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

Registered: 05/01/01
Posts: 686
Yes, I uploaded it to the cgi-bin folder
_________________________
Webmaster of d-talk & Kabel-Forum.com

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



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

Ubb - Buy It!
best forum software
Latest Posts
[7.2.1] - Naked shoutbox
by MithofOT
08/31/10 01:58 PM
[7.5.5] getting $_COOKIE to work
by gtho4
08/29/10 12:28 AM
Jelsoft Bought
by AllenAyres
08/20/10 04:44 PM
UBBDev Now Running Threads 7.5.6
by AllenAyres
08/18/10 07:59 PM
How do I add another field to the profile page?
by Gizmo
08/05/10 09:24 AM
UBB developer needed.
by AllenAyres
08/03/10 02:57 PM
New Mods
How do I add another field to the profile page?
by Vee
08/05/10 06:02 AM
[7.2.1] - Naked shoutbox
by sirdude
08/17/07 10:36 PM
Newest Members
stevebrummie, Neronrg, Vee, dessy, Manish
13533 Registered Users
Top Posters
AllenAyres 25565
JoshPet 11330
Rick 8373
LK 7396
Lord Dexter 6503
Greg Hard 5533
Charles Capps 5438
(Views)Popular Topics
Known public proxy servers 1224347
Finished-[6.5.2] Games Arcade Deluxe v1.9 375009
Integrated Index Page (IIP) 5.3.1 345193
Integrated Index Page (IIP) 5.1.1 322504
TLD Bv2.1 Released - Threads Links Directory 301614
[6.0x] Who's Online 4.0.0 [Finished] 267207
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 244632
[6.3.x] [beta] Hit Hack 2.0 197599
[7.x] Gizmo's Embedding BBCode (Pre UBB.T7.3) 173774
FlashChat & UBB.threads 169520
Forum Stats
13533 Members
59 Forums
37128 Topics
290448 Posts

Max Online: 686 @ 06/28/07 07:04 AM
Featured Member
Registered: 07/03/01
Posts: 811

 

 

 
fusionbb message board php hacks