Script Help

Tuesday, September 27, 2005 by V1P3R The Deadly Snake | Discussion: DesktopX

Hi, im trying to modify the "Aeiro Gmail notifier" and what i want to do is to make it so that when someone clicks on the link that takes you to your e-mail, an input box appears and asks you for a password a number anything that can be used to identify the user......any help would be greatly appreciated
CerebroJD
Reply #1 Tuesday, September 27, 2005 11:56 PM
Doesnt it already ask you for this information?
V1P3R The Deadly Snake
Reply #2 Wednesday, September 28, 2005 12:29 AM
no im sorry.,what i meant was to have a little more security...so my dream upgraded gmail widget is:

you open it for the first time it asks you for your user name and password and then shows how many mails you have no problem..then if i click on the "you have new gmails" asks me for a password (doesnt nessesarly have to be the gmail account one, but anything just to identify me)if i write it correctly it opens my e-mail.else tells me password is incorrect and NOT take me to my e-mail.........again thnx alot in advance
CerebroJD
Reply #3 Wednesday, September 28, 2005 2:01 AM
Hypothetically, as long as you are signed into gmail, this widget works. It doesnt matter if you have a password or not, since 'intruders' can just go to gmail.com and they are already logged in. However, if you DO want to have that ability put into the widget, I can take a look for you and help you with the code.
Cyberium
Reply #4 Sunday, July 30, 2006 1:31 PM
OK I understand what you want to do (I think!) ..Ok so you have new e-mails to look at so when you click the object to take you to your e-mail you need to first ask for a password.. Then!

Sub Object_OnLButtonUp(x,y,dragged) 'This is the object to take you to e-mail
Dim pw
pw = InputBox "Enter password"
If pw = "yourpassword" Then
'code to take you to e-mail
Else
msgbox "Wrong password"
End If
End Sub

Please login to comment and/or vote for this skin.

Welcome Guest! Please take the time to register with us.
There are many great features available to you once you register, including:

  • Richer content, access to many features that are disabled for guests like commenting on the forums and downloading skins.
  • Access to a great community, with a massive database of many, many areas of interest.
  • Access to contests & subscription offers like exclusive emails.
  • It's simple, and FREE!



web-wc01