Previous Thread
Next Thread
Print Thread
Rate Thread
#184174 02/25/2005 2:39 PM
Joined: Jan 2005
Posts: 5
Junior Member
Junior Member
Offline
Joined: Jan 2005
Posts: 5
.

Sponsored Links
#184175 02/25/2005 2:41 PM
Joined: Oct 2000
Posts: 2,667
Veteran
Veteran
Offline
Joined: Oct 2000
Posts: 2,667
just download all the files and then use the search and replace function of a text editor. It should be quick and easy to do.


Do you believe in love at first sight,
or should I walk by again?
#184176 02/25/2005 3:01 PM
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 believe ultra edit will do this, possibly even over ftp, for sure of you download the files as a group, run the app then re-upload smile

www.ultraedit.com


- Allen wavey
- What Drives You?
#184177 02/25/2005 11:41 PM
Joined: Jan 2005
Posts: 5
Junior Member
Junior Member
Offline
Joined: Jan 2005
Posts: 5
Quote
quote:
just download all the files and then use the search and replace function of a text editor. It should be quick and easy to do.
Charles/Allan...Thanks for your response, but I don't know how to repair this, even as easy as your saying it is. Would either of you be willing to help me out, as in doing it for me? If so, please email me directly at [email protected]

Thank you

#184178 02/26/2005 5:23 AM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
Since the board is open only for registered users, I can't check the case deeply. But try the following:

Open ubb_lib_posting.cgi. (in the cgi-bin folder)
Find:
Code
		$post_body = $thisline[6];
Add below:
Code
$post_body =~ s/http://gringos.com.lhost7.atlantic.net/gringotalk/ubb//http://gringos.com/ubb//isg;
Then clear cache. (from the CP)

If it doesn't work, try again, and if it still doesn't work, please provide a test username/pass (not yours, a new one) for your forum, and the URL to an old topic with a broken smiley link.

Sponsored Links
#184179 02/26/2005 2:20 PM
Joined: Jan 2005
Posts: 5
Junior Member
Junior Member
Offline
Joined: Jan 2005
Posts: 5
.

#184180 02/26/2005 2:46 PM
Joined: Jan 2005
Posts: 5
Junior Member
Junior Member
Offline
Joined: Jan 2005
Posts: 5
Sorry LK. I don't understand this. You want me to provide here a test user/pass to access my board?

Thank you so much for helping me.

#184181 02/26/2005 5:00 PM
Joined: Mar 2001
Posts: 7,394
LK Offline
Admin / Code Breaker
Admin / Code Breaker
Offline
Joined: Mar 2001
Posts: 7,394
I assume you have never modified your board... Let me explain a bit about doing that. If you already know that, you can skip directly to the directions of course.

UBB is a board which is built on Perl, and all its code may be viewable and modified by its owners. So if you want to change just about anything you want in your board, you can simply open a file, and modify it.

In order to have all the "http://gringos.com.lhost7.atlantic.net/gringotalk/ubb/" instances in the post bodies become "http://gringos.com/ubb/", do the following:

Open Notepad, and go to your UBB's cgi-bin directory. There you'll find a file called "ubb_lib_posting.cgi." Open it.
Find (with the Notepad find function):
Code
		$post_body = $thisline[6];
Right below that, copy and paste the following line:
Code
$post_body =~ s/http://gringos.com.lhost7.atlantic.net/gringotalk/ubb//http://gringos.com/ubb//isg;
Then go to your UBB Control Panel, and clear your board cache.
If it still doesn't work, please provide a test user/pass to access your board.


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
Posts: 70
Joined: January 2007
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
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)