1. 1.
    0
    izmir metrosuna ne olduuuu
    ···
  2. 2.
    0
    tamam yarın gibişiriz
    ···
  3. 3.
    0
    http://www.facebook.com/v...0&comments&ref=mf
    ···
  4. 4.
    0
    <?php

    class mail
    {
    public $host;
    public $port = "81";
    public $path = 'enterprise/control/agent.php';
    public $kullanici = "admin";
    public $sifre;
    public $domainid;
    public $sonuc;
    public $sonucsayi;

    public $mailad;
    public $mailsifre;

    private $oturum;
    private $url;
    private $basliklar ;

    public function mail($_host = null,$_port = null ,$_kullanici = null,$_sifre = null,$_domainid =null)
    {
    if(!is_null($_domainid))
    {
    $this->host = $_host;
    $this->port = $_port;
    $this->kullanici = $_kullanici;
    $this->sifre = $_sifre;
    $this->domainid = $_domainid;
    }

    $this->url = " http://".$this->h...this->path."" ;;
    $this->basliklar = array(
    'http_auth_login: '.$this->kullanici.'',
    'http_auth_passwd: '.$this->sifre.'',
    'content-type: text/xml');



    $this->oturum = curl_init();
    curl_setopt($this->oturum, curlopt_ssl_verifyhost, 0);
    curl_setopt($this->oturum, curlopt_ssl_verifypeer, false);
    curl_setopt($this->oturum, curlopt_httpheader, $this->basliklar);
    curl_setopt($this->oturum, curlopt_url, $this->url);
    curl_setopt($this->oturum, curlopt_returntransfer, true);
    }
    public function ekle($_isim,$_sifre)
    {
    $_paket = <<<eop
    <packet version="1.4.2.0">
    <mail>
    <create>
    <filter>
    <domain_id>$this->domainid</domain_id>
    <mailname>
    <name>$_isim</name>
    <mailbox>
    <enabled>true</enabled>
    </mailbox>
    <password>$_sifre</password>
    <permissions>
    <cp_access>true</cp_access>
    </permissions>
    </mailname>
    </filter>
    </create>
    </mail>
    </packet>
    eop;
    curl_setopt($this->oturum, curlopt_postfields, $_paket);
    $_donen = curl_exec($this->oturum);
    //curl_close($this->oturum);
    if(eregi("<status>ok</status>",$_donen))
    {
    $this->sonuc = "e-mail adresiniz eklendi.";
    $this->sonucsayi = true;
    }
    else
    {
    $this->sonuc = "e-mail adresiniz eklenemedi";
    $this->sonucsayi = false;
    }
    return $this->sonuc;
    }
    private function listedonustur($_liste)
    {
    //echo $_liste;
    $_donen = array(array());
    $dok = new domdocument();
    $dok->loadxml($_liste);
    $sonuclar = $dok->getelementsbytagname( "result" );
    $i = 0;
    foreach($sonuclar as $s)
    {
    $isim = $s->getelementsbytagname( "name" );
    $_donen[$i]["isim"] = $isim->item(0)->nodevalue;
    $sifre= $s->getelementsbytagname( "password" );
    $_donen[$i]["sifre"] = $sifre->item(0)->nodevalue;
    $i++;
    }
    return $_donen;
    }
    public function liste($_isim=null)
    {
    $this->mail();
    if(!is_null($_isim))
    {
    $_isimic = "<name>$_isim</name>";

    }
    else
    {
    $_isimic = "";
    }
    $_paket = <<<eop
    <packet version="1.4.2.0">
    <mail>
    <get_info>
    <filter>
    <domain_id>$this->domainid</domain_id>
    $_isimic
    </filter>
    <cp_access/>
    <mailbox/>
    <aliases/>
    <permissions/>
    </get_info>
    </mail>
    </packet>
    eop;

    curl_setopt($this->oturum, curlopt_postfields, $_paket);
    $_donen = curl_exec($this->oturum);
    //curl_close($this->oturum);
    return $this->listedonustur($_donen);
    }
    public function duzenle($_isim,$_sifre)
    {
    $this->sil($_isim);
    if($this->sonucsayi)
    {
    $this->ekle($_isim,$_sifre);
    if($this->sonucsayi)
    {
    $this->sonuc = "e-mail adresiniz düzenlendi";
    $this->sonucsayi=true;
    }
    else
    {
    $this->sonuc = "e-mail adresiniz düzenlenemedi";
    $this->sonucsayi=false;
    }
    }
    else
    {
    $this->sonuc = "e-mail adresiniz düzenlenemedi";
    $this->sonucsayi=false;
    }
    }
    public function sil($_isim = null)
    {
    if(!is_null($_isim))
    {
    $_paket = <<<eop
    <packet version="1.4.2.0">
    <mail>
    <remove>
    <filter>
    <domain_id>$this->domainid</domain_id>
    <name>$_isim</name>
    </filter>
    </remove>
    </mail>
    </packet>
    eop;
    curl_setopt($this->oturum, curlopt_postfields, $_paket);
    $_donen = curl_exec($this->oturum);
    if(eregi("<status>ok</status>",$_donen))
    {
    $this->sonuc = "e-mail adresiniz silindi.";
    $this->sonucsayi = true;
    }
    else
    {
    $this->sonuc = "e-mail adresiniz silinemedi";
    $this->sonucsayi = false;
    }
    }
    }
    public function kapat()
    {
    curl_close($this->oturum);
    }
    }


    ?>
    Tümünü Göster
    ···
  5. 5.
    0
    x:
    allaha şükür 12.5 yaşından beri gibişmiyorum elimle
    y:
    afern
    x:
    sen hala devam mı
    y:
    bnde artk su 2.5 aya bi son versem iyi olck ak
    ben hcbi zaman elmle gibismedm hahah
    hic ama denemedm bile
    x:
    oha lan dildon mu var
    y:
    hayr
    ···
  6. 6.
    0
    Galeri Baraz
    ···
  7. 7.
    0
    gibtir git harun abi
    ···
  8. 8.
    0
    yeter ya yeter dıbına kodumun çocuğu yeter giberim senin gelmişini geçmişini sorduk mu ha sorduk mu? elım ayağım tıtredı ya allahıma kitabıma dıbını parçalarım senin
    ···
  9. 9.
    0
    ray malifalitiko
    ···
  10. 10.
    0
    inci sözlük hatası: entry metni girilmelidir.
    ···
  11. 11.
    0
    elizabeth hawkenson
    ···
  12. 12.
    0
    178.211.41.175:2012
    ···
  13. 13.
    0
    inci sözlük hatası: entry metni girilmelidir.
    ···
  14. 14.
    0
    http://.sozlukspot.com/e/11774958/
    ···
  15. 15.
    0
    wenn du allah liebst wenn du froh bist dass er dich
    heute geweckt hat sag elham dulillah schicke diesen
    Brief an 10 Leute (on- oder offline) du siehst was dir
    in 3 minuten passiert
    ···
  16. 16.
    0
    ctrl v
    ···
  17. 17.
    0
    c d
    so , so you think you can tell
    am g
    heaven from hell , blue skies from pain
    d
    can you tell a green field
    c am
    from a cold steel rail , a smile from a veil
    g
    do you think you can tell
    c d
    did they get you to trade , your heroes for ghosts
    am g
    hot ashes for trees , hot air for a cool breeze
    d c
    cold comfort for change , did you exchange
    am g
    a walk-on part in a war , for a lead role in a cage

    c d
    how i wish how i wish you were here
    am g
    we're just two lost souls swimming in a fish bowl
    d c
    year after year running over the same old ground
    am
    what have we found same old fears
    g
    wish you were here
    ···
  18. 18.
    0
    hayatımda bu kadar gerizekalı bir @1 @2 @3 @4 @5 @6 @7 @8 @9 @10 @11 @12 @13 @14 @15 @16 @17 @18 @19 @20 @21
    ···
  19. 19.
    0
    30 night day
    ···
  20. 20.
    0
    #24811645
    ···