Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Aug 2000
Posts: 1,290
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,290
Working on a site with PP Pro and PP Classifieds. They use similar file names, so wol doesn't show correctly. I tried the suggestion of using pathing, but no luck. Any ideas?


- Custom Web Development
http://www.JCSWebDev.com
Sponsored Links
Joined: Dec 2000
Posts: 1,471
Addict
Addict
Offline
Joined: Dec 2000
Posts: 1,471
Why doesn't it work with using paths?

Joined: Aug 2000
Posts: 1,290
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,290
dunno..

I put /classifieds/index and so on..


- Custom Web Development
http://www.JCSWebDev.com
Joined: Dec 2000
Posts: 1,471
Addict
Addict
Offline
Joined: Dec 2000
Posts: 1,471
Here's a code snippet I use. It displays just one language string for photopost but it could be expanded to display a different one for every photopost script.
Taken from ubbt.inc.php:

// Since we still want to see non logged in users on the online screen
// we need to track this by IP
$IP = find_environmental ("REMOTE_ADDR");
$What = find_environmental ("PHP_SELF");

/* photopost integration hack */
$What2 = find_environmental('PATH_TRANSLATED');
if (strstr($What2,'fotogalerie')) {
$What = 'all_photopost';
}
elseif (strstr($What, 'admin')) {
/* end photopost integration hack */
$What = "all_admin";
}
else {
$script['0'] = "";
preg_match ("/(.*)\/(.*).php/",$What,$script);
$What = $script['2'];
}

Joined: Aug 2000
Posts: 1,290
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,290
Where do you place it?


- Custom Web Development
http://www.JCSWebDev.com
Sponsored Links
Joined: Dec 2000
Posts: 1,471
Addict
Addict
Offline
Joined: Dec 2000
Posts: 1,471
Search for:
// Since we still want to see non logged in users on the online screen
// we need to track this by IP
$IP = find_environmental ("REMOTE_ADDR");
$What = find_environmental ("PHP_SELF");

Joined: Aug 2000
Posts: 1,290
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,290
Okay done, no help. How do you add the filenamess to online.php?


- Custom Web Development
http://www.JCSWebDev.com

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)