UBB.Dev
Posted By: qasic [6.1x] Modification Wordlets v1.0 - 07/29/2001 6:31 AM
Hack Name: Modification Wordlets

Author: Leshrac and DPK

Download URL: http://www.qasic.com/ubbhacks.html

Notes: Redistribution of this file in whole is permitted as long as all copyright and author notices remain intact.
Posted By: Lord Dexter Re: [6.1x] Modification Wordlets v1.0 - 07/29/2001 12:32 PM
Sorry, What does this hack do? Just asking... smile
Posted By: LK Re: [6.1x] Modification Wordlets v1.0 - 07/29/2001 12:38 PM
It adds support to %vars_wordlets_mods (the modifications' Wordlets™)
Posted By: Tovok7 Re: [6.1x] Modification Wordlets v1.0 - 07/29/2001 6:51 PM
Is a devkit version of that hack planned?

The current one is only for the Who's Online Hack and if I want to modify it I'd need to alter your code.

And what 'bout the automatic install? I don't like that, it should be possible to get rid of that if wished.
In ultimatebb_mod_wordlets_install.cgi in line 191 it says "UBB 6.1 not deleted." but I think U mean detected.
What happens if there is already a vars_wordlets_mods.cgi with values of former hacks in it?

Why don't you use the current "use vars" command in ultimatebb.cgi? Instead you create a new one.

Just improvement suggestions smile
Tovok7
Posted By: qasic Re: [6.1x] Modification Wordlets v1.0 - 07/29/2001 9:14 PM
Quote
quote:
Pretty easy to do. Just find the WOL wordlets, delete them and add your own. I don't plan on making the devkit but you're more than welcome to based upon my files (or Jordo's for that matter).

Quote
quote:
There are manual instructions inside the ReadMe too.

Quote
quote:
Quote
quote:
It gets overwritted. Later versions will allow you to specify whether you want us to overwrite it or not.

Quote
quote:
Just in case the beta cycle messes with thos variables.

qasic
Posted By: Tovok7 Re: [6.1x] Modification Wordlets v1.0 - 07/29/2001 9:43 PM
What I miss is the support for a prepared vars_wordlets_mods.cgi file and for other files with different languages which I call vars_wordlets_mods_de.cgi or vars_wordlets_mods_it.cgi

The solution in the former devkit (STEP 1, STEP 2, ...) was sufficient but the current one isn't for developers it is a wordlet installation tool for the Who's Online Hack and nearly useless for other hacks.

Quote
quote:
But I think they will change the "use UBBCGI::Carp qw(fatalsToBrowser set_message);" as well.
Posted By: Greg Hard Re: [6.1x] Modification Wordlets v1.0 - 07/29/2001 9:47 PM
no...
Posted By: DPK.ducky.quack Re: [6.1x] Modification Wordlets v1.0 - 07/29/2001 10:26 PM
A copy of Qasics new version of the mod can also be obtained at:

http://dpk.b000.net

(yes folks, its new and improved, its my download center version two! ok that was sappy, sorry. tipsy

[ July 31, 2001: Message edited by: DPK ]
Posted By: qasic Re: [6.1x] Modification Wordlets v1.0 - 07/29/2001 11:09 PM
My file has been updated as well (same as DPK's). This version checks to see if there already exists a vars_wordlets_mods.cgi and will not overwrite it if such a file exists.

qasic
Posted By: IICODECll Re: [6.1x] Modification Wordlets v1.0 - 10/13/2001 9:42 PM
i have failed to get the "Modification Wordlets v1.0" to work right on the release of the 6.1.0 b2 any suggestions?
Posted By: mark99 Re: [6.1x] Modification Wordlets v1.0 - 10/14/2001 11:19 AM
Yes I'm quite surprised that nobody has bothered to update the default mod_worldlets install file. However I suggest you download 'Whos Online' for v6.1 as it has a more up-to-date version, although I've had problems with that one as well.
Posted By: IICODECll Re: [6.1x] Modification Wordlets v1.0 - 10/14/2001 8:21 PM
yes ive installed that and it works, but you can not see the *mods in the cp for some reason. as well the who is does not work in the php, hope its ported over soon. its like damn you can jhust do an

include("/www/jpdatabase/cgi-bin/ubb/ultiomatebb.cgi?whosonline");

I wish but the php can not ex. a cgi command, ive tried and nothings worked.
Posted By: click Re: [6.1x] Modification Wordlets v1.0 - 10/17/2001 1:09 PM
Code
code:

I don't have that line on cp.cgi......
&RequireVars("$vars_config{VariablesPath}/vars_wordlets_date.cgi");
Posted By: qasic Re: [6.1x] Modification Wordlets v1.0 - 10/17/2001 7:03 PM
Hi all,

1) Use the wordlets in the Who's Online - it's updated for Beta 1.2.

2) mark99, you state that you have trouble getting the Modification Wordlets in your control panel. Please e-mail me your cp.cgi file so I may take a look at it. Thank you.

qasic
Posted By: XNet Re: [6.1x] Modification Wordlets v1.0 - 11/05/2001 5:07 PM
Small bug for wordlets in the Who's Online:

Mod_Wordlets_ReadMe.txt

wordlets_cp wordlets_err wordlets_mod

it should read

wordlets_cp wordlets_err wordlets_mods
Posted By: ssilenthill Re: [6.1x] Modification Wordlets v1.0 - 11/17/2001 8:30 AM
Ihave the same problem as CLICK

that line does not exist in a fresh install of version 6.1.0.2
Posted By: dreamer Re: [6.1x] Modification Wordlets v1.0 - 11/17/2001 5:56 PM
Quote
quote:
Me too confused
Posted By: Brett Re: [6.1x] Modification Wordlets v1.0 - 11/17/2001 6:19 PM
Code
quote:</font><hr>Originally posted by click:
<blockquote><font size="1" face="Verdana, Helvetica, Arial">code:

I don't have that line on cp.cgi......
&RequireVars("$vars_config{VariablesPath}/vars_wordlets_date.cgi");



That looks like something out of the earilest betas of 6.1. It's not up to date. What you should do in cp.cgi is this:

# find:

wordlets_cp wordlets_err

# replace with:

wordlets_cp wordlets_err wordlets_mods
Posted By: TorN Re: [6.1x] Modification Wordlets v1.0 - 11/17/2001 6:40 PM
Ah...Got it finally working 100%... If anyone wants this manually hand-added hack that works, you can get it here: Modification Wordlets for 6.1.0.2+ Qasic, you can have this debugged hack for your page if you'd like so it will be updated for people to use.

I take absolutely no credit for the making of this great hack..All I did to make it work was change where a line of code goes in ultimatebb.cgi, add a missing "s" in a line of code in cp.cgi, corrected a line of code in vars_wordlets_mods.cgi to be compliant with the new code, and updated the readme text file for installation of this mod.. I also included the vars_wordlets_mods.cgi file that needs no editing on initial installation. This should now take care of the cp problem where the wordlet listings were not showing. Again, this hack should now be 100% working and hopefully no longer a modification in beta.

If there are any problems, please give feedback here.. Thanks, torn..

[ 11-17-2001: Message edited by: TorN ]
Posted By: wardx28 Re: [6.1x] Modification Wordlets v1.0 - 11/17/2001 9:49 PM
Thanks TorN,

It works now!!
Posted By: darkm00n Re: [6.1x] Modification Wordlets v1.0 - 12/09/2001 6:28 AM
please help ..
i guess i screwed up my mod wordlets....
i tryed to hack again.. but i can't find &RequireVars("$vars_config{VariablesPath}/vars_wordlets_date.cgi"); at cp.cgi .....

can anyone help?
Posted By: DPK.ducky.quack Re: [6.1x] Modification Wordlets v1.0 - 12/09/2001 6:32 AM
Either get qasics updated version by torn here or try a different release at here .
Posted By: darkm00n Re: [6.1x] Modification Wordlets v1.0 - 12/09/2001 6:45 AM
i tryed yours DPK... doesn't work with me...
Posted By: Lord Dexter Re: [6.1x] Modification Wordlets v1.0 - 12/09/2001 10:18 AM
You need to find this in cp.cgi...

# Open cp.cgi (In Cgi-Bin)
# Find
use UBBCGI::Carp qw(fatalsToBrowser set_message);

# Insert This Directly After It
use vars qw(%vars_wordlets_mods);


# Find
foreach my $file (qw(display misc email time search pm registration template_match wordlets wordlets_cp wordlets_err wordlets_img wordlets_date)) {

# Replace It With
foreach my $file (qw(display misc email time search pm registration template_match wordlets wordlets_cp wordlets_err wordlets_img wordlets_date wordlets_mods)) {

---------------
The code you were trying to find was from a old version.
Posted By: ADWOFF Re: [6.1x] Modification Wordlets v1.0 - 12/11/2001 12:16 AM
Okay, I'm having some genuine problems working with this hack.

In the ultimatebb.cgi, it says to find
Code
[/code]

I cannot find that line.

The closest that I can find is this:
Code
</pre></div></div><br><br>I'm supposed to replace the first set of code with this:<br><div class="ubbcode-block"><div class="ubbcode-header">Code</div><div class="ubbcode-body ubbcode-pre" ><pre>


Should I replace what I have--even though it doesn't match?


Also, in the cp.cgi file, I'm supposed to find --
Code
</pre></div></div><br><br>and add below it this line<br><br>[code]

I cannot find anything even close to the first line I'm supposed to find.


I've upgraded my board to the newest release; I was working on installing the "Last reply by" hack -- and have it installed, except for those words Last reply by

Allen said I needed to install this hack to get it to work.

Anyone with ideas of what I need to do?

Thanks.
Posted By: AllenAyres Re: [6.1x] Modification Wordlets v1.0 - 12/11/2001 12:18 AM
did you try DPK's 1.5 version?

Also... your lines are different because you installed the calendar hack already... just add the differences in the line to the other, it's just a word or 2...
Posted By: ADWOFF Re: [6.1x] Modification Wordlets v1.0 - 12/11/2001 2:00 AM
Thanks, Allen. I really appreciate your patience with this.
Posted By: TorN Re: [6.1x] Modification Wordlets v1.0 - 12/11/2001 3:43 AM
ADWOFF:
First of all, download my updated version of Modification Wordlets Dev Kit by qasic (See my previous post above for the link) The only thing you'll do different from the Dev Kit instructions is the following below:

In ultimatebb.cgi, this is the line of code you will use:

Find:
foreach my $file (qw(display misc email time search pm registration template_match wordlets wordlets_err wordlets_img wordlets_date wordlets_calendar)) {

Replace with:
foreach my $file (qw(display misc email time search pm registration template_match wordlets wordlets_err wordlets_img wordlets_date wordlets_calendar wordlets_mods)) {
----------------------------------------------
I see what you did.. You added the calendar hack and thats what changed this line of code in your ultimatebb.cgi That's the reason you could not find it..Do you see the code "wordlets_calendar" at the end of this code as opposed to the original line of code in ultimatebb.cgi?? So, really, the only thing you are now doing in this Modification Wordlet Dev Kit hack is adding "wordlets_mods" to this line of code. That's all you're doing!! All I did with this code is place my curser after the "r" in "wordlets_calendar", hit my spacebar once (notice all files in this line of code are one space apart), then typed "wordlets_mods" after it..

Try analysing, rather than looking at, lines of code you are attempting to hack..Try to understand and decipher how it is written and the format it is written in..
Hope this helps,
TorN

[ 12-11-2001 07:17 PM: Message edited by: TorN ]
Posted By: WhiteBlade Re: [6.1x] Modification Wordlets v1.0 - 03/06/2002 4:40 AM
All I get is this !!

PLease help !!!

[Linked Image]
Posted By: LK Re: [6.1x] Modification Wordlets v1.0 - 03/06/2002 3:47 PM
Rehack cp.cgi.
Posted By: WhiteBlade Re: [6.1x] Modification Wordlets v1.0 - 03/06/2002 6:25 PM
Lk thanks a lot man !!!

I had

wordlets_cp wordlets_err wordlets_mod

all I did is adding the s at mod now it work good !! thanks !
© UBB.Developers