Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Apr 2001
Posts: 8
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 8
I found this hack listed in the database but there is no link to it anyplace. Does anybody know where I can find it?

https://www.ubbdev.com/db/cgi/ultimatebb.cgi?ubb=get_topic&f=8&t=000052

Thanks.

Sponsored Links
Joined: Jun 2001
Posts: 2
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 2
I've been looking for that hack myself

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Try some other databases. The best V5 database is down at the moment...:(

Joined: Jun 2001
Posts: 2
Junior Member
Junior Member
Offline
Joined: Jun 2001
Posts: 2
are there any other V5 databases besides here and spawn's db

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Not really only Daves but I don't think it has that hack.

Sponsored Links
Joined: Apr 2001
Posts: 8
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 8
Quote
quote:
The database has been updated. The download for this hack now works. See the link above.

Thank you to whoever made this available.

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
SpAwN's database is also back up at http://spawn.piratecove.org

Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
I installed this hack.

I put in my admin name and password, and all it returns is a blank page, no errors.

Anyone else have this problem?

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
CHmodded the file correctly?

Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
#
# INSTALLATION INSTRUCTIONS:
#
# 1. FILE: editprofile.txt
#
# - Place this file in your CGI directory.
# - Rename this file to editprofile.cgi
# - Make sure the path to perl is correct (ie, #!/usr/bin/perl).
# - chmod the script to 755
#
# 2. FILE: cplinks.html
#
# - Add the following lines anywhere you like, and fix the HREF path if needed
#
# Edit User Profiles

You you need the hack lemme know...

Sponsored Links
Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
Quote
quote:
Yes. Set to Read/Write/Exe in NT.

[ August 24, 2001: Message edited by: NBAustin ]

Joined: Apr 2001
Posts: 8
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 8
>>Read/Write/Exe in NT.

That would be 777. Some servers won't allow that. Use 755 instead. (read/--/exe for world/other permission).

If it means anything, I installed this and it works like a charm.

Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
Tried it both ways read/write and read/write/exe.

No go.

Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
Are any other hacks required in order for this to run?

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
I don't think so, But a white page is a permission problem.

Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
Still no go.

I've tried changing the permissions multiple times.

Is there anything within the script that i may have missed that needs changing?

Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
Double posted. Sorry.

[ August 25, 2001: Message edited by: NBAustin ]

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
There might be, but I have seen this hack work on many forums before....

Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
I'm running 5.39 if that makes a difference.

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
That might be the problem, It might only work on 5.4x versions.

Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
Quote
quote:
Thats the problem...

Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
What code changes do I need to make to it?

Joined: Dec 2000
Posts: 47
Member
Member
Offline
Joined: Dec 2000
Posts: 47
may not be necessarily a permission problem. if there is an IIS option, check that in the script. Also check perl path etc etc...

Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
I checked the path to PERL and uncommented the print IIS statement.

Still comes up blank. Could it need a 1; at the end?

Joined: Aug 2000
Posts: 569
Member
Member
Offline
Joined: Aug 2000
Posts: 569
Hmmmm I dunno dude, you may wanna try it...
What about upgrading ?

Joined: Jan 2000
Posts: 395
Member
Member
Offline
Joined: Jan 2000
Posts: 395
Upgrading isn't an option for me. I have special code for additional fields and a truncation routine for text that won't migrate.

I've tried before, but the UBB code has changed so much over time.

Joined: May 2001
Posts: 6,708
Member
Member
Offline
Joined: May 2001
Posts: 6,708
Hmm...Try what you think might work to work, Just backup so it won't matter that ya make a mistake.

Joined: Nov 2000
Posts: 50
Member
Member
Offline
Joined: Nov 2000
Posts: 50
Hi,
when editing a Userprofile within the editprofile.cgi function in CP the ubb code for Images in Signatured are correct translated in html !
After editing a User this User will post [IMG]tags in his Signature and not the image self !

Is there a bugfix for or can somebody tell my what to change in editprofile.cgi ?

Joined: Nov 2000
Posts: 50
Member
Member
Offline
Joined: Nov 2000
Posts: 50
After a few hours "reading" code and try to understand I fixed the "bug" myself.

The script calls the UBBCode sub from ubb_library.pl and for the IMG Tag there is this code (perhaps from another Mod)
Code
code:

so I had to set $UBBImages to "ON" and $OverrideImages to "NO" with this code
Code
code:

before the statement
if ( $I == 12 ) { $EditHash{$I} = &UBBCode("$EditHash{$I}"); }

in editprofile.cgi and it works fine now wink

[ 10-18-2001: Message edited by: Onkel_Tom ]

Joined: Oct 2000
Posts: 290
Member
Member
Offline
Joined: Oct 2000
Posts: 290
Good job Tom!! I'll have to take a look at this later!! smile Gald you got it sorted...now you can rest!! smile


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)