Introduction

Thank you for deciding to use YASS! Before installing YASS on your web server, it must meet some minimum requirements before it can be installed. This installer will guide you through the install process and inform you of any missing requirements

Prerequisites

The following must be available in order to continue installing YASS

PHP >= 5.2 '.phpversion()); ?>
MySQL Available'; else{ echo '#FF0000">Unavailable'; $error = true; } ?>
PHP OpenSSL library Available'; else{ echo '#FF0000">Unavailable'; $error = true; } ?>
PHP GD library Available'; else{ echo '#FF0000">Unavailable'; $error = true; } ?>
Function imagettfbbox enabled Enabled'; else{ echo '#FF0000">Not enabled'; $error = true; } ?>
Function imagettftext enabled Enabled'; else{ echo '#FF0000">Not enabled'; $error = true; } ?>
Function fsockopen enabled Enabled'; else{ echo '#FF0000">Not enabled'; $error = true; } ?>

Before continuing, also ensure that you have a Windows Live ID created for the bot account for use within YASS.
If you have not yet created another account, sign up for one at http://accountservices.passport.net

Configuration Settings

Before YASS can operate, it needs to be able to access a database and be able to connect to the Windows Live messaging service.
Please fill in the values below to confirm settings.

Database hostname

Database server port
Leave this blank unless MySQL operates on a non-standard port
Database name
Database user
Database password
Prefix for tables to be created:

0){ ?>

Warning: The selected database `` already has tables. If there are any existing tables with the same name, they will be dropped and the new table used in place. Do you want to continue installing?

Continue installing. Database will now be written to.

Go back and make changes.

Database connection successful. Tables will now be created, and filled with initial data.

Error: Could not connect to database. Please check settings and try again

An error has occured when trying to create database entries.

Configuration Settings

Before YASS can operate, it needs to be able to access a database and be able to connect to the Windows Live messaging service.
Please fill in the values below to confirm settings.

Windows Live ID for bot:
Password:

login($_POST['bot_email'], $_POST['bot_pass']); switch($bot_login->result){ case '': write_config(); finish_install(); break; case 911: ?>

Authentication failure
Please check login information, and try again.

Server busy
When trying to login, the server replied as busy. Please try again.
If this error persists, it could indicate a problem with the webserver hosting YASS

Cannot connect to server
Your webserver is most likely not configured properly to be able to connect to the MSN Messaging Service
This will usually occur if socket connections are not permitted by your server.

Unknown Error
An unknown error has occured when trying to validate the account. Returned error: result ?>

Congradulations

You have succesfully installed YASS Server. Before being able to use YASS, please delete the `install` folder.
Some things you may want to do now:

0))) { // This is the total number of single quotes in the token. $total_quotes = preg_match_all("/'/", $tokens[$i], $matches); // Counts single quotes that are preceded by an odd number of backslashes, // which means they're escaped quotes. $escaped_quotes = preg_match_all("/(?