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.

#1 Re: Troubleshooting » Cannot get FFmpeg to work. » 2012-05-07 01:37:01

pxoxrxn wrote:

Hi, what is your email address? I have ffmpeg working but everything under it is not working.

email me at ionut@adultscriptpro.com.

#2 Re: Documentation » [HOWTO] Install ffmpeg/yamdi/qt-fastart for Adult Script Pro on CentOS » 2012-04-27 18:48:25

Jeff wrote:

I purchased the installation package, so I should have the git installed?
If I don't, where can I get git? is there instruction for this?
One more question, do I type the commands from any directory, or in certain directory?

Usually we install latest released stable version of ffmpeg.
git is a program that helps you get the bleeding edge source code for a specific project, in your case ffmpeg.

you should understand that getting the code straight from git means that ffmpeg can be unstable.

to install git, just do yum install git.

you can create a directory called sources and use that to store sources but it doesn't matter.

#3 Re: Troubleshooting » Google webmasters » 2012-04-19 16:36:07

netmast wrote:

In admin panel for the frontend - default pink is selected and backend - default. Is something wrong then?

i can check your server and configure it for you. just send me the root password.

#4 Re: Troubleshooting » Google webmasters » 2012-04-19 16:21:48

netmast wrote:

Yeah I deffo put it in, I've tried it in both default-pink and default now and it just doesn't work hmm

look in admin interface in template menu and see what's the default template. definitely your website doesn't use default-pink or default.

#5 Re: Troubleshooting » Google webmasters » 2012-04-19 16:14:41

netmast wrote:

Put it in exactly that position and tried to verify but it still didn't work ;/ Any clue what I can do? or what might be preventing it?

Regards

i'm looking at your website and it doesn't contain the code.  maybe you are editing the wrong template?

#6 Re: Troubleshooting » Google webmasters » 2012-04-19 15:54:25

netmast wrote:

Just messaged you I'm trying to add the meta tag now instead, do you know where it needs to go in the backend?

Thanks

edit templates/your-template/header.tpl.php and add the code in the line 27, just before </head>

<meta name="google-site-verification" content="SOMESTUFF" />

#8 Re: Troubleshooting » Google webmasters » 2012-04-19 15:40:02

netmast wrote:

I added the analytic snippet....

google webmasters has a different code

#9 Re: Troubleshooting » Is my site pointing at my host correctly? » 2012-04-19 15:37:49

netmast wrote:

Just messaged you the domain, thanks! Although I have submitted my URL to google many times already?

hello, use the following search rule

site:yourdomain.com

You will see that google reached your server and it has in index almost 7.570 links.
Your website just needs to increase the page rank in order to appear on the front page.

#10 Re: Troubleshooting » Is my site pointing at my host correctly? » 2012-04-19 15:14:01

maybe google bot hasn't indexed your website yet. can you send me your domain to check?

#11 Re: Troubleshooting » Google webmasters » 2012-04-19 15:12:27

there are severals ways to add the verification code to your website by adding the some html code into header or by adding a new page in document root.

which method did you used?

#12 Re: Troubleshooting » How do you edit the 404 not found page footer? » 2012-04-17 14:42:33

hello,

from templates/yourdefaulttheme/404.tpl.php

#13 Re: Troubleshooting » "Code should be pasted into the HEAD section of your website" » 2012-04-17 14:21:30

netmast wrote:

Thanks, where abouts in the code? anywhere?

Depends what kind of code and where you want to place it but usually after line 36

 35 <div id="container">
 36         <div id="header">

#14 Re: Troubleshooting » "Code should be pasted into the HEAD section of your website" » 2012-04-17 14:14:35

hello,

you have to add your code in templates/yourdefaulttheme/header.tpl.php

#15 Re: Troubleshooting » MYSQL Is Crashing » 2012-04-12 21:09:11

can you be more specific like posting the .err log from mysql? a crash is a crash, a corruption is a corruption. we need to know exactly

#16 Re: Installation » Install ASPro to local loop back server? » 2012-04-12 19:26:01

symtab wrote:

Please make sure you uploaded the .htacess file included in the archive.

also be sure that the apache is configured to  AllowOverride All for your DocumentRoot directory.

#17 Re: Troubleshooting » they added ram to my server now its crashed need help » 2012-04-03 04:57:02

Firstly backup your database, in case we screw something up. Before starting to type the following commands, I want to know if the backup was successfully or not.

mysql -uroot -p
use hoodmat_aspro2;
truncate session;

#18 Re: Pre-sale questions » System Check File » 2012-03-28 04:56:34

you need to have register_globals=Off in php.ini

#20 Re: Troubleshooting » Put logo on mobile » 2012-03-22 13:21:25

cutetallguy8 wrote:

Thanks A lot its working now tongue

nice to hear that smile

#21 Re: Troubleshooting » Put logo on mobile » 2012-03-22 12:48:01

you have two lines with.

<a href="<?php echo MOBILE_REL; ?> ...

delete the second one.

#22 Re: Troubleshooting » Put logo on mobile » 2012-03-22 12:37:38

@cutetallguy8 don't ignore

the logo is covered by the button that changes language because you have data-role="dialog"  instead of data-role="button".

you still have that

#23 Re: Troubleshooting » Nginx rewrite rule » 2012-03-22 10:04:45

@blacky thanks for the solution.

#24 Re: Installation » Install ASPro to local loop back server? » 2012-03-22 06:18:30

for the Web Server Access to directories run this command in the website directory:

chmod 777 `find ./tmp -type d` `find ./media -type d` sitemaps

as for database, i encourage you to use phpMyAdmin script(google for it) and add a new database and user.

Board footer

Powered by FluxBB