skQuery Text from URL

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

Tropical

Member
Jan 29, 2017
19
0
1
29
Skript Version: One for 1.8
Skript Author: idk
Minecraft Version: 1.8

---
Full Code:

code_language.skript:
set {_disguise-name} to text from url "https://primetechnology.cc/Disguise.php"

Errors on Reload: None

Other Useful Info: It's setting {_disguise-name} to <none>. Yet, the Disguise.php page has text.

Addons using (including versions):
skQuery

Troubleshooting: I tried to see if it was a skQuery issue, by setting it to a Pastebin raw, and that worked. So it's just the PHP one, but I don't know why it doesn't work.

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it?
[doublepost=1511246526,1511244919][/doublepost]Someone told me because it was PHP.
http://chromapvp.esy.es/kelime.php works.
But my php one doesn't, yet they're the same. Generate string, echo it.

Mine just generates from array and echo's it.
[doublepost=1511247555][/doublepost]This is my PHP, if you're interested.
https://hastebin.com/ajubatofif.xml I thought it might be because of how many items are in the array, so I removed all except 5, same issue.
 
Skript Version: One for 1.8
Skript Author: idk
Minecraft Version: 1.8

---
Full Code:

code_language.skript:
set {_disguise-name} to text from url "https://primetechnology.cc/Disguise.php"

Errors on Reload: None

Other Useful Info: It's setting {_disguise-name} to <none>. Yet, the Disguise.php page has text.

Addons using (including versions):
skQuery

Troubleshooting: I tried to see if it was a skQuery issue, by setting it to a Pastebin raw, and that worked. So it's just the PHP one, but I don't know why it doesn't work.

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it?
[doublepost=1511246526,1511244919][/doublepost]Someone told me because it was PHP.
http://chromapvp.esy.es/kelime.php works.
But my php one doesn't, yet they're the same. Generate string, echo it.

Mine just generates from array and echo's it.
[doublepost=1511247555][/doublepost]This is my PHP, if you're interested.
https://hastebin.com/ajubatofif.xml I thought it might be because of how many items are in the array, so I removed all except 5, same issue.
Use reqn
 
Status
Not open for further replies.