- Home /
WWW.url ERROR:This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support
I am trying to get data from database with www.url in unity.ı have tried on localhost and it was working without any problem.
ı uploaded my php files to host and ı changed links in my c# script.when ı tried to acces php files from browser,php scripts were working verry well.But when ı tried to acces,run and get data from database ı am getting that ("This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support") from www.url.text.
it returns that(All Of Error): <html><body><script type="text/javascript" src="/aes.js" ></script><script>function toNumbers(d){var e=[];d.replace(/(..)/g,function(d){e.push(parseInt(d,16))});return e}function toHex(){for(var d=[],d=1==arguments.length&&arguments[0].constructor==Array?arguments[0]:arguments,e="",f=0;f<d.length;f++)e+=(16>d[f]?"0":"")+d[f].toString(16);return e.toLowerCase()}var a=toNumbers("f655ba9d09a112d4968c63579db590b4"),b=toNumbers("98344c2eee86c3994890592585b49f80"),c=toNumbers("89b0569362704cf6a052562c280e234f");document.cookie="__test="+toHex(slowAES.decrypt(c,2,a,b))+"; expires=Thu, 31-Dec-37 23:55:55 GMT; path=/"; document.cookie="referrer="+escape(document.referrer); location.href="http://mysql2.byethost24.com/kayit.php?ckattempt=1";</script><noscript>This site requires Javascript to work, please enable Javascript in your browser or use a browser with Javascript support</noscript></body></html>
Answer by TheStarboxTR · Jan 26, 2016 at 03:57 PM
I solved problem with changing my host.You can sole like that.
@TheStarboxTR can you tell us which host you chose to avoid this problem? :)
Answer by Bunny83 · Jan 21, 2016 at 05:00 AM
This seems to be the same problem as in this question over here. That's most likely a bot protection plugin on your server. If you have control over your server plugins, you should disable / remove it. If it's also just a free hoster you probably can't disable it. In that case this hoster is useless for you and you should search for a new hoster.
Yes ı am using a free host :) ı was thinking that you have said "bot plugin thing" as cause of problem. I heard that some free hosts have got a bot security system.Thanks for your reply.
I am gonna try to upload and publish my php files on my vps server. if ı can publish on windows server 2012 then ı can acces them without problem.(I WISH);
OR
How can ı understand that is a host supporting to acces from application?