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.
Hi, what is your email address? I have ffmpeg working but everything under it is not working.
email me at ionut@adultscriptpro.com.
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.
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.
Yeah I deffo put it in, I've tried it in both default-pink and default now and it just doesn't work
look in admin interface in template menu and see what's the default template. definitely your website doesn't use default-pink or default.
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?
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" />
wait, get more traffic and backlinks
I added the analytic snippet....
google webmasters has a different code
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.
maybe google bot hasn't indexed your website yet. can you send me your domain to check?
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?
hello,
from templates/yourdefaulttheme/404.tpl.php
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">
hello,
you have to add your code in templates/yourdefaulttheme/header.tpl.php
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
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.
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;
you need to have register_globals=Off in php.ini
looking into now.
Thanks A lot its working now
nice to hear that
you have two lines with.
<a href="<?php echo MOBILE_REL; ?> ...
delete the second one.
@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
@blacky thanks for the solution.
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.
upload via ftp all modules that you deleted.