Jump to content

if found do


Recommended Posts

I am trying to make a program that will keep a eye on what is happening to a internet window. All it needs to do is simple bring up the window then search for some text. Witch hell I could use the CTRL F find function but would prefure it to be looking in the webpage source. Then if it finds the word hello. to play a sound

I have got it where it opens the webpage

$iewindow = _IECreate ("Google.Com")

_IELoadWait($iewindow)

This is what i am using to search dont think its going work but what im trying as of now

$Searching = FileRead("http://www.google.com")

And then I have the help file to do the code but this is what I would use

Beep(500, 1000)

This is just suppose to be a basic program to alert me as soon as someone has posted a comment on my webpage basicly

Thank You

Link to comment
Share on other sites

Easier way would be a email notification through php.

example:

Hello, written 12.08.10

Hellou! nice site u have here!

----------------------------------

Hello, written 12.08.10

Hellou! nice site u have here!

theres two helloes aka two comments.

i dont think auto it have any of this kind function.

----------------------------------

google php mailer.

example:

onsubmit="notifyme.php"

so when the post comment button is submitted it will open the notifyme.php

file wich will send you an email and tell you that somone have posted a comment.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...