From 3fef0a5870b1f444e501f48ef3fdc40c4d55bbac Mon Sep 17 00:00:00 2001 From: Git Date: Thu, 3 May 2012 08:00:25 +0000 Subject: [PATCH] Empty commit --- classes/class_irc.php | 2 +- sections/forums/newthread.php | 5 +- sections/staffpm/ajax_get_response.php | 72 +++++++++++++------------- sections/user/index.php | 2 +- sections/user/user.php | 2 +- 5 files changed, 43 insertions(+), 40 deletions(-) diff --git a/classes/class_irc.php b/classes/class_irc.php index 119306ac..c8cdb7cf 100644 --- a/classes/class_irc.php +++ b/classes/class_irc.php @@ -33,7 +33,7 @@ public function __construct() { public function connect() { //Open a socket to the IRC server - $this->Socket = fsockopen('ssl://'.BOT_SERVER, BOT_PORT_SSL); + $this->Socket = fsockopen('tls://'.BOT_SERVER, BOT_PORT_SSL); stream_set_blocking($this->Socket, 0); //create a socket to listen on diff --git a/sections/forums/newthread.php b/sections/forums/newthread.php index aee5bb7d..bded690c 100644 --- a/sections/forums/newthread.php +++ b/sections/forums/newthread.php @@ -91,7 +91,10 @@ - +