Forum Moderators: martinibuster

Message Too Old, No Replies

Google Adsense Login Hotlink

Doesn't work anymore - anyone got a new one?

         

1Lit

11:32 am on Aug 28, 2005 (gmt 0)

10+ Year Member



Used to use the following one to login automatically to our Adsense account, but it doesn't work any more:

[google.com...]

Anyone got a new one please?

Thanks.

caspita

11:44 am on Aug 28, 2005 (gmt 0)

10+ Year Member



The method that you are using is NO secure, using GET makes your login info to be recorded in the web server logs. Insted is better to use a form with a POST method. Try this one:


<form method="post" action="https://www.google.com/adsense/login.do" name="Login">
<input name="username" type="text" value="YOUR USER ACCOUNT HERE">
<input type="password" name="password" value="YOUR PASSWORD HERE">
<input type="submit" name="null" value="Login">
</form>

<body>
<script language="javascript">
document.Login.submit();
</script>
</body>

CS.

1Lit

2:16 pm on Aug 28, 2005 (gmt 0)

10+ Year Member



Thank you for that caspita. Anybody know of a URL we can use like?

caspita

2:28 pm on Aug 28, 2005 (gmt 0)

10+ Year Member



May be they are not accepting passing parameters in the URL anymore?

NibbleGuru

3:18 pm on Aug 28, 2005 (gmt 0)

10+ Year Member



well save the code 'caspita' gave in a html file. save it on you desktop. either double click the html file, or type its address on your browser's address bar.

simple enough, eh ;)

MyGen

3:19 pm on Aug 28, 2005 (gmt 0)

10+ Year Member



Open notepad

Paste the above code into notepad

Change the username/password bits to your details.

Save as adsense.html

Open the file up in your browser of choice.

Before it gets the chance to load fully, hit STOP.

Add to favourites.

Now you'll have a one-click entry to your reports :)

1Lit

12:09 am on Aug 29, 2005 (gmt 0)

10+ Year Member



Thank you so much for your help.

However, I can't capture any URL from the code kindly provided because it logins into my Adsense account in a millisecond.

Is there no URL?

Even with Adwords we can still use:

[adwords.google.com...]

tebrino

12:31 am on Aug 29, 2005 (gmt 0)

10+ Year Member



There is no URL parameters since form uses POST method to send data...

incrediBILL

12:44 am on Aug 29, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Is there no URL?

No.

Google switched from GET to POST for login in the last update.

webnoob

1:23 am on Aug 29, 2005 (gmt 0)

10+ Year Member



man, either people are lazy or they live on the stats page..

how hard is it to enter a user/pass and hit submit?

my guess is some people were living on the stats page hence why google now forces you to SUBMIT. people probably had their browser with that url and set the browser to refresh every 10 seconds...

1Lit

8:07 pm on Sep 2, 2005 (gmt 0)

10+ Year Member



Agree with you that checking stats. all day can be addictive and is generally a waste of time.

But I need to login several times a week to pick up code for new pages.

Is it no longer possible to have a Hotlink URL?