• 08-07-2009, 19:30:15
    #1
    Class db
    {
    var $host;
    var $user;
    var $passwd;
    var $database;
    var $conn;
    function db($host,$user,$password,$database)
    {
      $this->host = $host;
      $this->user = $user;
      $this->passwd = $password;
      $this->database = $database;
      $this->conn=mysql_connect($this->host, $this->user,$this->passwd) or
      die("Could not connect to $this->host");
      mysql_select_db($this->database,$this->conn) or
      die("Could not switch to database $this->database");
    }
    Yaw bilgileri nereye nasıl yazcam bulamadım denedim olmadı.. anlayan bir arkadan buraya buraya diye yazabilirmi?
    KURMAK İSTEYENLER:
    PHP VERSİYONU
    http://www.fleaim.com/release1.21.zip
    ASP VERSİYONU
    http://www.fleaim.com/release1.21_asp.zip
    Dağıtıcı Site:ve demo
    FleaIM - Free Ajax Chat Php & Asp Script
  • 09-07-2009, 04:04:50
    #2
    data klasörü altındaki function.php 10.satırdan veritabanı bilgilerini ayarlayıp, fleaim.sql dump dosyasını phpmyadmin ile işleyeceksin.