Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #19

Closed
wants to merge 55 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
6d3e06d
Custom fix
sfrancis2016 May 6, 2017
34ec305
Custom fix
sfrancis2016 May 6, 2017
8dca74e
Custom fix
sfrancis2016 May 6, 2017
510c37a
Sfrancis
May 6, 2017
e11ffcc
Sfrancis
May 6, 2017
e1f3bce
Custom fix
sfrancis2016 May 6, 2017
69e207c
Sfrancis
May 6, 2017
c3fd28d
Custom fix
sfrancis2016 May 6, 2017
3b8632d
Merge branch 'master' of https://github.com/sfrancis2017/YouPHPTube
May 6, 2017
102edc2
Merge branch 'master' of https://github.com/sfrancis2017/YouPHPTube
May 6, 2017
230629d
Update .htaccess
sfrancis2017 May 6, 2017
466e868
Update sitemap.xml
sfrancis2017 May 6, 2017
fe316e1
Custom fix
sfrancis2016 May 6, 2017
20d0af8
Merge origin/master
sfrancis2016 May 6, 2017
89ca84a
Merge origin/master
sfrancis2016 May 6, 2017
4a5c5bb
Merge origin/master
sfrancis2016 May 6, 2017
a33eddc
Merge origin/master
sfrancis2016 May 6, 2017
579d13b
Merge pull request #1 from DanielnetoDotCom/master
sfrancis2017 May 6, 2017
059e613
Merge origin/master
sfrancis2016 May 6, 2017
6266d24
Merge origin/master
sfrancis2016 May 6, 2017
ff352c2
Merge origin/master
sfrancis2016 May 7, 2017
d7aa5fc
Merge origin/master
sfrancis2016 May 7, 2017
e6c4761
Merge origin/master
sfrancis2016 May 7, 2017
6c3005d
Merge origin/master
sfrancis2016 May 30, 2017
dedbbd2
Merge with Daniel´s Branch
sfrancis2016 May 30, 2017
6ac40af
Merge with Daniel´s Branch
sfrancis2016 May 30, 2017
02e0344
Update 06/02/2017
sfrancis2016 Jun 2, 2017
3cdba1f
Update 06/02/2017
sfrancis2016 Jun 2, 2017
71c835f
Update 06/02/2017
sfrancis2016 Jun 2, 2017
b9f8140
Update 06/02/2017
sfrancis2016 Jun 2, 2017
468c9e1
Update 06/02/2017
sfrancis2016 Jun 2, 2017
749ab16
Update 06/02/2017
sfrancis2016 Jun 2, 2017
cab6aa9
Merge origin/master
sfrancis2016 Jun 2, 2017
d9ce96b
Merge origin/master
sfrancis2016 Jun 2, 2017
e8e55e9
Merge origin/master
sfrancis2016 Jun 2, 2017
4330b5e
Merge origin/master
sfrancis2016 Jun 2, 2017
050c60b
Merge origin/master
sfrancis2016 Jun 2, 2017
1ad5025
06/02/2017
sfrancis2016 Jun 2, 2017
f80d358
06/02/2017
sfrancis2016 Jun 3, 2017
9e82132
06/03/2017
sfrancis2016 Jun 3, 2017
42d19a5
06/03/2017
sfrancis2016 Jun 3, 2017
ac04420
Merge pull request #4 from DanielnetoDotCom/master
sfrancis2017 Jun 3, 2017
e869036
Update CNAME
sfrancis2017 Jun 4, 2017
f9ff8cd
Update README.md
sfrancis2017 Jun 4, 2017
7df4461
Update README.md
sfrancis2017 Jun 4, 2017
396e348
Update README.md
sfrancis2017 Jun 4, 2017
18aa247
Update README.md
sfrancis2017 Jun 4, 2017
10288ac
Delete .DS_Store
sfrancis2017 Jun 4, 2017
4cc4f34
Delete br.php
sfrancis2017 Jun 4, 2017
cdf7f05
Update video.php
sfrancis2017 Jun 4, 2017
b22ddb6
Merge branch 'master' into pr/5
sfrancis2016 Jun 12, 2017
6008a30
Merge pull request #6 from sfrancis2017/pr/5
sfrancis2017 Jun 12, 2017
b5c1878
Merge pull request #7 from DanielnetoDotCom/master
sfrancis2017 Jun 13, 2017
bde81be
Merge remote-tracking branch 'DanielnetoDotCom/master'
sfrancis2017 Jun 19, 2017
b3d4903
Merge branch 'master' into master
sfrancis2017 Jun 22, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .DS_Store
Binary file not shown.
4 changes: 3 additions & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on

RewriteCond %{HTTP_HOST} ^sfrancis\.ca [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.sfrancis.ca/$1 [R,L]
#main Files
RewriteRule ^$ view/ [NC,L]
RewriteRule ^bootstrap/(.+)$ view/bootstrap/$1 [NC,L]
Expand Down
2 changes: 1 addition & 1 deletion CNAME
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git.youphptube.com
www.sfrancis.ca
Empty file modified LICENSE
100644 → 100755
Empty file.
31 changes: 14 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,30 +1,27 @@
# YouPHPTube
YouPHPTube! is an video-sharing website, It is an open source solution that is freely available to everyone. With YouPHPTube you can create your own video sharing site, YouPHPTube will help you import and encode videos from other sites like Youtube, Vimeo, etc. and you can share directly on your website. In addition, you can use Facebook or Google login to register users on your site. The service was created in march 2017.
# SFrancis - Professional Tube
SFrancis - Professional Tube! is an video-sharing website.

<div align="center">
<img src="http://www.youphptube.com/img/prints/prints7.png">
<a href="http://demo.youphptube.com/" target="_blank">View Demo</a>
<img src="http://www.sfrancis.ca/img/logo138x30.png">
<a href="https://www.sfrancis.ca/videos/sfrancisvideosharing_593081ac0acae6.00511554.mp4" target="_blank">Preview</a>
</div>

# Server Requirements

In order for you to be able to run YouPHPTube, there are certain tools that need to be installed on your server. Don't worry, they are all FREE. To have a look at complete list of required tools, click the link below.
In order for you to be able to run SFrancis - Professional Tube, there are certain tools that need to be installed on your server. Don't worry, they are all FREE. To have a look at complete list of required tools, click the link below.

- Linux (Kernel 2.6.32+)
- PHP 5.3+
- MySQL 5.0+
- Apache web server 2.x (with mod_rewrite enabled)

If you are not sure how to install one of these tools take a look on this http://tutorials.youphptube.com/video/how-to-install-youphptube-in-a-fresh-ubuntu-server
If you do not have a server to host SFrancis - Professional Tube.

# What about if we host YouPHPTube for you?
We have a free plan that you will have your YouPHPTube on the World Wide Web with out spending any money go to https://easytube.club/ and be a part of this club

Take a look at our video tutorials site (http://tutorials.youphptube.com), you will find several useful information like:
- How to Install YouPHPTube in a fresh Ubuntu Server
Installation:
- How to Install SFrancis - Professional Tube in a fresh Ubuntu Server
- How to Upload a Video File
- How to update your YouPHPTube version
- How to translate YouPHPTube to another language
- How to update your SFrancis - Professional Tube version
- How to translate SFrancis - Professional Tube to another language
- And more

# Ver 2.0
Expand All @@ -36,17 +33,17 @@ Take a look at our video tutorials site (http://tutorials.youphptube.com), you w
- User and Videos Groups
- Private Videos

**Private videos since version 2.4** YouPHPTube allows you to determine if the videos published on the page will be public or private.
**Private videos since version 2.4** SFrancis - Professional Tube allows you to determine if the videos published on the page will be public or private.
By default all videos are public, but you can create groups and link them to videos and users, so only users in the group can view videos from the same group. And the linked video will not be public any more.
We have made a video to help you: http://tutorials.youphptube.com/video/enable-facebook-login-and-making-a-video-private
We have made a video to help you:

# Ver 2.6
**We will help you make money with google AdSense** watch this video http://tutorials.youphptube.com/video/make-money-with-youphptube-enable-google-adsense
**We will help you make money with google AdSense** watch this video

# Ver 2.7
- Independent Video Advertising System to Avoid Meddling by Google (Thanks for the idea Simon Christopher)
- Choose the fist style, Youtube video Play or Gallery
- Now MP3 files create a spectrum video, audio now will play like a video, watch an sample: http://demo.youphptube.com/video/mark-ronson-uptown-funk-ft-bruno-mars
- Now MP3 files create a spectrum video, audio now will play like a video, watch an sample:

# Ver 2.8
- Option to enable and disable features such as: (Coding formats, MP4, WEBM and creation of Spectrum for MP3)
Expand Down
Empty file modified _config.yml
100644 → 100755
Empty file.
Empty file modified index.php
100644 → 100755
Empty file.
Loading