Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 2 1 2
Joined: Sep 2001
Posts: 90
Member
Member
Offline
Joined: Sep 2001
Posts: 90
Redownloaded latest zip rehacked files reuploaded files cleared cache and all ok now smile

Sponsored Links
Joined: Jun 2001
Posts: 51
Member
Member
Offline
Joined: Jun 2001
Posts: 51
I go to download and it yells at me that hotlinking to qasic.net is not permitted frown

Oh well

Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Are you using any firewall, proxy, whatever? Disable it for the download.

Joined: Jun 2001
Posts: 51
Member
Member
Offline
Joined: Jun 2001
Posts: 51
Bingo, Thanks. Norton can be a pain sometimes, but it sure beats a hacker... well the bad kind.

Joined: May 2001
Posts: 31
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 31
Doesn't work with 6.3.1 ? Everytime I hit the "Modification Wordlets" Option in the menu an error appears.

Sponsored Links
Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
What error? Post it here..

Joined: May 2001
Posts: 31
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 31
Action not permitted.

ยป Use your browser's back button to return.

It seems to be an error in the cp_common.pl.

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
If it displays in your CP it's not cp_common.pl.

Try re-hacking.

Joined: May 2001
Posts: 31
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 31
I've rehacked it a few times. Believe me, it DOES NOT work with 6.3.1

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Worked with my 6.3.1. Strange problem...

Sponsored Links
Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
worked for me too


jeremiah
Joined: May 2001
Posts: 31
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 31
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(""); ??

Joined: Mar 2000
Posts: 32
Member
Member
Offline
Joined: Mar 2000
Posts: 32
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

Joined: Mar 2000
Posts: 32
Member
Member
Offline
Joined: Mar 2000
Posts: 32
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!!

Joined: May 2001
Posts: 58
Member
Member
Offline
Joined: May 2001
Posts: 58
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.

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
cp_common.pl

Joined: May 2001
Posts: 58
Member
Member
Offline
Joined: May 2001
Posts: 58
Quote
quote:
document.writeln("");
This does not appear anywhere in 6.3.1 cp_common.pl

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Thats what you have to add in.

It's the previous code from the hack.

Joined: May 2001
Posts: 31
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 31
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"

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
There is a problem in cp.cgi then.

Joined: May 2001
Posts: 31
Junior Member
Junior Member
Offline
Joined: May 2001
Posts: 31
*aaargggh*

Joined: May 2001
Posts: 58
Member
Member
Offline
Joined: May 2001
Posts: 58
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?

Joined: Sep 2001
Posts: 38
Member
Member
Offline
Joined: Sep 2001
Posts: 38
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

Joined: Mar 2001
Posts: 56
Member
Member
Offline
Joined: Mar 2001
Posts: 56
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?

Joined: Mar 2001
Posts: 56
Member
Member
Offline
Joined: Mar 2001
Posts: 56
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

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
We have a mhk for mod wordlets in the db, ask if you still have questions smile


- Allen wavey
- What Drives You?
Page 2 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
isaac
isaac
California
Posts: 1,157
Joined: July 2001
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
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)