Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Joined: Feb 2001
Posts: 956
deutscher Member
deutscher Member
Offline
Joined: Feb 2001
Posts: 956
Link

[ July 25, 2001 10:44 AM: Message edited by: e@sy ]

Sponsored Links
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Looks nice, but you can't make a special addon for every mod. Like my mod also uses ubb_forum_summary.cgi and ubb_forum.cgi, so you'll make "Hits Hack for WO 3.9Qa + Chat"?

I think there should be a minimum IQ requirement for this hack.

There is also a bug, in Forum Summary the hits were changed only once. It's probably because of my IP or something, but it's still a bug, it should grow in every click.


That's only my ยข2...

[ June 15, 2001 10:40 AM: Message edited by: LK ]

Joined: May 2001
Posts: 28
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 28
hey in the instructions you have these lines twice

Quote
quote:

Joined: May 2001
Posts: 28
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 28
oh and could someone list more hacks that confilct with eachother but they dont have a hack for it that edits it to accomidate the first one smile

Joined: Apr 2001
Posts: 164
Member
Member
Offline
Joined: Apr 2001
Posts: 164
This is a great idea. WOL is probably the most popular hack so it seems like a natural to have this around instead of having people choose between the two because they are not compatable.

Sponsored Links
Joined: Jun 2001
Posts: 6
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 6
i have instaled and everythign works it seems but it does not count?

in the control panel ther is suppose to be an option to #Go in the Control Panel - Maintenance - and generate the totalcounter

this option is no the how do i get it there
Thanks

Joined: May 2001
Posts: 4
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 4
Hey ! great hack !!
Hum ... sorry for my poor english (i'm french)

i have hypercells v2 intalled.

when i click on post link, the counter for this post and forum who it is, is incremented.

but when i click on the cell (and not to the link), it don't inc the counter !!!

So can U look for this please ?
Thanks for this hack, and see U

Joined: Apr 2001
Posts: 164
Member
Member
Offline
Joined: Apr 2001
Posts: 164
Besides the part where there are two of the same command above, the LAST hack of a cgi file has you return to ultimatebb.cgi for:

#######################
# ultimatebb.cgi open #
#######################
########
#find :#
########

if ($ubb eq 'get_topic') {
require "$vars_config{CGIPath}/ubb_get_topic.cgi";
&get_topic($in{f}, $in{t}); exit;
} #end get_topic

#################
# replace with :#
#################

if ($in{counterhit} eq '') {$in{counterhit} = "no"}
if ($ubb eq 'get_topic') {
require "$vars_config{CGIPath}/ubb_get_topic.cgi";
&get_topic($in{f}, $in{t},$in{counterhit}); exit;
} #end get_topic


Well, The code doesn't look like that because there is a bunch of Who's online code there. Also why would you have us go BACK to ultimatebb.cgi again after it was already hacked earlier in your instruction?

Was this added by mistake?

[ June 21, 2001 01:15 AM: Message edited by: Rinkrat ]

Joined: Apr 2001
Posts: 33
Member
Member
Offline
Joined: Apr 2001
Posts: 33
Quote
quote:
###find###
if ($ubb eq 'get_topic') {
require "$vars_config{CGIPath}/ubb_whos_online.cgi";
@people = &WriteUserSession("$vars_wordlets_mods{whos_online_reading} "$who_online_subject" $vars_wordlets_mods{whos_online_in} "$whos_online_name_of_forum"", $user_number, $invisible_pref) unless ($in{inline});

require "$vars_config{CGIPath}/ubb_get_topic.cgi";
&get_topic($in{f}, $in{t}); exit;
} #end get_topic


###replace###
if ($in{counterhit} eq '') {$in{counterhit} = "no"}
if ($ubb eq 'get_topic') {
require "$vars_config{CGIPath}/ubb_whos_online.cgi";
@people = &WriteUserSession("$vars_wordlets_mods{whos_online_reading} "$who_online_subject" $vars_wordlets_mods{whos_online_in} "$whos_online_name_of_forum"", $user_number, $invisible_pref) unless ($in{inline});

require "$vars_config{CGIPath}/ubb_get_topic.cgi";
&get_topic($in{f}, $in{t},$in{counterhit}); exit;
} #end get_topic

Joined: Apr 2001
Posts: 33
Member
Member
Offline
Joined: Apr 2001
Posts: 33
I see easy no posted :
hit hack 2.01 with Whos is Online 3.9qa
dl from original link( see first post from easy)

news:
2.01 wordlets are insert
Totalcounter is corrected if you deleted a topic

If you need the upgrade in autoinstall(multihack) format download it from my site

Sponsored Links
Joined: May 2001
Posts: 1
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 1
Nice hack... but it still don't counts. frown

I a using 6.04f and Who is Online 3.9Qa

so what's wrong ??

Joined: Apr 2001
Posts: 33
Member
Member
Offline
Joined: Apr 2001
Posts: 33
rehack from clean you make any bad my board same have whos39a and this hack and ubb604f and all works correctly
read readme and check all

Joined: May 2001
Posts: 4
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 4
hi all !

i still have WO 3.9qa + active-cell2 ... and somes minor hacks...

the part of code above doesn't work to my board sniff :.(

so, in post summury page, the counter work only if you click the link, and don't "on other" place of the cell ...
why ??

I think, there aren't the same action (or code) when i click on the link and on "other place" of the cell

I don't know if U'll anderstand that i want to say smirk
If U don't .. tell me =)

Joined: Jul 2000
Posts: 81
Member
Member
Offline
Joined: Jul 2000
Posts: 81
Nice work e@asy ,
it works great now .. but it should to count the vists from the search and from the active topics ..

norgarhm , check the Hypercell 2 topic in the Final Mods forum tomorrow or after tomorrow, i'll post the Hit2 support there ,, if easy doesn't mind

Joined: Jul 2000
Posts: 81
Member
Member
Offline
Joined: Jul 2000
Posts: 81
WHERE IS THE UPGRADE 2.0 -> 2.01 INSTRUCTION ? confused

again , it will be nice if it worked with "last post by" hack

Joined: Jul 2000
Posts: 81
Member
Member
Offline
Joined: Jul 2000
Posts: 81
The Same Question , where is the upgrade instruction

Joined: Apr 2001
Posts: 164
Member
Member
Offline
Joined: Apr 2001
Posts: 164
I've got about 8-10 hacks on my board but I tried this three times and I can't even find a lot of the things it is asking for. Must be colliding with the Poll hack or something. Oh well, maybe Infopop will add it as a feature in the future.

Joined: May 2001
Posts: 175
Member
Member
Offline
Joined: May 2001
Posts: 175
HELPPPPPPPPPPPP frown frown frown

I've checked the code hundreds of times, and ubb_forum.cgi is correctly hacked!

Anyone can help over here...?


Software error:
Missing right bracket at /hosting/gcgsm/public_html/cgi/ubb_forum.cgi line 528, at end of line syntax error at /hosting/gcgsm/public_html/cgi/ubb_forum.cgi line 528, at EOF
tks

Joined: Mar 2001
Posts: 318
Member
Member
Offline
Joined: Mar 2001
Posts: 318
i also have problems with ubb_forum.cgi

what is does is make my forum page load 2 times on the same page!

Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
to let everyone know. I had a problem all the time with something. server always came back with permissions wrong etc. All permissions were rigth? well I diagnosed file by file. If you do not put the wordlets in the hack is fine. It tells you to hack vars_wordlets.cgi. It was driving me crazy till I figured it out. Hell there is no need for any wordlet in this hack? Its just numbers.

Joined: Mar 2001
Posts: 40
Member
Member
Offline
Joined: Mar 2001
Posts: 40
work this Hack with Who is Online V4.0 ?

Greetings

Joined: Jul 2001
Posts: 1
Junior Member
Junior Member
Offline
Joined: Jul 2001
Posts: 1
Nice Hack !
But it have one bug ...
Hit's counter have a big upward bias ...
Help me correct these bug, please !
Sorry for bad english.
Best Regards !

Joined: Apr 2001
Posts: 3,266
Member
Member
Offline
Joined: Apr 2001
Posts: 3,266
It works with who's online 4.0

Joined: May 2001
Posts: 175
Member
Member
Offline
Joined: May 2001
Posts: 175
Quote
quote:

i need those MHK Files... i can't install easy's hack... but your site asks for user and password.. can you send me the files please?

Joined: May 2001
Posts: 175
Member
Member
Offline
Joined: May 2001
Posts: 175
easy, do you know if your hack is incompatible with any other hack? because i tried again to install it manually and every time gives an error, or it simple doesn't count! frown

Joined: May 2001
Posts: 175
Member
Member
Offline
Joined: May 2001
Posts: 175
well.. the chat hack (jirc) shows me this on ubb_forum_summary.cgi, and others also...

Code
code:

What should i put there ?

Joined: May 2001
Posts: 175
Member
Member
Offline
Joined: May 2001
Posts: 175
ubb_forum has also a different code...

Code
code:

Joined: May 2001
Posts: 175
Member
Member
Offline
Joined: May 2001
Posts: 175
ok, nevermind, i just removed chat hack by LK.

In your instructions you have:

Code
code:

But i don't have it like you say... i have there on ultimatebb.cgi:

Code
code:

running UBB 6.04e and WOL 3.9QA

little help here plz easy... wink
Tks

Joined: Feb 2001
Posts: 956
deutscher Member
deutscher Member
Offline
Joined: Feb 2001
Posts: 956
Quote
quote:
Notice for the ****countercheck you must write "s h i t countercheck" without space

Quote
quote:
Quote
quote:
[ July 25, 2001 06:22 PM: Message edited by: e@sy ]

Joined: May 2001
Posts: 175
Member
Member
Offline
Joined: May 2001
Posts: 175
please forget about the ubb_forum.cgi stuff and the chat mod by LK, because i removed it now... tell me what i need to write on ultimatebb.cgi, because i don't have the same code you say on the readme file...

Joined: Apr 2001
Posts: 164
Member
Member
Offline
Joined: Apr 2001
Posts: 164
I finally got this working! Woohoo!
This isn't like a hack, it's a rewrite smile

I missed this ever since it was gone and I'm glad to get it back. Great hack!!

Joined: Feb 2001
Posts: 956
deutscher Member
deutscher Member
Offline
Joined: Feb 2001
Posts: 956
Quote
quote:
Look at the posting above and you see what you have to do.

Joined: Mar 2001
Posts: 326
Member
Member
Offline
Joined: Mar 2001
Posts: 326
Yuk, I really wish people would put code in a file, otherwise it's diffecult to copy and also screws the forum up =(.

E@sy, I'm using v1.12 (with who's online v3.8 support) on my v6.04e forum. I'd like to move to this latest v2.01 with who's online v4, however I have some concerns that haven't been addressed. So if you can help then..:

1) I see there's an upgrade ver from v1.12 to v2, but not for the special who's online and updated version - v1.12 to v2.01. Can you do an upgrade for this please?

2) Several issues/bugs on page 1 of this topic were never responded to, yet ever post here seems to proclaim some sort of bug. Exactly what has been fixed and changed/update since the original v2 release?

3) LK made a good point about his chat hack, have you addressed this as I'd like to use his hack and this one.

Also, is the new count method actually faster than the original? Is it really worth upgrading etc.?

Thanks e@sy.

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
mark,
1. Remove 1.12 and then install 2.0

3. Look at his post above. With [quote][/quote] it's easy to copy and paste.

Don't forget it's in the beta forum, not the finished forum, but it is better smile

Joined: Feb 2001
Posts: 36
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 36
hi,
i have ubb 6.05 and whos online 4.0.
But have a big problem with this hack, i have a hole im board below Moderator, go to my board and will see the hole.

Can help me with this?

B.R
paulomt1

[ July 27, 2001 06:29 AM: Message edited by: paulomt1 ]

Joined: Feb 2001
Posts: 956
deutscher Member
deutscher Member
Offline
Joined: Feb 2001
Posts: 956
Code
quote:</font><HR>Originally posted by paulomt1:
hi,
i have ubb 6.05 and whos online 4.0.
But have a big problem with this hack, i have a hole im board below Moderator, go to my board and will see the hole.

Can help me with this?

B.R
paulomt1

<FONT COLOR="#000000" SIZE="1">[ July 27, 2001 06:29 AM: Message edited by: paulomt1 ]</font>
<HR></BLOCKQUOTE>


I think you forget this in the ubb_forum_summary.cgi


<BLOCKQUOTE><font size="1" face="Verdana, Helvetica, Arial">code:

Joined: Feb 2001
Posts: 36
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 36
No, i donยดt forget it.


# determine colspan
$ColSpan = 3;
if ($vars_display{ShowMods} eq 'yes') { $ColSpan++; }
if (($vars_display{HitCounter} eq "TRUE") && ($vars_display{HitCounterSummaryForum} eq "TRUE")) { $ColSpan++; }
if ($vars_display{ForumTotalOption} eq 'Both') {
$ColSpan = $ColSpan + 2;
} else {
$ColSpan++;
}

Joined: Feb 2001
Posts: 36
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 36
I resolved my proble whem i check this box...
Category Display Option:
If you are using categories, you can have your forums displayed under each category when users first enter your UBB. To elect to display categories on your introductory page, select YES. You MUST have categories defined in the Forums control panel BEFORE you select this option. Yes, display my forums by category.
No, do not display by category.

B.R
paulomt1

Joined: Mar 2001
Posts: 326
Member
Member
Offline
Joined: Mar 2001
Posts: 326
Hehe no it's not easy to copy and paste, if you paste into a text editor then it looses all its structure and if you put it in MS WORD or Wordpad then it sometimes screws the format.

Well looks like I'll have to set a few years aside to remove v1.12 then install v2.01 =).

Joined: Feb 2001
Posts: 956
deutscher Member
deutscher Member
Offline
Joined: Feb 2001
Posts: 956
@paulmot 1

test it:

$ColSpan = 4;

[ July 27, 2001 02:11 PM: Message edited by: e@sy ]

Page 1 of 2 1 2

Link Copied to Clipboard
Donate Today!
Donate via PayPal

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.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Gizmo
Gizmo
Portland, OR, USA
Posts: 5,833
Joined: January 2000
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)