[]
Omegatron said: Jersey,
This hack does not care about what cat they are in.
you need to set your data_dir to this
$data_dir = "http://www.the-jersey-devil.com/photopost/data";
It pulls the photos based on userid. The cat variable is inherited from the query
$query = "SELECT id,cat,title,bigimage,medsize FROM {$pp_prefix}photos WHERE userid = {$user['U_Number']} ORDER BY date DESC LIMIT $page,16";
Sounds to me like you have some server issues.
If you look at how the image is displayed you will see what I mean.
It takes your data path and appends the cat number on it and then appends the userid and file name
That is how photopost stores information. [/]
I was just going to post this reply, it seems that if the catagory is created after the hack it works... OR it just decided to start working on it's own..

I did reboot and it is windows
Either way Thank you very much...
