Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Nov 2001
Posts: 170
Member
Member
Offline
Joined: Nov 2001
Posts: 170
This is a UBB code button interface with a load of button to use
To setup the program you have to choice
1- auto-setup
I. Edit the first line of advancedubbcode.cgi and replace it with the first line found in cp.cgi. FTP it to your cgi path and run it from your browser such as http://yoursite/cgi-bin/advancedubbcode.cgi and it will install its self and you can un install it by running the same program again
II. Ftp all the image to your ubb{non cgi} path


2- manual setup
I. read advancedubbcode.text and replace the code
II. Ftp all the image to your ubb{non cgi} path


The code will look like this
[Linked Image]

.
.
.
.
.
A sample of the result code
[Linked Image]

Test the code in this site

.
.
.
.
.
.

Download 6.1 thanks TheGenie

.
.

Sponsored Links
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
..ok... any comments charles..?

Joined: May 2001
Posts: 197
Member
Member
Offline
Joined: May 2001
Posts: 197
If you install for exemple the hide hack it kind of hard to introduce it in there. And like the other say make your board easyly hackable

Joined: Oct 2001
Posts: 572
Member
Member
Offline
Joined: Oct 2001
Posts: 572
very bad hack
Do not undo the ( in html error that is very bad makes your board hackable easily.

Joined: Jun 2001
Posts: 2,849
Spotlight Winner
Spotlight Winner
Offline
Joined: Jun 2001
Posts: 2,849
I went to his test board and got mostly errors. I've learned not to use his hacks.

Sponsored Links
Joined: Nov 2001
Posts: 170
Member
Member
Offline
Joined: Nov 2001
Posts: 170
Greg Hard
I do not think that any body could say this has any problem

WhiteBlade
What is the hide hack ??????????

eXtremeTim
What are you talking about man

XPerT
I had to do something in my bord go now and tell me what problem did you find

For all
I thought this is a beta hack board so treat me as a developer

Joined: Jan 2000
Posts: 5,073
Admin Emeritus
Admin Emeritus
Joined: Jan 2000
Posts: 5,073
This hack intentionally disables UBB security measures. This hack uses known bad methods to access UBB data files (i.e. ignores all the work that went into the 6.1 release to prevent the issues that this hack can produce.)

Do not install it.

Do not use it.

Hack author:

You're using raw I/O routines in your addon file. This *WILL* cause issues. Do not use raw I/O. Read this topic please: https://ubbdev.com/ubbcgi/ultimatebb.cgi?ubb=get_topic;f=29;t=000123

The UBB Code routines and the Instant UBB Code JS has changed signifigantly. You will want to work off of the current release, 6.2, when remaking this hack.

Did you not read the comment block heading sub check_html? Those routines and checks are there for a reason. Your code causes the primary check (no parens inside an HTML tag) to be essentially ineffective. Either drop the code that requires placing parens inside HTML or enhance the check so it makes exclusive, careful exceptions to the rule.

Oh, and don't ask users to change their own Wordlets, nor to alter data inside the Wordlet file. Instead, use the vars_wordlets_mod modification. smile


UBB.classic: Love it or hate it, it was mine.
Joined: Nov 2001
Posts: 170
Member
Member
Offline
Joined: Nov 2001
Posts: 170
Charles Capps

Code
[/code]This is a very important check statement it will check if there is any Parenthesis inside the html code and rise an error if there is one. Disabling this statement will cause a security risk. 

What I have done is the following:
[code]
What will this do is to save all instant in the html code that have a Parenthesis inside it in an array called s1. then it will check all the result array for what inside the Parenthesis. The "if" statement only accept the kind of code I use in the ubb code I present. Any other code it still will case an error and will not accept the post.
The other check statement is to chick if there is more then one open present inside the html code to add more security to ubb board
quote:

Oh, and don't ask users to change their own Wordlets, nor to alter data inside the
Wordlet file. Instead, use the vars_wordlets_mod modification.

If I am using a new hack that dose not has any thing to do with a ubb code I will follow this. But since you want the admin to alter the wordlet in the same place that they usually find it i had to do this.

Thanks CC for your comment
.
.
.
.
.
sory i had to change the code

Joined: Oct 2001
Posts: 572
Member
Member
Offline
Joined: Oct 2001
Posts: 572
Well i withdraw my earlier comments. I also apologise. I might check some of this stuff out latter on today now. smile

Joined: Nov 2000
Posts: 717
scattermidget
scattermidget
Offline
Joined: Nov 2000
Posts: 717
[sorry. made a statement that was unbecoming. smile ]

Sponsored Links
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
I actually agree with scats. It's a good thing that you released a hack you made, but you don't have to reply and protect your hack, and after you released your hack you have to either accept criticism or not visit this thread.

Joined: Nov 2001
Posts: 170
Member
Member
Offline
Joined: Nov 2001
Posts: 170
eXtremeTim
Thanks man. I rely respect you for this comment

Scats
Thank you very much for what you have written before editing your post.

LK
Thanks LK for your replay

Joined: Jan 2000
Posts: 5,073
Admin Emeritus
Admin Emeritus
Joined: Jan 2000
Posts: 5,073
Last night I did NOT properly read the modified paren detect code. It looks OK - I withdraw my warning. (The warning about the I/O routines stands - you REALLY should correct those, even if the file is used only once.)

This misreading does not deserve the verbal whipping you handed out.

I don't care about your qualifications, sir. Insulting the very developer responsible for the product you're using and the code you're modifying is never a good idea.


UBB.classic: Love it or hate it, it was mine.
Joined: Nov 2001
Posts: 170
Member
Member
Offline
Joined: Nov 2001
Posts: 170
Charles Capps
I had to say what I have said to show every body that this hack is safe to be used.

I am glad that you have seen this hack and slightly approve it
For I/O comment if I have chance to change it I will.

Now I have to say I am sorry {and I am glad to say it} for what was written before I edit my post. I will be more than thankful if you edit your first post that has the warning

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Lots of [edited by: 's in this thread smile

It looks good wwb95, thanks for sharing. Please try to understand we only want the best for those newbies who will install anything - and they love anything that adds ubbcodes laugh If possible, please work on the I/O smile


- Allen wavey
- What Drives You?
Joined: Jan 2001
Posts: 1,309
Member / Blamoholic
Member / Blamoholic
Offline
Joined: Jan 2001
Posts: 1,309
Looks like quite a few good features on there, but is there a way to disable some of them?

Joined: Nov 2001
Posts: 170
Member
Member
Offline
Joined: Nov 2001
Posts: 170
Charles Capps
I think now I have done the I/O thing you can check it
If you are using a proxy the old one wil come to you tray this
http://66.113.218.51/ubbcode2.zip

AllenAyres
Will it is a very good point and also you are doing a good job. I think I have done the I/O thing. Since it is my first time to use it I will appreciate it if you look at the code
Thank you for the replay

Joined: Nov 2001
Posts: 170
Member
Member
Offline
Joined: Nov 2001
Posts: 170
Bookie

I thought of having an advance and a stander version of the code but I did not know what to chose. If you kindly suggest what you think is a code to delete from the code in order to make the stander version
Thank for the replay

Joined: Nov 2001
Posts: 170
Member
Member
Offline
Joined: Nov 2001
Posts: 170
(pleas delete this)

Joined: Feb 2002
Posts: 3
Junior Member
Junior Member
Offline
Joined: Feb 2002
Posts: 3
Sorry for this stupid question, but can I download now the "Download 6.1 thanks TheGenie"??? Is everything now safe and clear?
Or should I download this one: "http://66.113.218.51/ubbcode2.zip
" (YES, I know! I'm a BIG newbie frown )
I read your posts but I'm not sure if it's safe now....
Again I apologize for my stupid question...
Thank you all! smile

Joined: Feb 2002
Posts: 3
Junior Member
Junior Member
Offline
Joined: Feb 2002
Posts: 3
Can someone PLZ answer my question....

Joined: Feb 2002
Posts: 3
Junior Member
Junior Member
Offline
Joined: Feb 2002
Posts: 3
I'm sorry but can SOMEONE answer my questions PLZ!!! frown


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
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)