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.

#126 Re: Open Discussion » Awesome website » 2014-12-12 15:41:38

Eri

I was saying is not easy to edit becasue i saw that is using bootstap and an easy way auto edit is just change css in those beauties http://www.bootstrapcdn.com/#bootswatch_tab

#127 Re: Open Discussion » Awesome website » 2014-12-11 21:54:33

Eri
symtab wrote:

I do not like it, is not clean and is very hard to make changes.

#128 Re: Open Discussion » Awesome website » 2014-12-10 13:43:35

Eri

yes the menu on purecss.io website looks better than thumbzilla.com, also is on yahoo cdn, no need to pay for extra bandwith

#129 Re: Open Discussion » Awesome website » 2014-12-10 13:12:42

Eri

Yes , i would like this for AlotPorn

#131 Re: Hosting » Server Management » 2014-11-29 19:56:33

Eri

this is only for one server? or for more

#132 Re: Troubleshooting » SEO problems and errors » 2014-11-25 10:52:09

Eri

2. change every tpl file
<h5><?php echo e(VText::truncate_chars($video['title'], 50)); ?></h5>
to
<h5><?php echo $video['title']; ?></h5>

In css change
.video h5 {
margin : 0;
padding : 1px;
display : block;
overflow : hidden;
height: 32px;
font-size : 12px;
padding : 2px 2px 0 2px;
white-space:nowrap;
text-overflow: ellipsis;
font-weight:normal;
}

3. add this code to your /robots.txt
Also you should disallow embed

Disallow: /embed*
Disallow: /users/
Disallow: /community/

#133 Re: Troubleshooting » SEO problems and errors » 2014-11-25 09:19:05

Eri

2) you can remove the limit of letters (in the <h5>) and add a css trick to hide the title if is to big.
3) is better to disallow members and community. because members all the time remove their usernames or hide their profile.

#134 Modifications » remove dmca from sitemap » 2014-11-23 19:08:11

Eri
Replies: 1

As i can see static pages are on sitemap, pages like dmca etc
sitemaps/sitemap-general.xml

There is no need to have those links on sitemap, how to remove them?

#135 Feature Requests » Ajax send message » 2014-11-22 23:39:17

Eri
Replies: 1

It is possible to do this Ajax? site.com/message/compose/?username=....  When user sing up will have something like facebook messenger on the right... there will have his friend list also can see how is online and make him friend.

This it will help a lot site that have community.

Here is a ready code that works on mobile also
http://www.arrowchat.com/demo/

#136 Re: Development » Adult Script Pro 1.2 Development » 2014-11-18 08:27:57

Eri
symtab wrote:

Hmmm...that is a very good idea. Noooooooooooo...now i have to re-think all the tools sad(((((((((((((((((((

hahaha, you already have the Queued Videos, they only need convert?

#137 Re: Development » Adult Script Pro 1.2 Development » 2014-11-18 08:15:38

Eri
symtab wrote:

The addition of the new conversion functions to be able to convert to mp4 only creates a lot of problems with the mass import tools, so i will do the following for mass csv/mass xml and mass ftp: all videos will be converted (unless already mp4) or if flv (and flv copy is enabled in admin). This will disable fast imports where you set everything to copy and no mobile conversion.

You can copy the video as they are and convert them after with cron so all the tools will have the same conversion code csv,xml,graber,upload

#138 Re: Troubleshooting » Exoclick Mobile » 2014-11-15 14:08:44

Eri

add  target="_blank" onclick="exoMobilePop();" to all your links

#139 Troubleshooting » grabber error » 2014-11-14 10:00:01

Eri
Replies: 1

I am getting this error when i try to use grabber

Query: UPDATE video SET duration = 48.1, thumbs = , server = 10, hd = 0, ext = 'mp4', mobile = '1', status = '2' WHERE video_id = 79227 LIMIT 1
Error Message: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' server = 10, hd = 0, ext = 'mp4', ' at line 3
Error Number: 1064

I think is something wrong with thumb conversion.

#140 Open Discussion » new version » 2014-11-10 20:36:07

Eri
Replies: 4

when the new version will be live?
I am getting a lot of errors from google because the links that are on domain.com are not on m.domain.com

#141 Development » Module ngx_http_mp4_module » 2014-11-10 20:20:21

Eri
Replies: 1

Is someone using Module ngx_http_mp4_module?
It looks that they have rate limit. dose it really works?

http://nginx.org/en/docs/http/ngx_http_mp4_module.html

location /video/ {
    mp4;
    mp4_limit_rate        1.2;
    mp4_limit_rate_after  15s;
}

#142 Re: Troubleshooting » Implementing rel=”next” and rel=”prev” » 2014-10-24 09:02:01

Eri

yes, is better for SEO and google will get all pages as one.

#143 Troubleshooting » Implementing rel=”next” and rel=”prev” » 2014-10-23 08:21:11

Eri
Replies: 3

How to add something like this on ASP?

On the first page, http://www.example.com/article?story=abc&page=1, you’d include in the <head> section:
<link rel="next" href="http://www.example.com/article?story=abc&page=2" />

On the second page, http://www.example.com/article?story=abc&page=2:
<link rel="prev" href="http://www.example.com/article?story=abc&page=1" />
<link rel="next" href="http://www.example.com/article?story=abc&page=3" />

On the third page, http://www.example.com/article?story=abc&page=3:
<link rel="prev" href="http://www.example.com/article?story=abc&page=2" />
<link rel="next" href="http://www.example.com/article?story=abc&page=4" />

And on the last page, http://www.example.com/article?story=abc&page=4:
<link rel="prev" href="http://www.example.com/article?story=abc&page=3" />

http://googlewebmastercentral.blogspot. … lprev.html

#144 Re: Modifications » see all link on profile » 2014-10-17 16:34:41

Eri
symtab wrote:

Can be done. Also google should not index the profiles. I think its better.

Yes better, getting a lot of 404 from google webmaster from profiles. But also this link "see all" is good for the user.

#145 Modifications » see all link on profile » 2014-10-17 13:54:07

Eri
Replies: 7

It would be better if "see all" link is not visible if the information are already on that page.

do not show "see all" if

PUBLIC VIDEOS less than 8
PREVIOUSLY VIEWED VIDEOS less than 8
FRIENDS less than 6
PRIVATE VIDEOS less than 8
COMMENTS less than 10


http://demo.scriptdevel.com/users/drakedcx/

#146 Bug Reports » [FIXED/ADDED IN 1.2.0] mobile search 3 letters » 2014-10-17 12:59:13

Eri
Replies: 2

I am trying to search for "hot" "sex" on mobile and says that "No videos found!"

Also it is possible to make search more complex in order? to have top rated, most popular etc links after search is made and videos are more than 30.

#147 Re: Bug Reports » [FIXED IN 1.2.0] Pornstars Page Title » 2014-10-16 10:25:19

Eri

what popunder are you using, getting malware, they ask to pay etc

#148 Re: Development » Adult Script Pro 1.2 Development » 2014-10-09 08:26:09

Eri
Nuevolab wrote:

Many webmasters use player in pause mode on watch video page.
So good thing would be to extract 1 video screenshot as preview/poster image for player. Screenshot of max dimensions as player size on desktop is.
I already did such feature for someone with ASP. It's generated while conversion, with option to regenerate from any time position in admin.

I am doing the same thing, the biggest screenshot that i have is 300x250 so i have added that one, but is not so good quality.

#149 Re: Troubleshooting » Cloudflare Upload Limit » 2014-10-07 20:50:29

Eri

cloudflare is bad for seo and for tube site.

#150 Re: Marketplace » Gumadult (Gumby based framework for Adult Script Pro) » 2014-10-04 18:29:44

Eri
Double_D wrote:

A few questions
Template looks nice but one problem,
On my ipad and android I see no video`s but on my Windows PC its run perfect.

Is the template with or without the Nuevo Player or do you need to buy a license.

grtz
Jaco

It looks like it use flv, this is the reason that is not working smile

Board footer

Powered by FluxBB