Help Please with High Scores Over Internet with iPhone

Previous topic - Next topic

Moebius

NETWEBGET should still work on iOS...   I haven't got a dev license from Apple yet, so I can't help you there...  Can you check to see if NETWEBGET works for other websites?
Also I think with the version of the function you're using it should be NETWEBGET$(..) rather than NETWEBGET(...)
See if adding in the $ makes a difference, and if it doesn't, check to see if NETWEBGET works for other webpages.

One other thing you might want to check is if changing the port from 99999 makes a difference - I'm not sure about ports in iOS, but perhaps you could use a FOR loop to try a few different ones, just to make sure the port isn't the problem.
Endless Loop: n., see Loop, Endless.
Loop, Endless: n., see Endless Loop.
- Random Shack Data Processing Dictionary

ggindlesperger

Serpent you were right...It was the $ sign. I thank you so much as well as the others who offered their advice.

matchy


Moru

Quote from: Serpent on 2010-Sep-12
One other thing you might want to check is if changing the port from 99999 makes a difference - I'm not sure about ports in iOS, but perhaps you could use a FOR loop to try a few different ones, just to make sure the port isn't the problem.

80 is the portnumber he is using, 99999 is the max length. And port range can only be 1 - 65535.

Moebius

Ack! Can't believe I got the port number mixed up  :whistle:
And I can't even come up with an excuse  :P...
Endless Loop: n., see Loop, Endless.
Loop, Endless: n., see Endless Loop.
- Random Shack Data Processing Dictionary

Kitty Hello

Didn't I provide the PHP encrypt functions?
I really should.

Moru

Would be great to see how to set up the PHP functions for blowfish, I can't get it working...

Leginus

I know there are libraries such as open feint etc, but would apple approve an app that downloads stuff from a website using php?  Has anyone had this approved already?

Moebius

Good point.  I'm not sure what grounds they would use to reject such an app though.  I doubt it would 'cripple the experience' of using the device :D
Endless Loop: n., see Loop, Endless.
Loop, Endless: n., see Endless Loop.
- Random Shack Data Processing Dictionary

matchy

If, for example, your app is a web browser then your content rating raises due to the information being display even though the data is not yours. So it's fine to obtain and external data from anywhere as long as it's not in violation. A bit torrent app is a an example where the use is in violation.