Jump to content

Facbook Giriş Scripti İle İlgili Bir Soru


Abdullah 37
 Share

Recommended Posts

Arkadaşlar aşağıdaki gibi facebooka giriş yapmak için script var. Şöyle bir şey nasıl yapılabilir.
Şimdi bu script compile edilmiş olsun. Buna sağ tıklayınca Özelleştir diye bir bölüm açılsın. Bu açılan bölümden e mail adresi ve şifre yi yazmaya ve değiştirmeye imkan versin. Ama programa direk tıklayınca facebooka giriş yapsın. Bu nasıl yapılabilir arkadaşlar.

[codebox]Opt("TrayIconHide", 1)
#include
#include

Local $mailtxt = "emailiniz"
Local $passtxt = "şifreniz"
$Mail = $mailtxt
$Pass = $passtxt
$oIE = _IECreate("https://login.facebook.com/login.php?login_attempt=1", 0, 1, 1)
$oForm = _IEFormGetObjByName($oIE, "login_form")
$oQuery = _IEFormElementGetObjByName($oForm, "email")
$o_Query = _IEFormElementGetObjByName($oForm, "pass")
$oSubmit = _IEFormElementGetObjByName($oForm, "login")
_IEFormElementSetValue($oQuery, $Mail)
_IEFormElementSetValue($o_Query, $Pass)
_IEAction($oSubmit, "click")
[/codebox] Edited by Abdullah 37
Link to comment
Share on other sites

[quote name='blackman12' date='12 Şubat 2011 - 17:37 ' timestamp='1297525666' post='962130']
öyle bişi yapılamaz exe mahsus sağ klik üretilmiyo...Onun yerine inputbox la kullanıcı adı ve şifreyi sordurmayı dene istersen :D
[/quote]

Hocam onu nasıl yapabiliriz.?

Edited by Abdullah 37
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...