棋子 发表于 2007-8-4 03:30:04

Adsense Tracking Config

'Adsense-config.vbs v7.0
'Copyright (C) monetizers.com 2003-2007
'Downloaded from http://www.websecurity.mobi/adsense-tracking-software/
'Major revision completed by somacon.com
'Distributed under the GNU General Public License (GPL)
'http://www.opensource.org/licenses/gpl-license.php

'http://www.websecurity.mobi/ - Web Security, Webmaster Tools and more.
'http://www.somacon.com/ - Custom Web and Database Development

' Updated 2-18-2007

' Configure all your variables in this script
UserName = "[email protected]"
Password = "YourPassword"

' Leave blank unless your database file "adsense.mdb" is not located
' in the same directory as the script.
DatabasePath = ""

' Enter your GMT time zone in decimal
' Pacific Time = -8, Eastern Time = -5, Newfoundland = -3.5
GMTTimeZone = -8

' Remove the apostrophe (') in the next four lines and add your
' information if you want email notification
'UseMail = "yes"
'MailFrom = "Adsense Tracker <[email protected]>"
'SendTo = "[email protected]" ' Separate multiple addresses with a comma (,)
'Server = "webmail.mydomain.com"

' Remove the apostrophe (') in the next four lines and
' add your information if your email server requires authentication
'Authentication = "yes"
'POPServer = "mailserver.mydomain.com"
'AutUsername = "test" ' POP server username
'AutPassword = "password" ' POP server password

' Insert an apostrophe (') in the 7th line down prevent an image
' of the actual output from Google from being created. You can also modify the filename.
' Example: "c:\wwwroot\image.htm" or "image.htm"
' Good for dropping an image in a protected dir on your webserver. This
' eliminates having to log in from home or an untrusted location with adsense
' account information. Gives payment history and funds.
'ImagePathAndFilename = "esadmo-image.htm"

' Below are declarations of the variables.
' There is no need to change these.
Dim UserName, Password, DatabasePath
Dim UseMail, MailFrom, SendTo, Server, Authentication
Dim POPServer, AutUsername, AutPassword
Dim ImagePathAndFilename, GMTTimeZone

mulangren 发表于 2007-8-6 14:28:11

这个是做什么用的?没有演示哦。。。

hyq112 发表于 2007-8-7 16:09:27

太好了~~顶~~~~正需要这个呢~~~:nitaitcaile

bloghk 发表于 2007-8-8 23:53:51

看看看看看看
页: [1]
查看完整版本: Adsense Tracking Config