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: Feature Requests » Most Wanted Modules » 2014-03-14 02:41:00

For the blog purpose, you can probably use Wordpress for now and just embed it into the site .. that's one aspect that we are doing as well.

For the question on responsive design .. you won't need a separate mobile or tablet version if you're using a typical responsive design. Just need to take into effect how the site will look on different sizes.. We use responsive design on all of our client sites (non-adult/non-tube.. mostly ecommerce).

#27 Re: Hosting » hosting help » 2014-03-14 02:37:24

I'm surprised you're not doing any type of Server Load Balancing or even using a separate server for the Database. Having that much traffic dependent on just 1 server is a kind of insane.

#28 Re: Open Discussion » Programs for mpg to mp4 streaming conversion? » 2014-03-11 01:54:39

Yes I do understand computer meaning hardware not brand.. I only custom build rigs  smile

#29 Re: Open Discussion » Programs for mpg to mp4 streaming conversion? » 2014-03-10 04:06:19

The type of computer you have doesn't change how a video renders in terms of quality.. just the amount of time it takes to process ..

For instance when rendering a video there are 2 core components of hardware that matter (CPU to process the data and RAM to handle the memory used by the application). So in DuttyRock's case using a P4 to render video is like a joke.. Pentium processors are like bottom of the barrel of the Intel line .. But the i7 line is one of the most powerful available for Intel .. for example:

Right now I'm using: Intel Core i7-4960X (3.6 Ghz with 6 cores) + 12GB DDR3 memory   ... it chews through video like nothing else ..

#30 Re: Open Discussion » Deticated server with 8GB slows down » 2014-03-08 02:18:31

Assuming you are using MySQL 5.1 or higher, this is one method:

set global log_slow_queries = 1;
set global slow_query_log_file = <some file name>;

or alternatively you can use this method:

Within the file = my.cnf/my.ini

log_slow_queries = 1;
slow_query_log_file = <some file name>;


Once the change has been made please restart your MySQL server.

- Tiger

#31 Re: Open Discussion » Deticated server with 8GB slows down » 2014-03-08 02:11:53

Well it might not be the RAM that is necessarily slowing down .. for example what is your connection speed to the server? Perhaps you can ask your provider .. that will definitely affect the amount of connections to your site at one time. Our server runs a dedicated 1 Gbit line (1000 mbps), but most server companies may limit you to 100 - 500 mbps depending on their plans.

Edit: Nevermind I see you're hosting with Arvixe, and you're stuck with a 100mbps port, however it looks like you can upgrade it to a 1000 Mbps uplink for $40 extra a month which is pretty cheap.

Do you use any type of server monitoring software? For example, we use something called NewRelic.com .. amazing server and web application monitoring software with great pricing.

#32 Re: Open Discussion » Change forum software » 2014-02-26 03:22:01

symtab wrote:

Well the only thing that i dont like about fluxbb is the method it sends messages. The email i get doesnt have a reply address and a lot of users send me emails from the forum and i cant send them back. Ahhh...and also there are the spam users always signing up. Tried everything to prevent that, doesnt work (captcha, math, hidden field...).

I personally vote for IPB , but runner ups are VBulletin or PHPBB .. I've used all of them.

#33 Re: Open Discussion » Change forum software » 2014-02-22 23:56:17

I've been using IPB (Invision Powerboard) for years .. amazing features and price is cheap. Plus it looks great smile  If you need any help setting it up or installing specific plugins just let me know.

I wouldn't say you need a more advanced forum (even though I'm biased with IPB), but it sounds like just your web hosting company. As an example.. I currently play online games with a group of guys and gals who have been using IPB from the same web host (hostgator) for the past 6 years, and never once had a problem with their forum or any HDD issue = www.hostgator.com and their site forum link is (using a custom skin) = http://combinedarms.org/forums/

#34 Re: Troubleshooting » Video Thumbs » 2014-02-14 04:47:30

So instead of a preview picture of the video , you want to show a picture of the DVD that the video is from?

What happens if the video doesn't belong to an specific dvd ?

#35 Re: Troubleshooting » Error while converting » 2014-02-09 10:37:46

Nuevolab wrote:
Tigershark87 wrote:

ript itself isn't causing the problem, and you merely want to test the output.

Did I wrote something different that you quote me?
I wrote it rather as a joke but explained, seems you take things too seriously.

I suppose being a project manager for 35 years in Silicon Valley lends to taking things rather seriously when it comes to delivering quality information to users with questions with regards to server administration, or a user's experience. In other words I'm an old guy smile , so my ways might be different than yours but doesn't mean they are invalid. With that said, I was merely pointing out that users should at least understand not to use that command unless they are testing an specific scenario. You mentioned it will slow down the system which is correct, HOWEVER I wanted to shed more details over WHY this would happen and also what it means to use such a command smile .

I've seen MANY users use that command because they think its a magical answer to their problem. So I wasn't typing my paragraph to show hostility towards YOU so apologies if you took it in that context.

Having said that, I fully respect your work as our company is looking to purchase a license this month for our new site. Look forward to working using your player soon smile

Thanks,
Phil

#36 Re: Hosting » Leaseweb 100TB » 2014-02-09 03:12:38

Sounds like good servers except they don't allow sites with media streaming hmm

#37 Re: Installation » Amazon S3 is ok? » 2014-02-09 03:08:05

Did you test it on your site? Did you have any issues?

#38 Re: Troubleshooting » Error while converting » 2014-02-09 03:03:17

Nuevolab wrote:

You can always set it unlimited.... (-1)  smile
but this may slow down your system if the PHP script starts using an excessive amount of memory, causing a lot of swap space usage, though I have not ever experience such situation on my previous server. On current server I have 1001MB limit.

Always you can use any number as you wish and find it safe.
On clients servers I used to set it over 1000MB (1001 or 1024)

I would HIGHLY advise NOT using -1 (unlimited memory allocation). This is VERY dangerous, because you're essentially telling the server that the PHP script will keep taking memory until your server has none left to allocate and might crash. Also = Having such a high memory allocation may limit your ability to have multiple simultaneous connections run efficiently , which as we know is the most important aspect of running an web server.

So you should ONLY use this (-1) if you're 100% sure the script itself isn't causing the problem, and you merely want to test the output.

Hopefully the Admin can follow up with some assistance to troubleshoot.

#39 Re: Traffic Exchange » XpornClub.com now accepting Hardlink exchanges again » 2014-02-08 08:22:40

Curious, how many unique visitors are you getting per day?

#40 Re: Troubleshooting » Error while converting » 2014-02-08 08:21:29

This is probably a dumb question, but what is your memory limit in your php.ini settings?

Example: Locate your php.ini on the server and look for "memory_limit", what value does it tell you? (Default is normally 128M), try increasing the limit to say 256M or 512M ..

This is just my suggestion, I hope it helps.

#41 Re: Show Off » Check out my new player what do you think? » 2014-02-08 02:28:24

xpornclub wrote:

Yeah i am.   It says 68% of new users are desktop,  then it says  Mobile is 57% of new users.  And Tablet is  59% of new users.   If that makes any sense at all?   

But my videos are viewable to all mobile and tablet users.  So why is it a problem?

Sure it makes sense, most visitors using an mobile device expect to see the mobile version. I haven't seen that many sites that ask the user if they wish to see the Desktop or Mobile version (since it becomes a barrier of initial entry to the site).

Perhaps you could do some simple A/B Testing and determine the best route for your users. We are constantly running A/B Split Testing to determine the best routing / landing pages for our users.

#42 Re: Open Discussion » CDN expensive » 2014-02-08 02:21:50

I suppose it determines on what "expensive" is, most CDN services are fairly cheap when compared to the cost of buying and maintaining a fleet of servers. Our site works by identifying the customers country and than re-routing them to the closest server.

Note: We are currently not using ASP, so the example I am providing is for a different project all together. (non-adult project).

For us personally, we use a service called "GeoIP" offered by a company called "MaxMind". http://www.maxmind.com/en/geolocation_landing

We use it not just for country routing detection but also to help us understand our users via traffic analysis.

>> However if you're looking FREE method for IP-Country Detection, MaxMind currently has a FREE version here = http://dev.maxmind.com/geoip/legacy/geolite/

#43 Re: Open Discussion » asian porn tube looks like » 2014-02-07 10:08:40

This can't be real lol .. my eyes are bleeding sad

#44 Re: Show Off » Check out my new player what do you think? » 2014-02-07 10:06:53

xpornclub wrote:

If the mobile site looked better I would.  But I want it to ask users if they would like to go to mobile or desktop version upon first visit per day.

Are you using tracking on your site (Ex: Google Analytics).. You'll be able to easily see the % of users coming to your site upon first visit (per day) via Mobile or Desktop.

#45 Re: Development » mobile css,js on CDN » 2014-02-07 10:04:02

I'm curious why you have chosen to use an older version of Jquery instead of updating to version 2.. Do you have a large amount of your users using IE 6, 7 and 8? If so than I understand because obviously 2.0 doesn't support those browser types.

#46 Re: Show Off » hello my website with adulti Ricerca Script » 2014-02-02 03:27:21

Looks nice.. very clean.. My only recommendation is to consolidate your footer into a predefined area.. Right now it kind of stretches outside of the standard site size. smile

#47 Re: Marketplace » TubPremium Template » 2014-02-01 03:36:15

symtab wrote:

The URL For the template is: http://globiwise.com/marketplace (they also have a Contact Us page). Please buy with the link from our forum (the template is built on top of the Bootadult Template, so we will get a affiliate comission). Thank you.

Yea no worries, I will definitely buy from the link on your site smile

#48 Re: Marketplace » TubPremium Template » 2014-01-31 08:23:21

Just saw this tonight, the template looks great. I'm definitely interested in buying it, but could you please provide a link to the development team/person who offers support? I just have a few questions for them before I purchase.

Thanks,
Ryan

#49 Re: Pre-sale questions » Sponsor Advertising Question » 2014-01-28 09:00:32

symtab wrote:

We currently have only the banner (sponsored site) right below the video. We can add the sponsor link at very top if  you want.

Perfect, thank you for the fast response smile

#50 Pre-sale questions » Sponsor Advertising Question » 2014-01-25 06:08:00

Tigershark87
Replies: 3

Hi All,

Thanks for checking my question.

I was reading on the front of your site that the ASP script offers "per sponsor advertising", and I was wondering if you had an example I could view of this? I viewed your demos on the front of the site, but couldn't locate an example.

Ideally, it would be great if your system has something similar to:

1. http://www.pornhub.com/view_video.php?v … 1035279642
- Sponsor link at very top
- Banner of sponsored site right below the video

Similar example is here:

2. http://xhamster.com/movies/2365090/bust … erica.html

Thanks,
Phil

Board footer

Powered by FluxBB