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.
currently my site has 13k visitors and 95k page views daily.
organic traffic search engines refer about 85% of trafficAlexa 75,960
Goggle PR 1but my earnings are very low
AdultAdWorld -> $4.1 daily (1popup, 1 IM ad, 1 CPM banner ad)
Adxpansion -> $0.6 per day (1 cpm ad)
Plugrush -> $1 per day (1 cpm ad)
Exoclick -> $0.8 per day (1 popup, 2 cpm ads, 1 mobile cpm)
Ero Advertising -> $1.7 per day (1 popup, 1 IM ad, 1 cpm ad)
Juicyads -> $2 per day (1 popup, 1 cpm, 1 mobile cpm)total about $10 per day that's very low.
I'll remove exoclick ads soon it pays very low.
any suggestions to earn more with my site.
any more advertising networks that pays better.
That's not too bad... though i would take the advice above and stick to one or two Juicy or Ero.
Are you making money? Does what you make cover the cost of your server? If you want your site (or any business) to be a full time job, expect to not only invest time... but money. If you decide to start a club on your street where you live, you can't expect to do that without upfront money. Rent, glasses, food, employees, etc all cost money. But you make the investment so that people will come and you advertise so people will know you exist.
Bottom line: If you want to make money, you have to spend money. Either:
1. Buy videos and upload those to a premium part of your site and charge for access.
2. Shoot your own video and upload them to the premium part of the site and charge for access.
3. Pay for ad space on another bigger site.
Why didn't you stick with the .net domain name? Got banned in UAE? Are we talking about the United Arab Emirates? So? Because it got banned in one country you gave up the .net domain? Isn't porn illegal in all the Arab countries - Morally and Criminally? .net is US based, unless they banned you then there is no reason you shouldn't be using .net. (in my opinion).
If you're going to go with shared make sure they have all the features you will need. Check the requirements ASP page to make sure they meet the needs of the script.
I'm not associated with any web hosting company - no affiliate. But I can recommend jaguarpc.com. I have a VPS which allows me to add anything I need for hosting. If you search online you can find a 'double' coupon for jaguarpc which will double all the specs of the VPS... I have the lowest VPS and it's like $24 a month. I get 50gb storage, 6TB transfer, and 2GB ram. I also have total control of my server space. You can host adult content on Jaguarpc. Otherwise, I've read a lot of people loving hostgator on several adult forums. They allow adult content, are pretty cheap, and have nice uptime.
Try to stick with a major hosting provider. A lot of the "great deals" are 18yo with an affiliate to another host and you end up getting horrible support.
Lastly, this is one unique company out there. I actually had a great talk with the owner. Found the hosting on an adult forum. The hosting service is called m3server. They have a very unique approach... totally managed. You need something, they do it for you (as far as installing anything necessary to run the site). They are in total control and they base the company on - you design and develop and they take care of the rest. It was too much control for me, but for someone who just wants to manage their website and do nothing server related... they might be an option.
"But no free advertising is the moto Lol."
I guess you have to weigh the pros and cons. If there is someone who is obsessed with a certain video... their "video of the day" they might leave your site to find it somewhere else. I agree, no free advertisement, but the nature of a free tube site, sometimes you have to go with content over free advertising: that is free advertising that you can't do anything about. The advertising you can do something about, you delete the links, banners, etc but leave the video.
That is a very open ended question. Without knowing exactly what you would want to do it's hard to determine exactly what you will need. Also, it's hard to determine what level of knowledge you have. If you can modify CSS and HTML then you can do what you need to make the site what you want. If you require new features that aren't included with ASP then yes, you will need to program.
Maybe I'm wrong but: I would figure you would want the most amount of videos on your site. Considering most videos, if you got them from another source, have some kind of watermark on the video, etc. Stripping the sponsor ads from the video and the page I would think would be all that you would have to do. Leaving the video so that someone would still be able to view the video. As long as any links are removed allowing a visitor to leave your website.
Looks pretty good... though as a designer, I would recommend to put the ads in the same boxes as the content on your site. Stepping back a little while looking at your site it looks like ads with boxes instead of boxes with a few ads. :-)
There are a million hosting providers out there... best to know how much you want to spend on hosting. Price is often the best place to start. Also, how much interaction with the server do you want to do?
You can get shared hosting (cheapest), VPS hosting (mid range price), or a dedicated server (most expensive).
So, start at price... how much do you want to spend a month?
You can also limit errors display to real errors, skipping warnings, notices, depreciated.
In "libraries/bootstrap.php" you have:
error_reporting(($cfg['debug'] == '1') ? E_ALL | E_STRICT : 0);
It ca be changed to:
error_reporting(($cfg['debug'] == '1') ? E_ALL ^ E_NOTICE ^ E_WARNING ^ E_DEPRECATED | E_STRICT : 0);
if you want to skip notices, warning and depreciated info (all of it doesn't stop script from working)
Nice! Good to know. Thanks!
Path Changes In Servers Like In mine Its /usr/bin/ and in some servers its /usr/local/ so its depend on your server and command and location you used....
I realize that... my point is that the tutorial about setting up FFMPEG references the usr/local/bin/ I figured the script should reflect that. :-)
Tomorrow.
If you do not pass a --prefix to the ./configure script then the default path is /usr/local. For almost every software you install on linux from source the path will be /usr/local/
I understand. I just figured since your tutorial post is resulting in /usr/local/bin/ you would want that to be default in the script.
Go to Admin -> Config and set debug to false and then go to Admin -> User -> Config and try again.
I know... but it's more fun when the debug is on!
Whenever I change any setting in the Admin/User/config I get the error below:
VException [ 0 ]: exception 'ErrorException' with message 'Undefined index: registered_limit' in /home/xxxxx/public_html/admin/modules/user/components/config.php:44 Stack trace: #0 /home/xxxxxx/public_html/admin/modules/user/components/config.php(44): VError::error_handler(8, 'Undefined index...', '/home/xxxxxx/...', 44, Array) #1 /home/xxxxxx/public_html/admin/modules/user/user.php(34): VComponent_Admin_user_config->render() #2 /home/xxxxxx/public_html/admin/index.php(25): VModule_Admin_user->render() #3 {main}
/home/xxxxxxx/public_html/admin/index.php [ 27 ]
22 try {
23 require $module_path;
24 $obj = new $module_class();
25 $obj->render();
26 } catch (Exception $e) {
27 throw new VException($e); <----- this line is highlighted
28 }
29 } else {
30 throw new VException('Invalid admin module format! Aborting!');
31 }
32
Adrian... since your tutorial on installing FFMPEG is installing FFMPEG into the /usr/local/bin/ why isn't that the default directory in a fresh install of the software? It might make it easier for people who aren't technically savvy but have ffmpeg installed. :-)
Note: after you run ffmpeg line make sure you do a ldconfig when in the ffmpeg directory (before you cd to the root directory)
You might want to tweak the php.ini vs. apache. If you have 2-3 GB free it might be because you are allocating more to php. You might want to look through the php.ini and increase the amount of memory and other various options. Especially if you are just running ASP on your server, increasing variables in the php.ini might give you the boost you are looking for.
Also, you should check what hardware your server is running. I know my server is a cheap VPS that is running Centos i386 vs a 64bit with would be faster.
Hope this helps!
A more than enough reason to have > 1200 template.
I guess, but I would bet you that the people in the countries where the click rev is the highest the users have over 1024.
And on my 27" monitor @ 2560x1440 that 1000px site looks so small. :-)
I'm not a buyer, but we also have a template almost ready and i think the following prices apply:
1. 1000px (most people have 1024x768 monitors, while 1280x960 is catching up quickly)
2. If its only CSS then you can make both easy.
3. a. 99$ b.2000$ (one time sale)
4. Mobile. Mobile. Mobile.
Thanks. I'm having a real hard time with deciding on a size. Looking at the website below, the stats suggest that only 13% of user have a 1024x768 monitor - 85% higher.
I'm developing several templates for ASP. I wanted to get some feedback on some items.
I would appreciate any feedback on:
1. Size preferences: 1000px wide, 1100px wide, 1200px wide, custom size?
2. Color: Black or white? When I ask this question I mean the overall site not custom colors which all templates have.
3. Price: Where are you willing to pay for a custom template?
a. Price of a template that is sold to everyone, over and over.
b. Price of an exclusive template sold only to one person.
4. Anything else you think is important when purchasing a template.
Thanks for any feedback!
Theres gotta be an easier way to delete dupes...an all in one delete...leave one but delete the other(s)
You might want to download toad for mysql http://toadformysql.com
The program is free and it will allow you to connect to your MySql database. Once connected you can delete entries (dupes) and manage your database.
Note: If you are running WHM/cPanel and using the ConfigServer Security & Firewall... make sure the firewall doesn't block an IP that you are grabbing from.
I was using a scraper with a cron job (with another script) and couldn't understand why my scraper was not returning results and timing out - server error. After about a week of trying to figure out what was wrong I ended up discovering that the firewall had blocked the IPs from the site I was grabbing from. So, if you start having trouble with grabbing video etc you might want to check out the ConfigServer Security & Firewall settings or the blocked IPs on the blocked IPs list.
Honestly, I think flippa is great idea for mainstream websites. I'm not sure it will work for porn. In porn there are a couple of different 'types' of sites: tubesites, paysites, galleries, etc. I use flippa because of new and interesting concepts. Heck... if it works and makes you cash... super! Wish you the best of luck.
The add module part is already working in 1.0.
@Pierre: you had to wait because you wanted features that were not in BETA.
@Mitomind: i'm really sorry, but i didnt get any emails from you and i didnt see any paypal payments in the last 3 days. After the payment, it would have been simplier to send a email to support@adultscriptpro.com and tell us that you sent the money i woul dhave attached the script in the second your email came in. I apologise for the inconvenience. Checking emails now.We will have a client area as soon as possible. If you pay by avangate you get the script instantly (with paypal its another story).
No problem. I sent the email to support@ with my Paypal transaction ID from when I purchased the script.
Hi Mitomind,
I too have had to wait to get my copy of 1.0, and I bought the script more than a year ago when it was in the early beta stages.
I believe symtab or the admin should setup a password secured area for all script buyers to download the script and modules they bought and all their allowed updates.
I agree. I'm a relaxed person and I'm not stressing about getting my copy... yet. I purchased through PayPal so I can't download it from the ecom site.
I really don't like not having the ability to download the software and get updates without having to write someone 3 times about it.
I still haven't heard a reply from the emails I sent.
I would give some input on 1.2 if I could get a copy of 1.0. I've email David, emailed you on this forum... it's been 3 days. I can start sending you an email every day or start a thread about not getting my copy... but I thought that would be annoying. How about a little help?