UE1 - UT http link

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

billybill

New Member
Aug 5, 2008
23
0
0
hi guys, im trying to make an httplink to check a remote site to see whether an update is available, i've tried several ways seem to have gotten stuck.. it just doesn't want to work. i cant be far off and feel like i'm 80% through. sending the get command and socket reading should be easy if i can just get it to open

http://rapidshare.de/files/48930735/aff3.zip.html

any help appreciated
 

Zur

surrealistic mad cow
Jul 8, 2002
11,708
8
38
48
In class aff check if Spawn(class'aff.aff2') is returning something other than none. Same with the SpawnNotify class.
 

billybill

New Member
Aug 5, 2008
23
0
0
:eek: i took that piece of code out, it was always returning none after i tried spawning the class. ive tried a few different ways to spawn it in, and it does spawn in, a debug log command on the last class is showing up, however it doesnt open the socket.