dostpartner
New member
Download Linki : Buradan Indir
Not :
1.) Kendinize phpMyAdmin'Den bir kullanici adi ve kullanici sifresi olusturunuz. ve INSTALL 'i takip ediniz.
2.) // ID comparison between logged hash and session. If they are both the same, let the user to go on...
$dbq = $db->execute("select log_id from tblLoggedUsers where hash = '$ID'");
$log_id = $dbq->fields['log_id'];
$dbq->close();
if ($log_id == "")
Sitede SQL Sorunu verebilir bu durumda yukarda belirtmis oldugum satiri.
$log_id = $dbq->fields['log_id']; yerine $log_id = $dbq->fields['log_on'];
Yapiniz.
**************************************************************************************
beta isimli üye dosttan alıntıdır
Bunun 2.0 ı da mevcut aşağıdaki linkten indirebilirsiniz.
http://postaciwebmail.org/content/view/15/30/
konun aynı yerde kalması için konuyu birleştirdim saygılarımla
Not :
1.) Kendinize phpMyAdmin'Den bir kullanici adi ve kullanici sifresi olusturunuz. ve INSTALL 'i takip ediniz.
2.) // ID comparison between logged hash and session. If they are both the same, let the user to go on...
$dbq = $db->execute("select log_id from tblLoggedUsers where hash = '$ID'");
$log_id = $dbq->fields['log_id'];
$dbq->close();
if ($log_id == "")
Sitede SQL Sorunu verebilir bu durumda yukarda belirtmis oldugum satiri.
$log_id = $dbq->fields['log_id']; yerine $log_id = $dbq->fields['log_on'];
Yapiniz.
**************************************************************************************
beta isimli üye dosttan alıntıdır
Bunun 2.0 ı da mevcut aşağıdaki linkten indirebilirsiniz.
http://postaciwebmail.org/content/view/15/30/
konun aynı yerde kalması için konuyu birleştirdim saygılarımla