UBB.Dev
Posted By: qasic [6.3.x] [beta] Modification Wordlets - 04/24/2002 5:18 PM
Hack Name: Modification Wordlets for UBB 6.3.x

Description: A common set of Wordlet™ which many UBB™ hacks depend on.

Download: http://www.qasic.net/main.cgi?action=details;c=5;file=modword63

Please post any bug reports here.

qasic
Posted By: LK Re: [6.3.x] [beta] Modification Wordlets - 04/24/2002 5:20 PM
smile Good job

Edit:
[code][/code]Shouldn't it be cp_wordlets.cgi? tipsy
Posted By: qasic Re: [6.3.x] [beta] Modification Wordlets - 04/24/2002 5:22 PM
nope .. read inside cp_upgrade_data.cgi although I should add cp_wordlets.cgi to the list

qasic
Posted By: qasic Re: [6.3.x] [beta] Modification Wordlets - 04/24/2002 5:28 PM
ZIP file updated!
Posted By: Variables Re: [6.3.x] [beta] Modification Wordlets - 05/04/2002 2:45 PM
In cp.cgi and ultimatebb isn't it vars_wordlets_mods.cgi instead of vars_wordlet_mods.cgi ?
Posted By: LK Re: [6.3.x] [beta] Modification Wordlets - 05/04/2002 3:32 PM
Yes, it is
Posted By: qasic Re: [6.3.x] [beta] Modification Wordlets - 05/09/2002 3:36 AM
Did I have an error somewhere?

qasic
Posted By: Eaglecrew Re: [6.3.x] [beta] Modification Wordlets - 05/09/2002 4:56 AM
Looked liked it worked for me but it didn't create the vars_wordlets_mods.cgi file when I upgraded the board. Any ideas? 6.3 beta 2

Thx
Posted By: Viper078 Re: [6.3.x] [beta] Modification Wordlets - 05/09/2002 10:19 AM
I got mine to show up in beta 1 but none of the other hacks work right now, when i try to install them. Like memberlist only one that worked was the CP addon.
Posted By: LK Re: [6.3.x] [beta] Modification Wordlets - 05/09/2002 2:47 PM
q/viper, [code][/code]Replace "wordlet_mods" with "wordlets_mods"
Posted By: Viper078 Re: [6.3.x] [beta] Modification Wordlets - 05/09/2002 4:33 PM
Thanks LK, also having a problem with ubb_lib for memberlist. I guess the other hacks will ported to 6.3b1 soon enough. smile
Posted By: LK Re: [6.3.x] [beta] Modification Wordlets - 05/09/2002 4:36 PM
Read the instructions again:[code][/code]Which means, open public_common.pl wink
Posted By: Viper078 Re: [6.3.x] [beta] Modification Wordlets - 05/09/2002 5:51 PM
I again thank you sir.

Must read directions i suppose laugh laugh wink
Posted By: Kydd Re: [6.3.x] [beta] Modification Wordlets - 05/10/2002 5:08 PM
6.3's "cp_upgrade_data.cgi" is very different from 6.2 and has a lot of new code such as the code for avatars and Custom Graemlins. In other words the "cp_upgrade_data.cgi" file that comes with this hack is much smaller in file size than the stock 6.3 file. Is that intentional?

The problem I'm having is that when I try to select the "Modification Wordlet" in the CP, it changes to "Wordlet List" and all I see is "All fields are required!"
Posted By: LK Re: [6.3.x] [beta] Modification Wordlets - 05/10/2002 5:40 PM
Try to overwrite cp_upgrade_data.cgi with the hack's file, run "upgrade your ubb" and then put the old cp_upgrade_data.cgi back.
Posted By: Kydd Re: [6.3.x] [beta] Modification Wordlets - 05/10/2002 6:00 PM
Well something is working because I also tried adding the CP add on hack and that appears to show in the CP. But for instance, I'm adding the spell check hack and the Spell Check button is not showing. See this url and the source looks like this:

[code][/code]where the value appears blank...
Posted By: LK Re: [6.3.x] [beta] Modification Wordlets - 05/10/2002 6:04 PM
You have to install both CP Mod Addon and Mod Wordlets. If you're sure that CP Mod Addon is insatlled correctly, enter CP - Modification Settings, choose to enable spellcheck, set a width/height and click on submit. Then install Mod Wordlets, hack vars_wordlets_mods.cgi and try again.
Posted By: Kydd Re: [6.3.x] [beta] Modification Wordlets - 05/10/2002 6:09 PM
Well I have both of those as well as the Spell Check installed. You can view source of that page and see that. I can see the option in the pull down for "Modification Settings" and "Modification Wordlet List" but whenever I try to go to the latter it, i.e., the display results, changes back to "Wordlet Lists"...
Posted By: Kydd Re: [6.3.x] [beta] Modification Wordlets - 05/10/2002 6:12 PM
Should "vars_wordlets_mods.cgi" look like this:

Code
[/code]also, the manual instructions for mods_wordlets_install.cgi says this:
[code]
So the only problem left is to figure out why the Spell Check button is not appearing properly...
Posted By: LK Re: [6.3.x] [beta] Modification Wordlets - 05/10/2002 6:57 PM
1. yes, it should be %vars_wordlets_mods.
2. Do you have ICQ, AIM, MSN Messenger?
Posted By: Kydd Re: [6.3.x] [beta] Modification Wordlets - 05/10/2002 7:04 PM
answer to # 2: yes: AIM: Kudyba

also, I see that when I changed vars_wordlets_mods.cgi to look like the following it worked:

[code][/code]
Posted By: LK Re: [6.3.x] [beta] Modification Wordlets - 05/10/2002 7:07 PM
I have just wanted to tell you it's 'wordlet' instead of 'wordlets' wink Anyhow, you're offline? Please msg me @ LK UBB
Posted By: qasic Re: [6.3.x] [beta] Modification Wordlets - 05/11/2002 4:35 PM
Silent update has occurred to fix the vars_wordlet_mods bug smile Thanks to LK!

qasic
Posted By: RandyM Re: [6.3.x] [beta] Modification Wordlets - 05/11/2002 8:09 PM
ooops
Posted By: LK Re: [6.3.x] [beta] Modification Wordlets - 05/11/2002 8:16 PM
It should be wordlets_mods wink

Q, cp_upgrade_data.cgi - &WriteHashToFile($path, "vars_wordlet_mods", %vars_wordlets_mods);

Should be vars_wordlets_mods tipsy
Posted By: qasic Re: [6.3.x] [beta] Modification Wordlets - 05/12/2002 4:37 PM
Fixed too smile

qasic
Posted By: Acadian Re: [6.3.x] [beta] Modification Wordlets - 05/14/2002 7:24 AM
I just installed this mod and it messed up my BB good. It installed on my test forum ok but on my main BB something went very wrong. I've tried to restore the original files but it's still a no go. From what I can tell it is setting the file permissions to the adminlog.cgi and vars_misc.cgi to 0 when I set them back they get reset back to 0 again.
When I try to do anything in the CP I get this error
quote:
An error has occured:

Can't open '/home/httpd/vhosts/needforbetterspeed.net/httpdocs/forum/ubb/BanLists/adminlog.cgi'.

Permission was denied - please ask the administrator to check the permissions on that file/directory!

The exact error returned by the operating system is:
Permission denied

When I look at that file the CHMOD is at 0 when I change it and try to say rebuild the forum stat files I get this error
quote:
Can't open '/home/httpd/vhosts/needforbetterspeed.net/cgi-bin/forum/vars_misc.cgi'.

Permission was denied - please ask the administrator to check the permissions on that file/directory!

The exact error returned by the operating system is:
Permission denied

Then when I fix that one the adminlog goes back to 0 I'm stuck bigtime
When you try to go to my forum this is the error that comes up
quote:
Software error:
LoadStyleTemplate no longer takes a number.Backtrace: ultimatebb.cgi:157 -> sub main::LoadStyleTemplate
Backtrace: ubb_lib.cgi:1836 -> sub main::Tracer

Help please frown
Posted By: Acadian Re: [6.3.x] [beta] Modification Wordlets - 05/14/2002 7:48 AM
Now the forum is back to 6.2.1.1 confused it was 6.3.0 when I started confused

edit I had to re-upgrade the BB to 6.3.0 still confused lol
Posted By: JonNJapan Re: [6.3.x] [beta] Modification Wordlets - 05/14/2002 10:24 AM
Action not permitted.

» Use your browser's back button to return.

That's what I get when I go to CP >> Wordlets >> Modification Wordlets.

~Jon
Posted By: Liahona Re: [6.3.x] [beta] Modification Wordlets - 05/14/2002 3:27 PM
Hi

Using 6.3 Final

I have had lots of trouble installing the mods file on 6.2 and 6.3........lol

BUT Yippe I have now got it done-- how ???

Well, I hope it is anyway it is the furthest I have gotten.

Before I install some hacks I would like someone to look at my "vars_wordlets_mods.cgi" file and tell me if it is OK, I do not know what this line is?

q!HASH(0x85dfbb8)! => undef,

should it be there?

%vars_wordlets_mods = (
q!mod_wordlets! => q!Modification Wordlets!,
q!HASH(0x85dfbb8)! => undef,
);

1;

CP - Modification Wordlets screen shot

[Linked Image]

Anything else I should check.
Posted By: Acadian Re: [6.3.x] [beta] Modification Wordlets - 05/14/2002 9:24 PM
quote:
Originally posted by JonNJapan:
Action not permitted.

» Use your browser's back button to return.

That's what I get when I go to CP >> Wordlets >> Modification Wordlets.

~Jon

Thats what I'm getting now too
Posted By: qasic Re: [6.3.x] [beta] Modification Wordlets - 05/15/2002 3:38 AM
Did not hack cp_wordlets.cgi and cp.cgi?

qasic
Posted By: Acadian Re: [6.3.x] [beta] Modification Wordlets - 05/15/2002 6:42 AM
I just doubled checked cp.cgi and cp_wordlets.cgi and I did hack them confused
Posted By: JonNJapan Re: [6.3.x] [beta] Modification Wordlets - 05/15/2002 7:32 AM
quote:
Originally posted by Acadian:
I just doubled checked cp.cgi and cp_wordlets.cgi and I did hack them confused

Ditto.

~Jon
Posted By: Liahona Re: [6.3.x] [beta] Modification Wordlets - 05/16/2002 9:03 PM
Hi

I take it as no-one has answered my last post that no-one knows what this line below is in the vars_wordlets_mods.cgi file?

q!HASH(0x85dfbb8)! => undef,

should it be there?

The vars_wordlets_mods.cgi file looks like this
===============================================

%vars_wordlets_mods = (
q!mod_wordlets! => q!Modification Wordlets!,
q!HASH(0x85dfbb8)! => undef,
);

1;

See screen shot on previous page

confused
Posted By: Stilgar Re: [6.3.x] [beta] Modification Wordlets - 05/17/2002 10:47 PM
I had trouble with my wordlets not showing after I added this new version. I replaced the new vars_wordlets_mods.cgi with one I had from a previous install and viola! It worked.

This is what I've discovered. The newly created vars_wordlets_mods.cgi looks like this:

Code
[/code]The old one looks like this:

[code]
Soooo, what gives? Is the new vars_wordlets_mods.cgi not being created properly?
Posted By: qasic Re: [6.3.x] [beta] Modification Wordlets - 05/21/2002 6:21 AM
Hi folks,

Sorry for the delay in getting the fix to the HASH problem for you. For the people who already have the HASH value, just remove the line, save your vars_wordlets_mods.cgi, and upload. That's all.

For any other folks, the ZIP file has been silently updated to cover this bug. The only file that has changed is cp_upgrade_data.cgi.

qasic
Posted By: DragonSoul Re: [6.3.x] [beta] Modification Wordlets - 05/21/2002 9:25 AM
nm
Posted By: qasic Re: [6.3.x] [beta] Modification Wordlets - 05/22/2002 3:54 AM
Good ... another bug squashed by a user smile

qasic
Posted By: Yamaha Raptor Re: [6.3.x] [beta] Modification Wordlets - 05/30/2002 10:28 PM
ok never mind i got it working now
Posted By: Chasm Re: [6.3.x] [beta] Modification Wordlets - 05/31/2002 11:23 PM
Redownloaded latest zip rehacked files reuploaded files cleared cache and all ok now smile
Posted By: LSGOLF Re: [6.3.x] [beta] Modification Wordlets - 07/05/2002 6:38 AM
I go to download and it yells at me that hotlinking to qasic.net is not permitted frown

Oh well
Posted By: LK Re: [6.3.x] [beta] Modification Wordlets - 07/05/2002 8:25 AM
Are you using any firewall, proxy, whatever? Disable it for the download.
Posted By: LSGOLF Re: [6.3.x] [beta] Modification Wordlets - 07/05/2002 10:20 AM
Bingo, Thanks. Norton can be a pain sometimes, but it sure beats a hacker... well the bad kind.
Doesn't work with 6.3.1 ? Everytime I hit the "Modification Wordlets" Option in the menu an error appears.
Posted By: Lord Dexter Re: [6.3.x] [beta] Modification Wordlets - 07/26/2002 2:29 PM
What error? Post it here..
Action not permitted.

» Use your browser's back button to return.

It seems to be an error in the cp_common.pl.
Posted By: Lord Dexter Re: [6.3.x] [beta] Modification Wordlets - 07/26/2002 3:38 PM
If it displays in your CP it's not cp_common.pl.

Try re-hacking.
I've rehacked it a few times. Believe me, it DOES NOT work with 6.3.1
Posted By: Lord Dexter Re: [6.3.x] [beta] Modification Wordlets - 07/27/2002 1:28 AM
Worked with my 6.3.1. Strange problem...
Posted By: freak.scene Re: [6.3.x] [beta] Modification Wordlets - 07/27/2002 6:34 AM
worked for me too
Okay letz go into the detail: The instructions says....

#########################
cp_common.pl (template)
#########################

# FIND:
document.writeln("");

THIS CAN'T BE FOUND IN MY 6.3.1!!!

Okay... anyway.... i'm looking aroung where the other document.writeln stuff fot the wordlets are... and add it somewhere into it... but it looks complete different.

Does anyone know where EXACTLY I should add:
document.writeln(""); ??
Posted By: QuiGonJ Re: [6.3.x] [beta] Modification Wordlets - 07/27/2002 4:17 PM
I got a nice big red error message trying this in Multihack also...

seems
document.writeln("");

is now created as

document.writeln("");

This is part of the new feature where everything is now Wordlettized, so the new inserted line ought to be:

document.writeln("");

And then in vars_wordlets_cp.cgi, we should insert

q!menu_vars_modifications! => q!Modification Settings!,

right after

q!menu_vars_mods! => q!Moderator Settings!,

That seems to have done it... laugh
Posted By: QuiGonJ Re: [6.3.x] [beta] Modification Wordlets - 07/27/2002 6:40 PM
Since they are related so tightly, the CP Modification Wordlets hack also needs a similar pair of changes:

[inserted code written as]
document.writeln("");

now needs to be

document.writeln("");

with a line inserted to vars_wordlets_cp.cgi inserted reading

q!wordlet_frag_mods! => q!Modifications!,

I don't think it matters where it goes, but I inserted that just in front of

q!wordlet_frag_error! => q!Error!,

::does a happy dance:: it works!!
Posted By: caroth Re: [6.3.x] [beta] Modification Wordlets - 07/28/2002 3:33 AM
Quote
quote:
Originally posted by QuiGonJ:
[QB]Since they are related so tightly, the CP Modification Wordlets hack also needs a similar pair of changes:

document.writeln("");

now needs to be

document.writeln("");
What file are you talking about? I don't find that stuff anywhere.
Posted By: Lord Dexter Re: [6.3.x] [beta] Modification Wordlets - 07/28/2002 4:17 AM
cp_common.pl
Posted By: caroth Re: [6.3.x] [beta] Modification Wordlets - 07/28/2002 7:36 AM
Quote
quote:
document.writeln("");
This does not appear anywhere in 6.3.1 cp_common.pl
Posted By: Lord Dexter Re: [6.3.x] [beta] Modification Wordlets - 07/28/2002 9:46 AM
Thats what you have to add in.

It's the previous code from the hack.
Posted By: grungelegende Re: [6.3.x] [beta] Modification Wordlets - 07/28/2002 11:50 AM
Nice try... seems to be fine, but now when you click on "modification wordlets" in the cp, it says "you d'ont have permission to access this area"
Posted By: Lord Dexter Re: [6.3.x] [beta] Modification Wordlets - 07/28/2002 1:15 PM
There is a problem in cp.cgi then.
*aaargggh*
Posted By: caroth Re: [6.3.x] [beta] Modification Wordlets - 07/30/2002 5:49 AM
FYI

You do not have permission to access this area.

» Use your browser's back button to return.

That is what I get when attemping this hack. Is someone going to fix this?
Posted By: August Re: [6.3.x] [beta] Modification Wordlets - 08/31/2002 3:28 AM
Had an issue, but then realized it was addressed in the more up-to-date version of this mod.

If anyone is looking for it, it's Here
Posted By: Dino Re: [6.3.x] [beta] Modification Wordlets - 10/06/2002 12:57 AM
Perhaps I'm dumb, but:

Image Wordlet™ List does not exist in cp_common.pl

However, $vars_wordlets_cp{wordlet_frag_image} does exist.

What should $vars_wordlets_mods{????} be called to get this thing to work?
Posted By: Dino Re: [6.3.x] [beta] Modification Wordlets - 10/06/2002 1:35 AM
Quote
quote:
Originally posted by Dino:
Perhaps I'm dumb, but:

Image Wordlet™ List does not exist in cp_common.pl

However, $vars_wordlets_cp{wordlet_frag_image} does exist.

What should $vars_wordlets_mods{????} be called to get this thing to work?
I guess I should have read the last post. Problem solved. I hope others get through all the messages and get to the bottom. Modification Wordlets is a little misleading. It says 6.3.x, but Qasic's 1.6 download appears to not work for 6.3.1.1
Posted By: AllenAyres Re: [6.3.x] [beta] Modification Wordlets - 10/12/2002 6:20 PM
We have a mhk for mod wordlets in the db, ask if you still have questions smile
© UBB.Developers