|
|
Joined: Aug 2000
Posts: 1,290
Addict
|
Addict
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?
|
|
|
|
Joined: Dec 2000
Posts: 1,471
Addict
|
Addict
Joined: Dec 2000
Posts: 1,471 |
Why doesn't it work with using paths?
|
|
|
|
Joined: Aug 2000
Posts: 1,290
Addict
|
Addict
Joined: Aug 2000
Posts: 1,290 |
dunno..
I put /classifieds/index and so on..
|
|
|
|
Joined: Dec 2000
Posts: 1,471
Addict
|
Addict
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
Joined: Aug 2000
Posts: 1,290 |
|
|
|
|
Joined: Dec 2000
Posts: 1,471
Addict
|
Addict
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
Joined: Aug 2000
Posts: 1,290 |
Okay done, no help. How do you add the filenamess to online.php?
|
|
|
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.
|
|
Posts: 417
Joined: November 2001
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|
|