Linux worldls-302.fr.planethoster.net 4.18.0-553.8.1.lve.el7h.x86_64 #1 SMP Thu Jul 4 15:19:33 UTC 2024 x86_64
LiteSpeed
Server IP : 10.185.0.203 & Your IP : 216.73.217.14
Domains :
Cant Read [ /etc/named.conf ]
User : gerathty
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python2.7 /
site-packages /
boto /
services /
Delete
Unzip
Name
Size
Permission
Date
Action
__init__.py
1.08
KB
-rw-r--r--
2016-04-07 22:15
__init__.pyc
145
B
-rw-r--r--
2017-01-28 02:50
__init__.pyo
145
B
-rw-r--r--
2017-01-28 02:50
bs.py
7.95
KB
-rw-r--r--
2016-04-07 22:15
bs.pyc
7.44
KB
-rw-r--r--
2017-01-28 02:50
bs.pyo
7.44
KB
-rw-r--r--
2017-01-28 02:50
message.py
2.34
KB
-rw-r--r--
2016-04-07 22:15
message.pyc
1.59
KB
-rw-r--r--
2017-01-28 02:50
message.pyo
1.59
KB
-rw-r--r--
2017-01-28 02:50
result.py
5.46
KB
-rw-r--r--
2016-04-07 22:15
result.pyc
4.87
KB
-rw-r--r--
2017-01-28 02:50
result.pyo
4.87
KB
-rw-r--r--
2017-01-28 02:50
service.py
6.48
KB
-rw-r--r--
2016-04-07 22:15
service.pyc
6.04
KB
-rw-r--r--
2017-01-28 02:50
service.pyo
6.04
KB
-rw-r--r--
2017-01-28 02:50
servicedef.py
3.3
KB
-rw-r--r--
2016-04-07 22:15
servicedef.pyc
3.01
KB
-rw-r--r--
2017-01-28 02:50
servicedef.pyo
3.01
KB
-rw-r--r--
2017-01-28 02:50
sonofmmm.cfg
1.49
KB
-rw-r--r--
2016-04-07 22:15
sonofmmm.py
3.42
KB
-rw-r--r--
2016-04-07 22:15
sonofmmm.pyc
2.79
KB
-rw-r--r--
2017-01-28 02:50
sonofmmm.pyo
2.79
KB
-rw-r--r--
2017-01-28 02:50
submit.py
3.47
KB
-rw-r--r--
2016-04-07 22:15
submit.pyc
2.93
KB
-rw-r--r--
2017-01-28 02:50
submit.pyo
2.93
KB
-rw-r--r--
2017-01-28 02:50
Save
Rename
# # Your AWS Credentials # You only need to supply these in this file if you are not using # the boto tools to start your service # #[Credentials] #aws_access_key_id = <AWS Access Key Here> #aws_secret_access_key = <AWS Secret Key Here> # # Fill out this section if you want emails from the service # when it starts and stops # #[Notification] #smtp_host = <your smtp host> #smtp_user = <your smtp username, if necessary> #smtp_pass = <your smtp password, if necessary> #smtp_from = <email address for From: field> #smtp_to = <email address for To: field> [Pyami] scripts = boto.services.sonofmmm.SonOfMMM [SonOfMMM] # id of the AMI to be launched ami_id = ami-dc799cb5 # number of times service will read an empty queue before exiting # a negative value will cause the service to run forever retry_count = 5 # seconds to wait after empty queue read before reading again loop_delay = 10 # average time it takes to process a transaction # controls invisibility timeout of messages processing_time = 60 ffmpeg_args = -y -i %%s -f mov -r 29.97 -b 1200kb -mbd 2 -flags +4mv+trell -aic 2 -cmp 2 -subcmp 2 -ar 48000 -ab 19200 -s 320x240 -vcodec mpeg4 -acodec libfaac %%s output_mimetype = video/quicktime output_ext = .mov input_bucket = <S3 bucket where source videos live> output_bucket = <S3 bucket where converted videos should be stored> output_domain = <SimpleDB domain to store results - optional> output_queue = <SQS queue to store results - optional> input_queue = <SQS queue where work to be done will be queued up>