Page 1 of 3

Alt out not working

Posted: Wed May 25, 2016 9:33 am
by ipolic
Hi there, site in question is:

http://www.milfcorp.com/?skip_cache=true

I set /tp/out.php?url={URL} in alt out settings couple minutes ago. Skim is ok set y trade script, 500% tested!

This is my htaccess:

Code: Select all

RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([^/]{2})/(.*)$ $2?force_lng=$1&%{QUERY_STRING} [L]

RewriteRule ^category/([^/]+)/$ /site/cgi/out.php?url=content&p=100&dont_count_in_trade=true&skip_sell=true&group_name=$1&order=ctr&%{QUERY_STRING} [L]
RewriteRule ^category/([^/]+)/([^/]+)/([^/]+)/$ /site/cgi/out.php?url=content&p=100&dont_count_in_trade=true&skip_sell=true&group_name=$1&order=$2&page=$3&%{QUERY_STRING} [L]

#slug galleries
RewriteRule ^porn/([^/]+)/index.html$ /site/cgi/out.php?url=content&slug=$1&%{QUERY_STRING} [L]
RewriteRule ^porn/([^/]+)/([0-9]{1,2}).html$ /site/cgi/out.php?url=content&slug=$1&item_id=$2&%{QUERY_STRING} [L]

#tags
RewriteRule ^tag/([^/]+)/([^/]+)/([^/]+)/$ /site/tube/index.php?tag=$1&page=$3&order=$2&%{QUERY_STRING} [L]
RewriteRule ^tag/([^/]+)/([^/]+)/$ /site/tube/index.php?tag=$1&page=$2&%{QUERY_STRING} [L]
RewriteRule ^tag/([^/]+)/$ /site/tube/index.php?tag=$1&%{QUERY_STRING} [L]

#model galleries
RewriteRule ^model_galleries/([^/]+)/$ /site/tube/?model_slug=$1&force_template=model_galleries [L]
RewriteRule ^model_galleries/([^/]+)/([^/]+)/$ /site/tube/?model_slug=$1&page=$2&force_template=model_galleries [L]

RewriteRule ^model/([^/]+)/$ /site/tube/?model_slug=$1&force_template=model_galleries&%{QUERY_STRING} [L]
RewriteRule ^model/([^/]+)/([^/]+)/([^/]+)/$ /site/tube/?model_slug=$1&force_template=model_galleries&order=$2&page=$3&%{QUERY_STRING} [L]

RewriteRule ^search/([^/]+)/([^/]+)/$ /site/tube/index.php?search=$1&page=$2&%{QUERY_STRING}
RewriteRule ^search/([^/]+)/([^/]+)/([^/]+)/$ /site/tube/index.php?search=$1&order=$2&page=$3&%{QUERY_STRING}
I use couchbase for cache. Please help!

Re: Alt out not working

Posted: Wed May 25, 2016 9:34 am
by admin
So what's the question ?
What doesn't work ?

Re: Alt out not working

Posted: Wed May 25, 2016 9:44 am
by ipolic
Traffic is not going through trade script, it does not SKIM traffic...so it is not using alt out at all!

Re: Alt out not working

Posted: Wed May 25, 2016 10:03 am
by admin
If you use external trade script then skimming should be set in that script.

What smartcj does in this case is just count clicks for thumbs and redirects to that script.

Re: Alt out not working

Posted: Wed May 25, 2016 10:13 am
by ipolic
I am using external script, but clicks are not reaching external script...

Check screenshot of setting:
https://drive.google.com/file/d/0B9wAGK ... p=drivesdk

As you can see they all still go through smart cj:
https://drive.google.com/file/d/0B9wAGK ... p=drivesdk

I checked Trade Pulse and it has 0 clicks this hour since I switched to ALT out setting!

Re: Alt out not working

Posted: Wed May 25, 2016 10:15 am
by ipolic
Problem is that smart cj is not sending at all through ALT out :)

Re: Alt out not working

Posted: Wed May 25, 2016 10:29 am
by admin
Any warnings at home screen ?

Re: Alt out not working

Posted: Wed May 25, 2016 10:42 am
by ipolic
https://drive.google.com/file/d/0B9wAGK ... p=drivesdk

and here is php info:
http://www.milfcorp.com/info.php

so you can see ip is ok etc, I use apache+nginx (fastcgi)

Is there any chance we continue communicating to solve this problem via icq or something since it will take days to solve it this way?

Thank you!

Re: Alt out not working

Posted: Wed May 25, 2016 10:54 am
by admin
Smartcj would count all hits as proxy if you don't fix that warning.

PM me ftp info for that domain plz.

Re: Alt out not working

Posted: Wed May 25, 2016 10:58 am
by ipolic
Ftp and smart cj logins sent, I set skim to 0% in trade pulse so you will see immediately if it works! If not a problem just post me what you did to fix problem.

Thank you!