Skip to content

Commit

Permalink
glype-1.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentclee committed Jul 15, 2019
1 parent fafcc3d commit 81614b5
Show file tree
Hide file tree
Showing 24 changed files with 34 additions and 385 deletions.
2 changes: 1 addition & 1 deletion INSTALL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# INSTALLATION INSTRUCTIONS
# ------------------------------------------------------------------------------

1. Upload the contents of the /glype-1.4.14/ folder to the desired directory on your server.

This comment has been minimized.

Copy link
@djyahya23

djyahya23 Dec 7, 2021

hi how aldn PU bdssc ihe

This comment has been minimized.

Copy link
@djyahya23

djyahya23 Dec 7, 2021

guys if yall want to unblock site on your school computer go to http://unblock.zd3.co.uk/ is easy too

1. Upload the contents of the /glype-1.4.15/ folder to the desired directory on your server.
2. Visit the URL of your Glype Admin Control Panel (i.e. http://www.domain.com/admin.php).
3. Set the desired options and save your settings.
360 changes: 2 additions & 358 deletions LICENSE.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions admin.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down Expand Up @@ -42,7 +42,7 @@
define('ADMIN_URI', $_SERVER['PHP_SELF']);

# Define the current admin version
define('ADMIN_VERSION', '1.4.14');
define('ADMIN_VERSION', '1.4.15');

# Start buffering
ob_start();
Expand Down
7 changes: 6 additions & 1 deletion browse.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down Expand Up @@ -328,6 +328,11 @@
# Send an empty Expect header (avoids 100 responses)
$toSet[CURLOPT_HTTPHEADER][] = 'Expect:';

# Use IPv4 for DNS resolution
if (defined('CURLOPT_IPRESOLVE') && defined('CURL_IPRESOLVE_V4')) {
$toSet[CURLOPT_IPRESOLVE][] = 'CURL_IPRESOLVE_V4';
}

# Can we use "If-Modified-Since" to save a transfer? Server can return 304 Not Modified
if ( isset($_SERVER['HTTP_IF_MODIFIED_SINCE']) ) {

Expand Down
2 changes: 1 addition & 1 deletion cookies.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
2 changes: 1 addition & 1 deletion disclaimer.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
2 changes: 1 addition & 1 deletion edit-browser.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
4 changes: 2 additions & 2 deletions includes/init.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down Expand Up @@ -87,7 +87,7 @@
******************************************************************/

# Current version - no need to change this!
$themeReplace['version'] = 'v1.4.14';
$themeReplace['version'] = 'v1.4.15';

# Look for a config.php in the /themes/themeName/ folder
# If running multiple proxies off the same source files
Expand Down
2 changes: 1 addition & 1 deletion includes/main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
2 changes: 1 addition & 1 deletion includes/parser.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
4 changes: 2 additions & 2 deletions includes/process.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down Expand Up @@ -230,7 +230,7 @@ function deleteAllCookies($array, $prefix='') {
$details = explode('|', $cookie, 3);

# Check for successful split
if ( !empty($details[2]) ) {
if ( !isset($details[2]) ) {
continue;
}

Expand Down
4 changes: 2 additions & 2 deletions includes/settings.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down Expand Up @@ -265,7 +265,7 @@

# Settings file version for determining compatability with admin
# tool.
$CONFIG['version'] = '1.4.14';
$CONFIG['version'] = '1.4.15';

//---PRESERVE ME---
// Anything below this line will be preserved when the admin control panel rewrites
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
2 changes: 1 addition & 1 deletion plugins/facebook.com.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
2 changes: 1 addition & 1 deletion plugins/google.com.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
2 changes: 1 addition & 1 deletion plugins/hotmail.com.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
2 changes: 1 addition & 1 deletion plugins/live.com.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
2 changes: 1 addition & 1 deletion plugins/msn.com.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
2 changes: 1 addition & 1 deletion plugins/myspace.com.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
2 changes: 1 addition & 1 deletion plugins/twitter.com.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
2 changes: 1 addition & 1 deletion plugins/yahoo.com.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
2 changes: 1 addition & 1 deletion plugins/youtube.com.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
2 changes: 1 addition & 1 deletion plugins/ytimg.com.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down
2 changes: 1 addition & 1 deletion themes/default/config.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/*******************************************************************
* Glype is copyright and trademark 2007-2015 UpsideOut, Inc. d/b/a Glype
* Glype is copyright and trademark 2007-2016 UpsideOut, Inc. d/b/a Glype
* and/or its licensors, successors and assigners. All rights reserved.
*
* Use of Glype is subject to the terms of the Software License Agreement.
Expand Down

0 comments on commit 81614b5

Please sign in to comment.