The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!
You are not logged in.
Pages: 1
Hey,
I just installed the AdultScriptPro script on my lighttpd webserver, but I ran into a problem.
I can't access any url like http://thepornstuff.com/recent/, I did install the mod_rewrite but I guess .htaccess is not working under lighttpd, so how can I resolve this problem?
Thanks,
Sebo
Offline
Here's is a example on how to configure lighttpd to run Adult Script Pro:
$HTTP["host"] =~ "www\.scriptdevel\.com$" {
compress.cache-dir = "/srv/www/vhosts/scriptdevel.com/cache/"
accesslog.filename = "/var/log/lighttpd/scriptdevel.com-access.log"
url.rewrite-once = (
"^/admin/\?(.*)$" => "/admin/index.php?$1",
"^/([^.?]*)\?(.*)$" => "/index.php?q=$1&$2",
"^/([^.?]*)$" => "/index.php?q=$1"
)
$HTTP["url"] =~ "^/stream/" {
secdownload.secret = "abcdef"
secdownload.document-root = "/srv/www/vhosts/scriptdevel.com/site/media/videos"
secdownload.uri-prefix = "/stream/"
secdownload.timeout = 7200
}
auth.require = (
"/media/videos/flv/" => (
"method" => "digest",
"realm" => "Authorized users only",
"require" => "valid-user"
)
)
}
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
Thanks!
I did create a few categories, but just one appears. I did also rebuilt them but that didn't help. Any suggestions?
Thanks,
Sebo
Offline
Maybe the reason is a problem with your header - i see this twice
HOME VIDEOS PHOTOS PORNSTARS CATEGORIES PREMIUM COMMUNITY FORUM
HOME VIDEOS PHOTOS PORNSTARS CATEGORIES PREMIUM COMMUNITY FORUM
Ben
Offline
Hmm, I resolved that by clearing the cache but any idea how I can remove that second header?
Offline
There is a bug in the submenu plugin. Please email me FTP access and i will fix. If you disable the cache it will work without the fix.
Adult Scripts: Adult Script Pro - Adult Search Script
Adult Advertising/Traffic: Plug Rush - EXOClick - PopAds
Offline
I just disabled the cache, it works fine now, thanks. I just faced another problem. There's no time for any video, example: http://thepornstuff.com/2/hina-aiuchi-p … turbation/
/Edit: There was the wrong yambi path in the config, I just fixed this.
Last edited by sebo1992 (2011-07-05 16:15:35)
Offline
Pages: 1