hocam verdiginiz kod bendede bulunuyor yanlız xampla alakalı olmasını soyelememın sebebi localhost:8080 değilde direk localhost olan bi pcden denedim proje direk acıldı . Şu anda kullandıgım pcden 8080 olarak bağlandıgımdan böyle bir hata veriyor
function db_connect()
{
if ($this->port != '')
{
$this->hostname .= ':'.$this->port;
}
return @mysql_connect($this->hostname, $this->username, $this->password, TRUE);
}
// --------------------------------------------------------------------
/**
* Persistent database connection
*
* @access private called by the base class
* @return resource
*/
function db_pconnect()
{
if ($this->port != '')
{
$this->hostname .= ':'.$this->port;
}
return @mysql_pconnect($this->hostname, $this->username, $this->password);
}dediğim gibi burda port kısmına 8080 girdiğim haldede aynı hatayı alıyorum
--R10.NET; Flood Engellendi -->-> Yeni yazılan mesaj 12:06:36 -->-> Daha önceki mesaj 12:00:32 --
daha kolay bir yol var aslında pcde hangi programın cakıstıgını bulsam daha kesın bir cözum olacak bunu bulabılecegım bırsey varmıdır acaba bilginız