Alt out not working

ipolic
Posts: 13
Joined: Wed May 25, 2016 9:30 am

Alt out not working

Post 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!
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: Alt out not working

Post by admin »

So what's the question ?
What doesn't work ?
Don't forget to run script update
ipolic
Posts: 13
Joined: Wed May 25, 2016 9:30 am

Re: Alt out not working

Post by ipolic »

Traffic is not going through trade script, it does not SKIM traffic...so it is not using alt out at all!
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: Alt out not working

Post 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.
Don't forget to run script update
ipolic
Posts: 13
Joined: Wed May 25, 2016 9:30 am

Re: Alt out not working

Post 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!
ipolic
Posts: 13
Joined: Wed May 25, 2016 9:30 am

Re: Alt out not working

Post by ipolic »

Problem is that smart cj is not sending at all through ALT out :)
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: Alt out not working

Post by admin »

Any warnings at home screen ?
Don't forget to run script update
ipolic
Posts: 13
Joined: Wed May 25, 2016 9:30 am

Re: Alt out not working

Post 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!
admin
Site Admin
Posts: 37994
Joined: Wed Sep 10, 2008 11:43 am

Re: Alt out not working

Post by admin »

Smartcj would count all hits as proxy if you don't fix that warning.

PM me ftp info for that domain plz.
Don't forget to run script update
ipolic
Posts: 13
Joined: Wed May 25, 2016 9:30 am

Re: Alt out not working

Post 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!
Post Reply