10-01-2013, 12:39 AM
Pages: 1 2
10-01-2013, 05:22 PM
Thanks for the share bro. Here's the sales page http://codecanyon.net/item/sexytop-php-p...er/5134038
10-02-2013, 03:05 AM
don't think its working. can you show us around or your own demo ? I got trouble make it working
10-02-2013, 12:05 PM
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.
10-03-2013, 02:21 AM
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
10-07-2013, 02:06 AM
Bump ! Please Rep me if you download the script ;)
10-07-2013, 02:53 AM
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
Regards
11-03-2013, 10:55 PM
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';
}
###################
:)
###############
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';
}
###################
:)
11-03-2013, 11:03 PM
(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.
11-20-2013, 07:58 PM
re up pls :) nice share
Pages: 1 2