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 


What is wrong here?

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
DoT_PiTcH
Contributor
Contributor


Joined: 07 Aug 2002
Posts: 85

PostPosted: Tue Jun 10, 2003 11:55 pm    Post subject: What is wrong here? Reply with quote

Code:

:cfuCLICK
  INTERNET HTTP, CREATE, 1
  INTERNET HTTP, get, 1, http://www.yetitrackers.com/uytsoft/6.txt
  %%aa = @INTERNET(HTTP,content,1)
  list add, content, %%aa
  INTERNET HTTP, DESTROY, 1
  goto evloop



it doesnt give me anything nothing is there but the file has some text.... what is wrong?
Back to top
View user's profile Send private message Visit poster's website
Hortalonus
Valued Contributor
Valued Contributor


Joined: 15 Mar 2002
Posts: 344
Location: Western USA

PostPosted: Wed Jun 11, 2003 1:13 am    Post subject: Reply with quote

Code:
:cfuCLICK
  INTERNET HTTP, CREATE, 1
  INTERNET HTTP, THREADS, 1, OFF
  INTERNET HTTP, get, 1, http://www.yetitrackers.com/uytsoft/6.txt
  %%aa = @INTERNET(HTTP,content,1)
  list add, content, %%aa
  INTERNET HTTP, DESTROY, 1
  goto evloop

This should do it... you just need to turn threads off since they are turned on by default. Wink

_________________
"ah, come take my hand... we're ridin' out tonight to face the promised land"
Get a free iPod mp3 player...
Back to top
View user's profile Send private message Send e-mail
DoT_PiTcH
Contributor
Contributor


Joined: 07 Aug 2002
Posts: 85

PostPosted: Wed Jun 11, 2003 10:35 pm    Post subject: Reply with quote

Thank You
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 -> General Help 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