Skip to content

Commit

Permalink
Tagged as 1.4.13
Browse files Browse the repository at this point in the history
(02/12/14): Version 1.4.13
-----------------------
01. ! Fixed LFI EXPLOIT //Thanks jsifuentes
02. ? Optimized and updated IpToCountry.csv
  • Loading branch information
sarabveer committed Dec 4, 2014
1 parent 2d8fe5a commit 68ba775
Show file tree
Hide file tree
Showing 11 changed files with 231 additions and 119 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Legend:
! = Fixed bug
? = Other stuff
```

(02/12/14): Version 1.4.13
-----------------------
01. ! Fixed LFI EXPLOIT //Thanks jsifuentes
02. ? Optimized and updated IpToCountry.csv

(15/11/14): Version 1.4.12
-----------------------
01. * Added Steam3 Support
Expand Down
Binary file modified game_upload/addons/sourcemod/plugins/sourcebans.smx
Binary file not shown.
2 changes: 1 addition & 1 deletion game_upload/addons/sourcemod/scripting/sourcebans.sp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#undef REQUIRE_PLUGIN
#include <adminmenu>

#define SB_VERSION "1.4.12"
#define SB_VERSION "1.4.13"

//GLOBAL DEFINES
#define YELLOW 0x01
Expand Down
Empty file added web_upload/demos/file
Empty file.
330 changes: 218 additions & 112 deletions web_upload/includes/IpToCountry.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web_upload/includes/sb-callback.php
Original file line number Diff line number Diff line change
Expand Up @@ -2281,7 +2281,7 @@ function SendMail($subject, $message, $type, $id)
function CheckVersion()
{
$objResponse = new xajaxResponse();
$relver = @file_get_contents("http://www.sourcebans.net/public/versionchecker/?type=rel");
$relver = @file_get_contents("http://sbversion.v33r.tk/");

if(defined('SB_SVN'))
$relsvn = @file_get_contents("http://www.sourcebans.net/public/versionchecker/?type=svn");
Expand Down
4 changes: 2 additions & 2 deletions web_upload/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@
// ---------------------------------------------------
#define('SB_SVN', true);
if(!defined('SB_VERSION')){
define('SB_VERSION', '1.4.12');
define('SB_REV', '$Rev: 463 $');
define('SB_VERSION', '1.4.13');
define('SB_REV', '$Rev: 466 $');
}
define('LOGIN_COOKIE_LIFETIME', (60*60*24*7)*2);
define('COOKIE_PATH', '/');
Expand Down
2 changes: 1 addition & 1 deletion web_upload/install/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// Initial setup
// ---------------------------------------------------
if(!defined('SB_VERSION')){
define('SB_VERSION', '1.4.12 Installer');
define('SB_VERSION', '1.4.13 Installer');
}
define('LOGIN_COOKIE_LIFETIME', (60*60*24*7)*2);
define('COOKIE_PATH', '/');
Expand Down
2 changes: 1 addition & 1 deletion web_upload/themes/default/theme.conf.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
define('theme_author', "SourceBans Development Team");

// Set the version of the theme here
define('theme_version', "1.4.12");
define('theme_version', "1.4.13");

// Set the link of the theme here
define('theme_link', "http://www.sourcebans.net");
Expand Down
2 changes: 1 addition & 1 deletion web_upload/themes/sourcebans_dark/theme.conf.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
define('theme_author', "SourceBans Development Team");

// Set the version of the theme here
define('theme_version', "1.4.12");
define('theme_version', "1.4.13");

// Set the link of the theme here
define('theme_link', "http://www.sourcebans.net");
Expand Down
Empty file added web_upload/themes_c/file
Empty file.

0 comments on commit 68ba775

Please sign in to comment.