thanks....
about 90% done with the migration.... just the photos left to do, and understanding how they should be input into the Dolphin database is the last step.... i will have to look at the code to see how the hash applies. --ie is it just a random hash to confuse those who would hot link to all photos? ...or something more...
bx_photos_main seems to hold a unique id for each uploaded photo, its size, and a name/descrition, and the hash
once that table is populated:
every imported user must have an album created in sys_ablums, and then
the images given a token value in each album created that correlates back to each owner/creator...
I am going to keep it simple and simply upload an image for each user into a 'Profile photos' album with the 'Caption' and 'Url" for the album "user's photos" and "user-s-photos.
sys_albums_objects then becomes:
id_album id_object obj_order
1 1 0
2 1 0
3 1 0
4 1 0
...etc keeping the id_album the same as the ID:bx_photos_main and ID:Profiles
hope that makes sense....