Login     Sign up
How to create Social Media iPhone and Android Apps
Content has been moved to here: https://www.jcow.net/socialapp.. Read more
https://community.jcow.net/page/
39 months ago
774 Views
How to create a social network website with PHP and MySQL
In this tutorial, we will create a social network website with a PHP web hosting. ## Download Jcow Go to https://www.jcow.net/download/ and select an Edition. After order completed, go to https://.. Read more
https://community.jcow.net/page/
39 months ago
1377 Views
How to increase Jcow video uploading size
If you want to increase it to example 50M, you need to change to places: 1: js/common.js find ``` 1024*1024*20 ``` increase it to ``` 1024*1024*50 ``` 2: my/config.php add a new line at .. Read more
https://community.jcow.net/page/
54 months ago
1422 Views
Jcow clean URL on Nginx server
Jcow clean URL support Nginx from Jcow 9.7. Add this rewrite rules to your nginx.conf ~~~code location / { # your codes try_files $uri $uri/ /index.php?p=$uri&$ar.. Read more
https://community.jcow.net/page/
106 months ago
3448 Views