|
Well you could do this.
1. upgrade your 4.66 version to 5.3
2. realign it to use Photopost as the standalone via the switch integration settings link.
3. create a user account and in phpmyadmin make the usergroupid 5 that will be your admin account
4. Issue a query in phpmyadmin on the photos table to set the userid of all photos to the userid of the admin user.
UPDATE pp_photos SET userid = SOMEID
|