forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Registered Users Forum Checker

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 4 Source Code
View previous topic :: View next topic  
Author Message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Mar 22, 2003 9:53 pm    Post subject: Registered Users Forum Checker Reply with quote

Code:
Title Regarea Forum Checker
%%regarea_url = http://user:pass@<<url to regarea forums>>
external vdsipp.dll
  rem ** CREATES the HTTP client and set THREADS ON **
  INTERNET HTTP,CREATE,1
  INTERNET HTTP,THREADS,1,ON
 
  rem ** Set the protocol to 1.1 and the useragent to 'VDSWORLD'
  INTERNET HTTP,PROTOCOL,1,1
  INTERNET HTTP,USERAGENT,1,Regarea Forum Checker
  list create,1
  list create,2
:Timer
list loadfile,1,@path(%0)regarea.reg
wait 1
internet http,get,1,%%regarea_url,@path(%0)regarea.reg
wait 1
list loadfile,2,@path(%0)regarea.reg
if @not(@equal(@text(1),@text(2)))
  if @ask(There is a new post at the regarea forums. Do you want to go?)
    shell open,%%regarea_url
  end
end
list clear,1
list clear,2
:evloop
  wait event,180
  goto @event()
:close
internet http,destroy,1
exit

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Visual DialogScript 4 Source Code All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group