Jump to content

LueJamesLusten

Yeni Üye
  • Posts

    4
  • Joined

  • Last visited

About LueJamesLusten

Recent Profile Visitors

291 profile views

LueJamesLusten's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. One you need to use some register code moding to get AMS to work with a later version of IE, IE built in to AMS uses 7 I think, you can change this to 11 if the computer as 11 or up installed.   Your first question IS possible but was very buggy and crashed a lot so really not a good idea, this was also the same for the chrome framework, so only real option is to change the IE version provided to AMS from windows it's self. I'm not sure of the code you need to change as I don't really care about browsers in AMS.
  2. I build my source in to a plugin or other lib means and then I obfuscator the main cdd to another known programing ext, there are a hand full of ways of protecting it but be warned if the end OS can see it and how it to the users it will have means to grab it.
  3. You are not doing it right you are asking AMS to check for a string your not checking the string is it includes something you asking ams to check the full string.     SID = Label.GetText("label1"); sKey = Label.GetText("Label2"); result = HTTP.Submit("http://siteadim.com/altklasor/zaman.php", {sKeyGo=sKey,IdGo=SID}, SUBMITWEB_POST, 20, 80, nil, nil); if String.Find(result, "Bas-Tarihi : ") ~= -1) then result = String.Replace(result, "Bas-Tarihi : ", "", false); Label.SetText("Label5", result); end     Also update your php mysql is no longer a vailed means to code, use PDO or mysqli     Sorry English
  4. AMS and PHP works well, I made many apps in the past,    (Sorry USA-english)
×
×
  • Create New...