Best Blackhat Forum

Full Version: [GET] Sexytop - PHP Photo Rater 1.3
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Thanks for the share bro. Here's the sales page http://codecanyon.net/item/sexytop-php-p...er/5134038
don't think its working. can you show us around or your own demo ? I got trouble make it working
OK. I am able to install it but it show version 1.2 ... can't be able to update and can't even post any picture. So i am trying to make things work. Until then, this script is un-used.
its version 1.3 but called 1.2 cuz i have it from Creator before the update, and to images work in folder cache you need make index.html give him chmod 777 and delete or keep i don't remember
Bump ! Please Rep me if you download the script ;)
this script not really good since its just for porpular website. Not as good as who is hotter script since each picture need to have a profile .... its killing how the website need to be used

Regards
I made pictures work on my way. Open include/cfg.php and change this code from line 118

###############
return $site_url.'/pictures/'.$photo[0].'/'.$size.'.jpg';

} else {

return $site_url.'/pictures/'.$photo[0].'/'.$size.'/'.$width.'x'.$height.'.jpg';

}
############################

to

##############

return $site_url.'/uploads/'.$photo[0].'_'.$size.'.jpg';

} else {

return $site_url.'/uploads/'.$photo[0].'_t.jpg';

}
###################

:)
(10-02-2013 12:05 PM)dungdenvn Wrote: [ -> ]OK. I am able to install it but it show version 1.2 ... can't be able to update and can't even post any picture. So i am trying to make things work. Until then, this script is un-used.
I think the same. I've installed but impossible to post new pictures.. This is not final and maybe buggy version.
re up pls :) nice share
Pages: 1 2
Reference URL's