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
_________________________
Code monkey like Fritos

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: 25554
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: 25554
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: 25554
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: 25554
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: 25554
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: 25554
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
_________________________
Code monkey like Fritos

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?
_________________________
Code monkey like Fritos

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 (), 30 Guests and 25 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: 02/16/10
Posts: 1

 

 

 
fusionbb message board php hacks