So i was on a PC server and the ip was letters. So i asked the owner what company he was using to host the server and he said none. He said that he used the website No-IP.org to change it to letters.
So i was wondering if this was possible on IOS/Android
Ive considered adding support to MCServer for domain names in addition to IP addresses. I will likely add this eventually (like when 0.7.0 is out so I have to update it anyway).
So i was on a PC server and the ip was letters. So i asked the owner what company he was using to host the server and he said none. He said that he used the website No-IP.org to change it to letters.
So i was wondering if this was possible on IOS/Android
DONT TRY THIS
... -.- I thought everybody knew, you can use no-ip.org and other hosting domain thingies for servers.
1. Patching a domain to join a server IS working on ANDROID (Fully tested by me /0.6.1/Samsung Galaxy S2 i9100
2.It's currently NOT possible on iOS! (Tested by Shoghicp, thank you )
Whenever someone mentions android I rage. About a week ago I successfully root my Samsung Galaxy S3 SCH-I535 and with the rom manager app I got the lastest cyanogen mod (10.1 I believe) and when I tried to reboot my phone, it got stuck on the cyanogen mod logo. I've tried using the clockwork mod to factory reset and it worked, but I could tell that I kept the su binary because I still saw the cyanogen mod boot logo? Can you help? Like anything I can flash with Odin (I don't care if I lose everything).
Whenever someone mentions android I rage. About a week ago I successfully root my Samsung Galaxy S3 SCH-I535 and with the rom manager app I got the lastest cyanogen mod (10.1 I believe) and when I tried to reboot my phone, it got stuck on the cyanogen mod logo. I've tried using the clockwork mod to factory reset and it worked, but I could tell that I kept the su binary because I still saw the cyanogen mod boot logo? Can you help? Like anything I can flash with Odin (I don't care if I lose everything).
Never knew that! Will remove the check against domain names in BlockLauncher.
While it may work, it could break the app. Since its replacing a char array of size 15 (+ \0), if the replacement domain is longer than 15 characters, the domain will overflow the array boundaries and overwrite some other, potentially critical data. It all depends on what comes after the ip address in the binary and the length of the domain string.
While it may work, it could break the app. Since its replacing a char array of size 15 (+ \0), if the replacement domain is longer than 15 characters, the domain will overflow the array boundaries and overwrite some other, potentially critical data. It all depends on what comes after the ip address in the binary and the length of the domain string.
The IP length will stay. I might look into directly calling the connect method soon to get around this.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
So i was on a PC server and the ip was letters. So i asked the owner what company he was using to host the server and he said none. He said that he used the website No-IP.org to change it to letters.
So i was wondering if this was possible on IOS/Android
DONT TRY THIS
Check out my iOS Mods!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumSweet! Never knew that!
-- sekjun9878 <[email protected]> - PocketMine Team Developer
Whenever someone mentions android I rage. About a week ago I successfully root my Samsung Galaxy S3 SCH-I535 and with the rom manager app I got the lastest cyanogen mod (10.1 I believe) and when I tried to reboot my phone, it got stuck on the cyanogen mod logo. I've tried using the clockwork mod to factory reset and it worked, but I could tell that I kept the su binary because I still saw the cyanogen mod boot logo? Can you help? Like anything I can flash with Odin (I don't care if I lose everything).
-
View User Profile
-
View Posts
-
Send Message
Retired Staff-
View User Profile
-
View Posts
-
Send Message
Curse PremiumNever knew that! Will remove the check against domain names in BlockLauncher.
While it may work, it could break the app. Since its replacing a char array of size 15 (+ \0), if the replacement domain is longer than 15 characters, the domain will overflow the array boundaries and overwrite some other, potentially critical data. It all depends on what comes after the ip address in the binary and the length of the domain string.
Check out my iOS Mods!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThe IP length will stay. I might look into directly calling the connect method soon to get around this.