TREX37 Posted May 4, 2017 Share Posted May 4, 2017 First. I'm sorry for my bad english But I get Error: "Array variable has incorrect number of subscripts or subscript dimension range exceeded" I have config sql and ss_setting.php Someone can help me this error ? Thanks for help ! I have been attach my code -- GUIDE INSTALL -- I'm using XAMPP for PHP and SQL . Step 1: Config 2 rows in "_SimpleSystem_UDF.au3" Global Const $__SYSTEM__URL = 'http://localhost' Global Const $__OUO_API = 'http://ouo.io/api/3uk33n8F?s=' . Step 2: Config sql in ss_setting.php . Step 3: Upload dblogin.sql to MYSQL and ss_*.php to hosting autoit-ss-master.zip Link to comment Share on other sites More sharing options...
argumentum Posted May 4, 2017 Share Posted May 4, 2017 (edited) 1 hour ago, TREX37 said: Global Const $__OUO_API = 'http://ouo.io/api/3uk33n8F?s=' http://ouo.io/ Sharing links on the internet Get paid for every person who visits your URLs Get Started so, ....what's up Doc. , where is the autoit-ss-master.zip from, the URL ?. And It's AutoIt , not AutoIT, as in "do it", not "do I.T.". Edited May 4, 2017 by argumentum Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
TREX37 Posted May 4, 2017 Author Share Posted May 4, 2017 35 minutes ago, argumentum said: http://ouo.io/ Sharing links on the internet Get paid for every person who visits your URLs Get Started so, ....what's up Doc. , where is the autoit-ss-master.zip from, the URL ?. And It's AutoIt , not AutoIT, as in "do it", not "do I.T.". Haizz. I take picture at https://autoitvn.com/ .Watermark of autoitvn. Not me do it ouo.io is made by the programmer. If you do not config it, the program will not run. okay?? Please think before saying !!! Google is free Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted May 4, 2017 Moderators Share Posted May 4, 2017 @TREX37, while I agree the constant tongue lashings from some about the slip of typing AutoIT rather than AutoIt are a bit tiresome at times, please remember that your attitude will directly correlate to the assistance people are willing to provide. If a response to your thread is not useful, perhaps just show some patience and wait for someone else to wander by and offer help "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
argumentum Posted May 4, 2017 Share Posted May 4, 2017 7 minutes ago, TREX37 said: Google is free https://autoitvn.com/threads/can-nguoi-giup-sua-loi-cua-simple-system.820/ has a video. I don't understand the language but it shows how to configure it, for what I see. Still no original URL to go to the source of this script and by your attitude I gather that I am of no help to you. Follow the link to my code contribution ( and other things too ). FAQ - Please Read Before Posting. Link to comment Share on other sites More sharing options...
TREX37 Posted May 4, 2017 Author Share Posted May 4, 2017 1 minute ago, argumentum said: https://autoitvn.com/threads/can-nguoi-giup-sua-loi-cua-simple-system.820/ has a video. I don't understand the language but it shows how to configure it, for what I see. Still no original URL to go to the source of this script and by your attitude I gather that I am of no help to you. I know that video. But it doesn't help this issue. from beginning that attitude make me frustrated. I recommend you do not show such an attitude to anyone Link to comment Share on other sites More sharing options...
Developers Jos Posted May 4, 2017 Developers Share Posted May 4, 2017 1 hour ago, TREX37 said: from beginning that attitude make me frustrated. I recommend you do not show such an attitude to anyone Just ignore it and move on as I am sure you won't be changing them, so just concentrate on your goal and forget about making the discussion personal. Jos TREX37 1 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past. Link to comment Share on other sites More sharing options...
TheDcoder Posted May 4, 2017 Share Posted May 4, 2017 I tried to look at the script but everything is in Vietnamese so I gave up but I will offer you some general advice . Check what $USER_DETAILS contains, check what it should contain and then work your way in reverse direction deciphering the source of the contents of the array, then you will get an idea of what is going wrong But I think it is better to wait for someone, ideally the author of the script to respond at the Vietnamese forum. Good luck TREX37 1 EasyCodeIt - A cross-platform AutoIt implementation - Fund the development! (GitHub will double your donations for a limited time) DcodingTheWeb Forum - Follow for updates and Join for discussion Link to comment Share on other sites More sharing options...
mikell Posted May 4, 2017 Share Posted May 4, 2017 The $USER_DETAILS array is declared as global (so reinitialized) in several funcs of _SimpleSystem_UDF.au3 There are error checkings missing in places. You might do a debug by inserting some ConsoleWrite into the udf, as this array is the result of HttpRequests and the trouble comes probably from there TREX37 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now