Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Nov 2000
Posts: 2,759
Pooh-Bah
Pooh-Bah
Offline
Joined: Nov 2000
Posts: 2,759
PhotoPost specs say that Safe Mode must be "off"

Threadsdev has a PhotoPost gallery

Threadsdev is hosted at Infopop

Infopop does not disable safe mode on shared servers

How is PhotoPost running here?

Did nav disable safe mode for Threadsdev dev, did you guys change any of the code, or what?

Sponsored Links
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
No I had to do some tweaking.....

It took some trial and error - but I *think* this was all I had to do to get it working right.

in adm-main.php change this:
Code
 <br />function dirsize($dir) { <br />    calculate the size of files in $dir, (it descends recursively into other dirs) <br /> $dh = opendir($dir); <br />   $size = 0; <br />   while (($file = readdir($dh)) !== false) <br />       if ($file != "." and $file != "..") { <br />           $path = $dir."/".$file; <br />           if (is_dir($path)) <br />             $size += dirsize($path); <br />           elseif (is_file($path)) <br />               $size += filesize($path); <br />      } <br />   closedir($dh); <br />   return $size; <br />} <br />


To this:
Code
 <br />function dirsize($dir) { <br />   // calculate the size of files in $dir, (it descends recursively into other dirs) <br />// $dh = opendir($dir); <br />//   $size = 0; <br />//   while (($file = readdir($dh)) !== false) <br />//       if ($file != "." and $file != "..") { <br />//           $path = $dir."/".$file; <br />//           if (is_dir($path)) <br />//             $size += dirsize($path); <br />//           elseif (is_file($path)) <br />//               $size += filesize($path); <br />//      } <br />//   closedir($dh); <br />	$size = "Not in safe Mode"; <br />   return $size; <br />} <br />


That *seems* to solve it. Review Post still may not be working right - I can upload stuff - but other people seem to be unable to do so. :shrug:

Joined: Nov 2000
Posts: 2,759
Pooh-Bah
Pooh-Bah
Offline
Joined: Nov 2000
Posts: 2,759
Thanks Josh!

Wanted to make sure it would work before going out and buying a license, or deciding to switch to another host

-Tacks

Joined: Nov 2000
Posts: 2,759
Pooh-Bah
Pooh-Bah
Offline
Joined: Nov 2000
Posts: 2,759
For the most part it works. I probably need to change a few settings in the PP config.

It was throwing some errors when I had set up some categories and tried to move a photo from one category to another. I'll have to play with it some more when I get some time.

I also haven't edited the files to integrate it with threads, right now it's just using the login info from the threads db

Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Yeah, it's not widely tested...... I'm guessing that they say that you can't be in safe mode for more reasons than just what i disabled. I was just happy to get it to work enough here to be able to kind of "showcase" it integrated with threads.

Sponsored Links

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,575
Posts293,932
Members13,824
Most Online6,139
Sep 21st, 2024
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,835
Greg Hard 4,625
Top Posters(30 Days)
Gizmo 1
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-2025 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.1
(Snapshot build 20240918)