Jump to content

Web Sitesine Giriş Yaptıgını Anlama


mdduru
 Share

Recommended Posts

Merhabalar Arkadaşlar;

Ben bir proje yapmak istiyorum.Web sitesine giriş yaptırdım ama o girişten sonra sayfaya yönlenmesini istiyorum.Girişiniz Onaylandı.Şimdi Yönlendiriliyorsunuz!.dedikten sonra AnaSayfaya geçmesini istiyorum.Ama bilgiler hatalıysa AnaSayfaya geçmemesini istiyorum.Nasıl yapabilirim?Umarım anlatabilmişimdir.

Üye Bilgileri:

Kullanıcı Adı: deneme

Şifre: deneme

Apz İndirme Linki:

http://s2.dosya.tc/server/p56bds/Kaan_Karabey_System.zip.html

Edited by mdduru
  • Like 1
Link to comment
Share on other sites

  • Editor

 

if (e_TitleText == "Yönetim Paneli") then
    IExplorer.Stop("Plugin1");
    DialogEx.Close(0);
end

Bu kodu on title text eventına yazman yeterli olacaktır.

Edited by pairs
  • Like 1
Link to comment
Share on other sites

1 saat önce, pairs yazdı:

 


if (e_TitleText == "Yönetim Paneli") then
    IExplorer.Stop("Plugin1");
    DialogEx.Close(0);
end

Bu kodu on title text eventına yazman yeterli olacaktır.

Hocam bu kodla sorunu çözdüm fakat dialogu kapattıgımda anasayfa acılıyor onu nasıl engellerim.

On Close Bölümüne os.exit(); yazdım ama şifreyi girincede otomatik kapatıyor :D

Edited by mdduru
Link to comment
Share on other sites

  • Editor

web sitenizde giriş yaptıktan sonra ki sayfanın html kodlarından title kısmını Yönetim Paneli yapın düzelecektir.

 

Çnkü kodda sayfanın başlıgı Yönetim Paneli ise diye çalışıyor.

Link to comment
Share on other sites

12 saat önce, pairs yazdı:

web sitenizde giriş yaptıktan sonra ki sayfanın html kodlarından title kısmını Yönetim Paneli yapın düzelecektir.

 

Çnkü kodda sayfanın başlıgı Yönetim Paneli ise diye çalışıyor.

tamam hocam bunu çözdüm sadece dialogex'i kapattıgımda anasayfa acılıyor onu nasıl engellerim.

DialogEx 'in On Close Bölümüne os.exit(); yazdım ama şifreyi girincede otomatik kapatıyor :D

Edited by mdduru
Link to comment
Share on other sites

  • Editor
function QueryAllowDialogClose(strDialogName)
    local result= Dialog.Message("Close Dialog", "Are you sure that you want to close the dialog?", MB_YESNO, MB_ICONEXCLAMATION, MB_DEFBUTTON1);
    --if they choose yes 
    if result == IDYES then
        --allow the dialog to close
        return true;
    else
        --cancel close
        return false;
    end
end

Global e bunu yapıştır

Edited by pairs
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...