Previous Thread
Next Thread
Print Thread
Rate Thread
Page 2 of 3 1 2 3
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
There's still a problem with the links in the threads.

Sponsored Links
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
Post your board URL.

------------------
UBBDEV Moderator
OCCUPATION: Programmer, webmaster.

Hack Developer of the Ultimate Bulletin Board. I am not an employee of Infopop

Due to time limitation, I do not offer support Via. E-mail. Please post on the forums.

Sincerely,
MasterMind

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
nevermind. Your right.
I have updated that fix in the last release. Replace all the coding with search in it.

Allen, how do i timestamp it? :[Linked Image]:

------------------
UBBDEV Moderator
OCCUPATION: Programmer, webmaster.

Hack Developer of the Ultimate Bulletin Board. I am not an employee of Infopop

Due to time limitation, I do not offer support Via. E-mail. Please post on the forums.

Sincerely,
MasterMind

Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395

Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
MM,

It's still messed up. I fixed the profile error with the pipe problem, but the reg and search links are still messed up.

Sponsored Links
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
MM,

I have the reg link fixed using this code:

my $RegLinkHere = ($DisplayRegistration eq 'NO') ? '' : qq( profile | register | );
****************

The search link is still messed up.

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
find:

Code
code:

replace that with the new code

------------------
UBBDEV Moderator
OCCUPATION: Programmer, webmaster.

Hack Developer of the Ultimate Bulletin Board. I am not an employee of Infopop

Due to time limitation, I do not offer support Via. E-mail. Please post on the forums.

Sincerely,
MasterMind

Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
I've fixed all the links.

here is the complete code for the hack:
*Edited the other code out*

find:

if ($Header ne "") {
$Header2 = $Header;
$Header2 =~ s/UBBrandomX/$RandomNumber/isg;
$Header2 =~ s/UBBrandomY/$RandomNumber2/isg;
}
if ($Footer ne "") {
$Footer2 = $Footer;
$Footer2 =~ s/UBBrandomX/$RandomNumber/isg;
$Footer2 =~ s/UBBrandomY/$RandomNumber2/isg;
}

replace that with:

if ($Header) {
$Header2 = $Header;
$Header2 =~ s/UBBrandomX/$RandomNumber/isg;
$Header2 =~ s/UBBrandomY/$RandomNumber2/isg;
}
if ($Footer) {
$Footer2 = $Footer;
$Footer2 =~ s/UBBrandomX/$RandomNumber/isg;
$Footer2 =~ s/UBBrandomY/$RandomNumber2/isg;
}


All new code addons will be added to the bottom ~MM~
************************************

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
Just put the time and date of your latest fix either at the top or bottom of the text file.... that way I can click on the link and see if it is newer than the one I have without comparing the files to see if there is a change... kinda like a version number.

You could do something like:

v1-11-07-00-12:30pm

the next one could be:

v1-11-07-00-3:40pm

Once you get a "final" draft, we can give it a real documenting and post it to the database. If new changes are made after that, we can begin putting a bug fix/ change note at the bottom of the header info.

------------------
Allen

- http://www.stand318.com


- Allen wavey
- What Drives You?
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
The code I pasted above has the header and footer fixes and the link fixes.

Sponsored Links
Joined: Sep 2000
Posts: 67
Member
Member
Offline
Joined: Sep 2000
Posts: 67
I just installed this hack in my beta forum---- it could be wishful thinking, or it may not be... but from what I can see- the change is noticable... and well worth it...
Excellent job MM... anything that speeds up the forum and drops the cpu usage of the server is a good thing in my book.. now if postings.cgi was faster... wooo hooo!

------------------
My Site
The only difference between a fool and an eccentric are your beliefs in their ideas.

Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
beta testing it here as well... let me know if you see any problems...

------------------
Allen

- http://www.stand318.com


- Allen wavey
- What Drives You?
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
I guess that answers that... no header/ footer info in the latest version downloaded 10 minutes ago..

------------------
Allen

- http://www.stand318.com


- Allen wavey
- What Drives You?
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
just put the old one back up... will look for the bug fixes from this thread before re-uploading..

------------------
Allen

- http://www.stand318.com


- Allen wavey
- What Drives You?
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
OK.. testing now with NBA's posted bug fixes...

------------------
Allen

- http://www.stand318.com


- Allen wavey
- What Drives You?
Joined: Mar 2000
Posts: 21,079
Likes: 3
I type Like navaho
I type Like navaho
Joined: Mar 2000
Posts: 21,079
Likes: 3
seems quite a bit faster... let me know what you think...

------------------
Allen

- http://www.stand318.com


- Allen wavey
- What Drives You?
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
The only fix NBA posted was the header one. nothing else changed in his code.

Doc updated/

------------------
UBBDEV Moderator
OCCUPATION: Programmer, webmaster.

Hack Developer of the Ultimate Bulletin Board. I am not an employee of Infopop

Due to time limitation, I do not offer support Via. E-mail. Please post on the forums.

Sincerely,
MasterMind

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
oh no.
NBA, i am sorry.
oh goodness. The text file is dead...



------------------
UBBDEV Moderator
OCCUPATION: Programmer, webmaster.

Hack Developer of the Ultimate Bulletin Board. I am not an employee of Infopop

Due to time limitation, I do not offer support Via. E-mail. Please post on the forums.

Sincerely,
MasterMind

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
Fixed.

------------------
UBBDEV Moderator
OCCUPATION: Programmer, webmaster.

Hack Developer of the Ultimate Bulletin Board. I am not an employee of Infopop

Due to time limitation, I do not offer support Via. E-mail. Please post on the forums.

Sincerely,
MasterMind

Joined: Sep 2000
Posts: 67
Member
Member
Offline
Joined: Sep 2000
Posts: 67
I didn't have any headers or footers on my beta site.. will re-insert the new text and put some in and get back to everyone...

------------------
My Site
The only difference between a fool and an eccentric are your beliefs in their ideas.

Joined: Sep 2000
Posts: 58
Member
Member
Offline
Joined: Sep 2000
Posts: 58
Holy MOMA!!!!
Ok,got it to work,,must of been an error on my end,,sorry
It works,,holy freakin fast!!
Thanks guys.


Love life, feel life,,be life.
Joined: Oct 2000
Posts: 3
Junior Member
Junior Member
Offline
Joined: Oct 2000
Posts: 3
I've been reading and using this board for quite a while and don't post much. I just wanted to let you know that I just put this mod on my board (this is the first beta I've tried) and it is stellar. Kudos to all of you who have worked so hard to get it right. My board is pretty basic so I didn't have any header, footer problems.

Once again thank you and keep up the good work!


------------------
Indoor Lacrosse... The fastest game on two feet.

The Buffalo Bandits Boosters

#38829 11/07/2000 10:15 PM
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
I'll move this to FINSIHED mods!

------------------
UBBDEV Moderator
OCCUPATION: Programmer, webmaster.

Hack Developer of the Ultimate Bulletin Board. I am not an employee of Infopop

Due to time limitation, I do not offer support Via. E-mail. Please post on the forums.

Sincerely,
MasterMind

#38830 11/07/2000 11:05 PM
Joined: Jul 2000
Posts: 610
Member
Member
Offline
Joined: Jul 2000
Posts: 610
Hi,

MM i am using the cosmatics hack, which means i got icons for search, profile, register etc.. etc... lines.

Is there a way to keep the icons with using this hack?

Thanks [Linked Image]

------------------

I got also UBB hacks database

#38831 11/08/2000 12:35 AM
Joined: Mar 2000
Posts: 143
Member
Member
Offline
Joined: Mar 2000
Posts: 143
Can someone please tell me if I have the right version? It's running at: http://www.80sxchange.com/ubbcgi/Ultimate.cgi?action=intro

I did it this afternoon and everything seems to be working okay. How do I know if I missed something? I'm not really good at these hacks so I could use any help I can get...

------------------
Sal Collaziano
www.80sxchange.com and


Joined: Jul 2000
Posts: 52
Member
Member
Offline
Joined: Jul 2000
Posts: 52
Hey man... why don't you post a new link with a DIFFERENT URL so that people can compare stuff. Just to be safe.

PhOeNiX LanDinG

------------------
X-Admin Of Gaming Update
Pioneer of Gamespecs.com


X-Admin Of Gaming Update
Pioneer of Gamespecs.com
Joined: Sep 2000
Posts: 67
Member
Member
Offline
Joined: Sep 2000
Posts: 67
I have everything working except the search link in the thread body... Was this updated somewhere inside your text file that I missed MM?
Link:
http://www.carstereos.org/images/Forum1/HTML/000043.html
Other than that... everything I have seen so far indicates a signifigant change for the better!

------------------
My Site
The only difference between a fool and an eccentric are your beliefs in their ideas.

Joined: Jul 2000
Posts: 1,349
Ell Offline
Member
Member
Offline
Joined: Jul 2000
Posts: 1,349
Yeah, UBB is a poorly coded piece of *cough*. If you want to see what it SHOULD look like, have a look at an Ultraboard (UBB-inspired imitation).. it has database access, and decent coding... of course, it's absolutely impossible to modify without a degree in Perl, but nevermind. [Linked Image] I've heard UBB 6 is supposed to be a lot cleaner.

Question: I'm still running a slightly outdated UBB version (5.45c) so I don't know if this is built in to subsequent releases, but this probably WAS the best mod I ever installed. If it's not in the currently circulating UBBs, I suggest you add it to your mod, MasterMind.

#38835 11/08/2000 10:58 AM
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
Quote
quote:
I fixed all the links and included Parker's header/footer fix in the code I posted yesterday.



This message has been edited by NBAustin on November 08, 2000 at 10:01 AM

#38836 11/08/2000 11:00 AM
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
Quote
quote:
You'll have to manually do the imgsrc= stuff to include the icons in the $myreglink line of the code.

#38837 11/08/2000 11:04 AM
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
Quote
quote:
No problem.

Parker Clack did the Header/Footer fix...I did all the link fixes.

Glad to be of help.



This message has been edited by NBAustin on November 08, 2000 at 10:04 AM

#38838 11/08/2000 12:23 PM
Joined: Sep 2000
Posts: 67
Member
Member
Offline
Joined: Sep 2000
Posts: 67
Quote
quote:
You referring to this one where it was removed?
I'll grab the text file again to see if I missed it...
The other post you did fixed everything but the search link, which is where I am stopped also.


------------------
My Site
The only difference between a fool and an eccentric are your beliefs in their ideas.

#38839 11/08/2000 12:44 PM
Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
Spawn, Add the IMAGE tags by itself.
Borg, i have it installed and i will repost it sometime.

------------------
UBBDEV Moderator
OCCUPATION: Programmer, webmaster.

Hack Developer of the Ultimate Bulletin Board. I am not an employee of Infopop

Due to time limitation, I do not offer support Via. E-mail. Please post on the forums.

Sincerely,
MasterMind

Joined: Nov 2000
Posts: 2
Junior Member
Junior Member
Offline
Joined: Nov 2000
Posts: 2
so... can someone tell me what the link is to the latest version, which fixes all the problems with the "register" and "search" links and everything? thanks.

Joined: Sep 2000
Posts: 67
Member
Member
Offline
Joined: Sep 2000
Posts: 67
Quote
quote:

Could someone that has installed this please check their General Variables??
After installing it I lost the majority of the control panel controls. The major ones- (url, absolute paths) were there, but some of the others, (mostly toggle controls) were missing- the ones in the second column.
After uninstalling the hack I was able to access the GV's again, all of them- so I am assuming it has something to do with it?


------------------
My Site
The only difference between a fool and an eccentric are your beliefs in their ideas.

Joined: Sep 2000
Posts: 67
Member
Member
Offline
Joined: Sep 2000
Posts: 67
Correction: it was just that. I lost all toggle controls:
IE- On/off, yes/no, etc...


------------------
My Site
The only difference between a fool and an eccentric are your beliefs in their ideas.

Joined: Feb 2000
Posts: 4,625
Member
Member
Offline
Joined: Feb 2000
Posts: 4,625
That's a very interesting bug...
Did you hack anything else?

This shouldn't really do that. All we did was speed up ubb_lib2.pl

------------------
UBBDEV Moderator
OCCUPATION: Programmer, webmaster.

Hack Developer of the Ultimate Bulletin Board. I am not an employee of Infopop

Due to time limitation, I do not offer support Via. E-mail. Please post on the forums.

Sincerely,
MasterMind

Joined: Sep 2000
Posts: 67
Member
Member
Offline
Joined: Sep 2000
Posts: 67
Yes- there are several hacks installed on my beta forum.
The ones that would add a line to cpanel2.cgi would be the newsfader hack alone I think (the toggle in the first column there worked fine, but the second column toggles were all gone).... Offhand I can't think of anything else that would have changed it. I will have to recheck my log at home.

------------------
My Site
The only difference between a fool and an eccentric are your beliefs in their ideas.

Joined: Sep 2000
Posts: 67
Member
Member
Offline
Joined: Sep 2000
Posts: 67
I think this is an issue in my coding elsewhere. I found an error I have to take care of ASAP on my beta forum. I will let you know once I filter that issue out.


------------------
My Site
The only difference between a fool and an eccentric are your beliefs in their ideas.

Joined: Aug 2000
Posts: 874
Moderator / Developer
Moderator / Developer
Offline
Joined: Aug 2000
Posts: 874
i had the same problem with the control panel. on the second or third page someone (i forget who) had posted the entire hack in their msg, and it had some stuff they had added, including -at the end- one line that edited my radio or something like that. cpanel uses ubb_lib2 to create the radio buttons it uses, and that line was bad, thats why the radio buttons all dissapeared in the control panel, take that line (with radio in it) out, or just intall from the current file mastermind has up and it will be fine.

Page 2 of 3 1 2 3

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)