Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Tech Support (https://forums.graalonline.com/forums/forumdisplay.php?f=7)
-   -   requesturl on Zodiac (https://forums.graalonline.com/forums/showthread.php?t=134256991)

fowlplay4 11-20-2009 03:48 AM

requesturl on Zodiac
 
It doesn't appear to be working anymore, most likely due to change in server or something.

PHP Code:

function onCreated() {
  
temp.link "http://www.google.com";
  
temp.req requesturl(temp.link);
  
this.catchevent(temp.req"onReceiveData""onURLReply");
}

function 
onURLReply(obj) {
  echo(
"Fulldata Length:" SPC obj.fulldata.length());


echos "Fulldata Length: 0"

cbk1994 11-20-2009 04:15 AM

Try contacting the IP directly. There were some problems with the DNS on the new servers, at least on Era Dev. You can also try addDNSEntry("google.com", "ip.goes.here.xx");

fowlplay4 11-20-2009 04:59 AM

Quote:

Originally Posted by cbk1994 (Post 1539229)
Try contacting the IP directly. There were some problems with the DNS on the new servers, at least on Era Dev. You can also try addDNSEntry("google.com", "ip.goes.here.xx");

No dice :(

Didn't know about that DNS command though, looks nifty.


All times are GMT +2. The time now is 09:59 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.