Please make sure that the .htaccess file is uploaded to your server and updated to latest version.
If the file is exists, but you still face this issue, please contact your host provide, and let them enable mod_rewrite.
If you are using a VPS with Ubuntu Linux installed, please follow this guide.
If you use Nginx in your server, please follow the last step in the installation page.
This may cuase due folder permission error, or apache issue, please contact your host provider and let them fix it for you.
If you can't upload large files, go to Admin Settings > Settings > Site Settings > Max upload size and increase the value, if you still can't upload large files, please contact your host provider and let them increase the upload limit and max_execution_time.
You can find the layout files in ./themes/default/layout/
The files extention is .html
You can edit the stylesheet from ./themes/default/css
The main style file is: style.css
Make a copy of ./themes/default/ folder, rename it, open ./YOUR_THEME/info.php and change the requested info there.
Once you have changed the info, save the file, go to you admin panel -> design -> themes, and you'll find your theme there, under your theme name, click on activate.
You can change them from ./themes/default/layout/emails/
You can change it from ./themes/default/img/icon.png
You can add more info in ./themes/default/layout/go_pro
You can edit the footer from: ./themes/default/layout/footer/
You have to get a site key from https://www.google.com/recaptcha/
Once you got the site_key, you can add it in Admin > Settings > Site Settings > reCaptcha key. Make sure to add the site key not the secret key.
You edit the profile page from: ./themes/wowonder/default/timeline/content.html
You can block from .htaccess: http://www.htaccesstools.com/block-ips/
The PayPal configuration are wrong. Please make sure the access keys are correct and make sure it's live or sandbox in Admin Panel > Settings > Payment Settings.
You can do that from Admin Panel > Languages > Add New Language
You can set it on Admin > Settings > Site Settings > Default Language
Make sure you have SSL working on your domain, and $site_url is set to SSL version in ./config.php file.
Open .htaccess file, under "RewriteEngine On", copy and the paste the code below:
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]
If you are using ajax, you can skip this step, if you are you using node.js and websockets, please follow the steps below:
Open ./nodejs/config.json file, set "ssl" to true.
In the same file, find the keys: "ssl_privatekey_full_path", and "ssl_cert_full_path" and set their value, your code should look like this:
{
"db_hostname": "", // your MYSQL DB host name
"db_username": "", // your MYSQL DB user name
"db_password": "", // your MYSQL DB password
"db_dbname": "", // your MYSQL DB name
"site_url": "", // your full site URL
"server_ip": "", // your server IP or URL without "http", example: playtubescript.com
"server_port": 4545, // your server PORT, keep it like this if you don't want to change it.
"amazon": false, // set amazon to true if you are using it on your site.
"amazon_bucket": "", // set amazon bucket name if amazon is enabled on your site.
"nodejs_message_update_interval": 500, // this is the time between each pooling request. (ms)
"ajax_message_update_interval": 3000, // this is the time between each request (ajax). (ms)
"ssl": true, // set it to true if you are using SSL
"ssl_privatekey_full_path": "", // full path to your server privatkey, example: /etc/ssl/privatekey.pem
"ssl_cert_full_path": "" // full path to your server cert file, example: /etc/ssl/cert.pem
}
1. Install the EPEL repository
# yum install epel-release
2. Install Node.js
# yum install nodejs
3. Install NPM
# yum install npm
4. Double-check to make sure everything is working
# node --version
# npm --version
1. Update your local package index:
$ sudo apt-get update
2. Install Node.js
$ sudo apt-get install nodejs
3. Install NPM
$ sudo apt-get install npm
4. Double-check to make sure everything is working
$ node --version
$ npm --version
$ npm install forever -g
2. Double-check to make sure everything is working
$ forever --version
$ cd /path/to/playtube/
$ npm install
$ forever start ./nodejs/server.js
$ forever stopall
If you have missed one or two or X updates, and you want to update your site to latest version, you have to update your site version by version manually.
First of all, you have to download the update files from your codecanyon downloads page.
Once you have downloaded the script, you can find the update files in "Update Guide" folder, as shown below:
Choose the update version, and extract it to your Desktop.
The extracted files structure should look like this:
If update.php file exists, upload it to your server using FTP client: /path/to/wowonder/update.php
Open the "Script" folder, Upload and overwrite ALL files/folders (SELECT ALL) file(s) located inside "Script/" folder to your server, if you have renamed your theme, please open "Script/themes/wowonder/" and upload & overwrite ALL files/folders to your theme folder. Example:
Once the files are uploaded, open and run http://www.YOURSITE.COM/update.php (if update.php file exists)
Availability to answer questions, Answering technical questions about item’s features, Assistance with reported bugs and issues, Help with included 3rd party assets.
Any customization request will be ignored.
Please make sure to read more about the support policy.