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.

#226 Bug Reports » Mobile RSS import » 2011-06-10 21:19:56

Coscast
Replies: 1

Hey. The mobile switch is totally missing in RSS import.
I've got the mobile Module totally disabled but the CSV import "generates" mobile files smile
I looked into feed.php and saw that a mp4 is ALWAYS considered as mobile smile
Adrian pls change that.

/usr/local/bin/yamdi -i /var/www/mypornow/tmp/downloads/ZcOxJbbq -o /var/www/mypornow/counterjihad/videos/flv/648.flv -c Adult Script Pro-1.0

/usr/local/bin/qt-faststart /var/www/mypornow/tmp/downloads/XHhKrhQ4 /var/www/mypornow/counterjihad/videos/mobile/648.mp4
ftyp          0 24
free         24 42
moov         66 300047
mdat     300113 168213737
last atom in file was not a moov atom
Failed to fix mobile video moov atom ... copying original file!

As you see qt-faststart will output that directly into the mobile folder....Why not into the mp4 folder smile

BTW: Here's the xml

http://www.hdvbucks.com/tools/xmlfree.php?sid=16&cat=4&title=1&desc=1&tags=1&models=1&movie=1&thumb=0&duration=0&width=0&height=0&start=0&limit=0&cats=1&free_flv=1&pmod=

#227 Re: Traffic Exchange » Exchange Links? » 2011-06-10 19:24:39

Hey mfeat,

Just added your site ( again ) to my footer links. Plx approve my Link at your site, i used the form on your site. But it seems my link cannot be approved automatically ( maybe a bug in the backlinkchecker )
http://www.mypornow.com <-see footer

#228 Troubleshooting » RSS Feed, Tags without comma » 2011-06-10 17:48:11

Coscast
Replies: 0

Hey i just tried this feed:

http://www.kinkydollars.com/feed/tubex. … oshoots=10

As you see the have tags, but without commata. Is it possible to "inject" a few commata there? Maybe replace the whitespaces or something.

Additionaly: Sometimes a clip has empty tags. The get imported but if you want to view the videos the script throws an sql error. Maybe solution, take a random tag like porn,sex,fucking,teasing or something or changing the query to allow tags to be empty. This is really annoying because we have to edit each video manually sad

Feed with empty tags <tag> smile :

http://www.kinkydollars.com/feed/tubex. … oshoots=10

#229 Re: Open Discussion » Nginx anyone ? » 2011-06-10 12:54:40

Thanks for the link, but i have nginx up and running ( for testing purposes not on port 80 ).
My Problem is to get this http://wiki.nginx.org/HttpSecureLinkModule running.
Ok, the plugin is working, but nginx has another url construction than lighttpd.
As far as i see /modules/video/helpers/stream.php does this, but for the urls that lighty needs.
Maybe Adrian can take a look into it.

Maybe a selector in admin cp under video -> configure -> view -> streaming settings wink

#230 Re: Open Discussion » Nginx anyone ? » 2011-06-09 22:45:34

Thats only half of the truth smile

http://redmine.lighttpd.net/wiki/1/Docs:MultiProcessor

About not NGINX not being faster than Lighty:

If NGINX uses only the half of the CPU Load, we have more resources left for other processes, eg: converting, serving under heavy load. Nginx uses only the half of CPU and MEM under heavy Load.
http://wiki.nginx.org/WhyUseIt

BTW: Lighty Streams for Youtube wink http://highscalability.com/youtube-architecture

For the streaming Security: Lighttpd is not secure - i do not talk about rtmp - i can download EVERY video "secured" by mod_secdownload.

And NGINX has something similar to Lightys secdownload. Link in my first post.

#231 Open Discussion » Nginx anyone ? » 2011-06-09 16:02:50

Coscast
Replies: 5

Hi, i tried to migrate to NGINX. Anyone using NGINX incl. http://wiki.nginx.org/HttpSecureLinkModule working ?

This drives me crazy smile

See here: http://forum.nginx.org/read.php?2,173863,173877

Thats not my thread there, just found that via google. Did the patching stuff already.

#233 Feature Requests » Suggestion: 24h Format for Last used Servers » 2011-06-07 20:06:38

Coscast
Replies: 1

Maybe it's better to use the 24h Format for the Last used Server Timestamp.

00:12 am is the same as 00:12 pm.

It use that already and it fixed an issue when i add a video @ 00:25am and the next @ 00:02pm.

All the videos added afternoon until 00:26 get added to ONE server. smile

I hope you understand.

I modified my script already to the 24h Format smile

#234 Development » RTMP Streaming » 2011-06-07 15:51:53

Coscast
Replies: 4

Hey Adrian,

I had a little bit too much spare time and installed Red5 RC1.
You wrote that it is possible to stream via RTMP and you have a script for streaming.
Can you tell me a little bit more about it?
How does that work? Are there many things to modify, to get this running? From where will the files streamed, i think not from the Red5 $home, or? Is it easy to switch to RTMP with existing files/directories ?

#235 Open Discussion » Another Sponsor with proper XML feeds and more » 2011-06-07 10:05:11

Coscast
Replies: 2

Hi,
Famedollars has all we need:
Flv Exporter,
RSS Feeds ( working - tested )
Example:

http://www.gammae.com/famedollars/rss/rss_feed.php?pr=8&su=1&ad=201316&trg=smart_scripts_flv&si=&pg=2&nb=50

And much more.
jbm486x60.gif

#236 Re: Documentation » [HOWTO] Install Sphinx for Adult Script Pro » 2011-06-06 23:24:19

First you have to create the inital index by typing:

indexer --all --config /path/to/your/sphinx/configuration/file.conf

then you have to go to your admin panel in AdultScriptPro and set your search to "Complex (Sphinx Search )"

additionaly the searchd daemon should be up and running. You can check that by typing the command i posted above.

#237 Re: Bug Reports » RC3 Multiserver » 2011-06-06 22:40:39

The File extension is missing. I fixed this by changing in csv.php:

FROM:

SET ext = '".$this->db->escape($ext)."',

TO:

SET ext = '".$ext."',

I hope that is a proper fix and will cause no problems smile

#238 Re: Bug Reports » RC3 Multiserver » 2011-06-06 21:49:17

Ok forget what i posted above....

I HAD THE WRONG FTP PORT -.-

But one thing is left:
I videos are not converted, convert.php is not called. But in the convert.php is a query which updates the last used time of the server. This is missing in csv.php.


EDIT: Fixed it by myself adding the query to csv.php

#239 Re: Documentation » [HOWTO] Install Sphinx for Adult Script Pro » 2011-06-06 19:41:19

It should return search results for three letter words - mine does.
Did you create the initial index and set the search to sphinx in acp ?

Searchd listens on port 3312, you can check that via ssh console.

netstat -npl | grep 3312

#240 Bug Reports » RC3 Multiserver » 2011-06-06 09:48:46

Coscast
Replies: 3

Hi,
In RC3 Mass Csv+Multiserver does not work. Files do not get uploaded, they stay on the main server.

#241 Re: Installation » New install get -->Could not connect to the MySQL Server! » 2011-06-03 23:31:05

Clear your browser cache! Fot testing: Use another Browser.

#242 Re: Development » Banner url is not a valid url address! » 2011-06-03 22:17:24

What i want to say is, that are more than one instances of what adrian said........

#243 Re: Bug Reports » [FIXED] Popular Tags -> Multi worded Tags » 2011-06-03 21:17:03

You are welcome MS_DA. I hope my post helped smile

#244 Re: Development » Banner url is not a valid url address! » 2011-06-03 21:15:23

BTW: Adrian mentioned the fix.

Did you change ALL instances of his solution ?

#245 Re: Open Discussion » WHERE YOU FROM?? :) » 2011-06-03 19:40:24

Hello my friend.

I'am from Germany, North-Rhine Westphalia, near the steel heart of germany and near to the netherland borders - http://en.wikipedia.org/wiki/Ruhrgebiet
borussiadortmundmeister.jpg

#246 Modifications » SSHD Port Change » 2011-06-03 19:32:04

Coscast
Replies: 0

Hey,

You all know that there are many fucking Script Kiddies out there who try to compromise your server.
They use Scripts which scan whole IP ranges for open ports.
The First Port they try is the SSHD Port. This is Port 22.
So it would be a good idea to change your SSHD Port.

Login to your server via SSH (Putty or something, i prefer Putty)

Now edit your ssh File in etc/ssh/sshd.conf:
03062011212228.png

Uploaded with ImageShack.us

Look for the line which says:

Port 22

and change that to a port of your choice, but be sure that your port is open. Just try a high one like 6334 or something. BUT PLEASE not all of you use THAT port smile 6442,6155,6232 or 5345 and so on is ok too smile

Now save that edited file.
Last step. RESTART SSHD.

/etc/init.d/ssh restart

You are done!

Please excuse my english skills, English is not my native tongue.

#247 Re: Open Discussion » .htaccess URL Rewrite » 2011-06-03 19:19:00

Hey Eri,

A little bit off topic, but are you using Apache httpd? I dunno much of Apache but that rule does look like an Apache Rule.

Whatever. You gave your server a rule to rewrite /embed/(.*)/ embed.php?id=$1 but TO WHAT should he/it rewrite that?
something is missing there smile

#250 Bug Reports » [FIXED] Popular Tags -> Multi worded Tags » 2011-06-03 17:30:26

Coscast
Replies: 4

Hey there is a bug in the Popular Tags Cloud:

If the tag is multi worded eg: Big tits - the link is wrong.

Quick fix by me:

Open templates/YOUR TEMPLATE/extend/widgets/tag_left.widget.php

change line 37

$output[] = '<li><a href="'.RELATIVE_URL.'/tag/'.$key.'/" class="tag'.$value.'">'.e($key).'</a></li>';

TO:

$output[] = '<li><a href="'.RELATIVE_URL.'/tag/'.prepare_string($key, true).'/" class="tag'.$value.'">'.e($key).'</a></li>';

Your're done smile

PS: Use Notepad++ for editing php files, it's free!  http://notepad-plus-plus.org/

Board footer

Powered by FluxBB