Adult Script Pro Community Forums

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.

#26 Re: Open Discussion » SEO Problems » 2014-12-06 00:27:08

Yep... google manual action for Cloaking and/or sneaky redirects

#27 Re: Open Discussion » SEO Problems » 2014-12-05 21:33:34

Again, on december 3, my traffic drop down more than 50% (a lot of european country), like the first time of penguin update this october. Seems there are some movements from google during this days ( https://www.seroundtable.com/category/google-updates ). Has nobody some traffic issues again in these days ? I've not manual action and the only big change i've made just 2 days ago is to try juicyads popunder and mobile redirect that now i've removed.

#28 Re: Troubleshooting » Block traffic from certain country » 2014-12-04 18:02:45

I've bought yesterday a clearance dedicated server by gorillaservers:

Intel Core i7 860 Quad Core (8 HT Cores)
32GB DDR3 RAM
1 x 2TB HDD
100Mbps Dedicated Unmetered Bandwidth
directadmin panel
79$/month

it's unmanaged but I will survive, actually I pay 150$ for a managed vps with firewall and weekly backup with 6gb ram, 4 cores, 100mbps 2gb bandwidth and they offered me another vps with 8gb, 4 cores and 8tb bandwidth for 180$

#29 Re: Installation » Server migration and sphinx/nginx/... » 2014-12-03 19:56:05

OK Adrian I found a limited promotion for a clearance gorillaservers and I bought this:

Intel Core i7 860 Quad Core (8 HT Cores)
32GB DDR3 RAM
1 x 2TB HDD
100Mbps Dedicated Unmetered Bandwidth
directadmin panel

79$/month

Waiting for setup and I will contact you for migrations.

My fear about unmanaged is only related to ddos attack/firewall setting and other minor things but if you can also configure this thing it's ok.

There are other interesting gorillaservers servers in promotion, if someone is interested i can send the link via email.

#30 Re: Installation » Server migration and sphinx/nginx/... » 2014-12-03 15:19:34

gorillaserver unmetered is 30tb, but is absolutely enough for me and the prices are very interesting!! and maybe i've found a solution for server managment, do you know platinumservermanagement ? they offer full external management and monitoring service for 29$/months or only monitoring for 9.95$ and I've found good review about.

For migration, I will buy your service, I've only two doubts about the server:

* I've modified a lot of "added date" for my video, and some time ago I've read a topic about possible issue for migration with these dates change.
* actually I have 6gb ram and 4 cores cpu VPS and I haven't problem with the script, so it will be too risky to choose the 49$ gorillaserver server with Intel Pentium G3220 dual core cpu (ram is ok, 8gb) ?

#31 Re: Show Off » Turkish Porno High Quality My site » 2014-12-02 17:15:16

Hello guldesign, I've sent you an email. Preview images are all stretched, not so beautiful to see, but in my modest opinion the website is not bad.

#32 Re: Troubleshooting » Block traffic from certain country » 2014-12-02 16:31:41

My problem is that I need a managed server because I'm not a webmaster, so my margin of profit are minor because of this expensive way. Server, firewall and service are perfect, but the bandwidth is very low, 100mps port but only 2TB, and I've burnt more than 5tb in november, first month that happened, but the traffic is even decreased compared to the other months!

Some months ago I was to 4500 daily, especially from Turkey and a minor part from USA, Germany and other country, now I'm stable to 3000-3200 daily but with a more regualar situation with 25% usa, 10 germany, 10 turkish, UK, Korea, ..... and fortunately is increasing. Until now my convert ratio for video sponsor is near to... 0, hope this change of country traffic could help on this side.

My provider offered me a new and cheaper vps with 4tb bandwidth instead of 2tb and I can (need) buy more but obviously the price is not cheap.

I think that a different server only for streaming and storage with a good amount of bandwidth it's the best solution if I found something more cheap.

#33 Installation » Server migration and sphinx/nginx/... » 2014-12-02 15:48:21

MrPulse
Replies: 6

Hello Adrian, I read some topic about server migration but I still have doubts.

My provider ask me to create a new customer user to migrate into a more powerful vps (problems with bandwidth: http://forum.adultscriptpro.com/viewtop … 806#p17806 ). The provider will do the migration, but I have extra service installed on my ASP:

I have one ASP website with:
* Lighttpd/Nginx/Apache Pseudostreaming (install by you)
* sphinx search (install by you)
* nuevoplayer

and one adultsearchscript website on another IP.

Is it possible to have some compatibiliy problems? I will have to setup another time?

Eventually I can buy your server migration service if I find a cheap server only for streaming with a good amount of bandwidth

#34 Re: Troubleshooting » Block traffic from certain country » 2014-12-01 16:59:19

Thank you symtab. I will use iptables.
Probably in the future I will buy unlimited bandwidth, but now, especially Korean guys/bots are sucking too much bandwidth and giving me too little.

#35 Troubleshooting » Block traffic from certain country » 2014-12-01 02:16:55

MrPulse
Replies: 6

After receiving bad and fu**ing expensive news about bandwidth overusage from my hosting, I would like to block the traffic from some asian country (especially from South Korea and Indonesia) to reduce my bandwidth usage.

I'm using temporarly .htaccess rules with ip2locations tool list IPs for multiple countries, but I've read that is not good for server performance, so what's the right and best method to block these countries (.htacces deny / allow, cdir, linux ip tables, web .config .... ) ?

Any suggestion?

#36 Re: Templates » mobile player ads » 2014-11-01 16:12:37

the owner of myfreeblack have added this thing on his website.

http://forum.adultscriptpro.com/viewtopic.php?id=1828

#37 Re: Troubleshooting » How to activate Gzip ? » 2014-10-20 18:39:45

google pagespeed ask me to compress style.css?v3 and jquery.main-0.1.js?v7, css java and html are already minified, actually I have 70/100 for desktop and 66 for mobile

#38 Re: Troubleshooting » How to activate Gzip ? » 2014-10-20 17:44:33

some site confirmed that deflate compression in enable, but other site and google pagespeed continue to ask to activate gzip or deflate compression for style.css and java

#39 Re: Troubleshooting » How to activate Gzip ? » 2014-10-20 16:46:01

In nignx.conf there is already this gzip code, but gzip isn't recognize by google or other gzip check website:

    gzip              on;
    gzip_static       on;
    gzip_buffers      16 8k;
    gzip_comp_level   9;
    gzip_http_version 1.0;
    gzip_min_length   0;
    gzip_types        text/plain text/css image/x-icon image/bmp;
    gzip_vary         on;
    gzip_disable "MSIE [1-6]\.(?!.*SV1)";

#40 Troubleshooting » How to activate Gzip ? » 2014-10-20 13:03:34

MrPulse
Replies: 5

I'm trying to improve google pagespeed insight and obviusly website speed. I have nginx, what I need to do if I whant to activate gzip compression on ASP?
I noticed in "nginx.conf" there is already the right code for gzip, so  I have to add or modify some code in /etc/php.ini ?

Before I tried to activate "zlib.output_compression" in php.ini but I had some problems or conflict.

Any suggestion?

#42 Re: Troubleshooting » Sphinx no longer works » 2014-10-09 11:27:56

no, "No videos found while searching for ... "

#43 Re: Troubleshooting » Sphinx no longer works » 2014-10-09 10:20:06

I've reactivated now both for search and related videos,  I've sent you my access via email.

#44 Troubleshooting » Sphinx no longer works » 2014-10-08 22:38:22

MrPulse
Replies: 6

Hello Symtab, from yesterday sphinx search doesn't work on my website, and I change nothing. The curious thing is that sphinx didn't work until one month ago, then it started to works normal without any change by me, but today sphinx again doesn't work ("no result found for..." and no "related video"). Simple search works fine but has still the old issue that for short words it returns no search results or only few videos (for exemple "pov", "18" and other... ).

Sphinx settings are always the same, localhost and port 9312, in admin system check all is fine. I don't have the last version of ASP so I don't know if you solve a possible sphinx bug in a recent version?

#45 Troubleshooting » Internet Explorer 10 crash on video player on most ASP site ? » 2014-10-06 01:15:01

MrPulse
Replies: 1

I'm writing from a computer with explorer 10. If I try to watch a video, every time internet explorer goes in crash, this happens not only with my website, I tried different ASP website of other users and there is the same issue, nothing change with or without compatibility visualization. I have another computer with explorer 11 and all works fine, so I don't know if it's a general problem or simply a problem of my machine, someone can verify this please?

#46 Re: Troubleshooting » i don't receive email anymore » 2014-04-16 15:47:26

Ok sorry Adrian, finally the hosting solved the problem. He said me that was an issue with the resolver.

#47 Re: Troubleshooting » i don't receive email anymore » 2014-04-16 14:16:02

I changed anything recently, only i created some new email, and i had problems with sphinx search.

I've tried 5 minutes ago with thunderbird in my windows and it's work perfect. Thunderbird use another smtp server (smtp.googlemail.com instead of smtp.gmail.com) i've copy thunderbird setting but i have always the same error: Could not connect to SMTP host.

I tried to set my email site with roundcube and not even this works.

I asked to my hosting but for them everything is ok.

#48 Troubleshooting » i don't receive email anymore » 2014-04-16 11:04:03

MrPulse
Replies: 4

Hi Adrian, I can't send email from admin panel and can't receive email from my site and from user registration. Feedback Form give me this error:


SMTP Error: Could not connect to SMTP host. (it is with gmail, but i haven't  changed anything, credential and password are ok)

Query: SELECT adv_id, title, description, type, url, code, image_type, image_url, image_ext, expire, blank FROM adv WHERE adv_group_id = 47 AND status = '1' LIMIT 1
Error Message: MySQL server has gone away
Error Number: 2006

#49 Re: Troubleshooting » Getting 520 not found in webmaster tools » 2014-04-14 23:23:52

I sent you root FTP. In the same server i have also my Adult Search Script website, that has a similar issue in webmaster tools and a loop redirect for all url videos (If you can take a look, I explain the problem in my email)

#50 Re: Troubleshooting » Getting 520 not found in webmaster tools » 2014-04-14 09:14:29

Hi Adrian, is it fixed? now i have the same problem in webmaster tools.

Board footer

Powered by FluxBB