lexkymbeth Posted September 14, 2014 Share Posted September 14, 2014 Just a heads up its not very safe to do checks on the client, nor sending them hidden data (like all the serials) The client should send a code and then the server checks the code not the other way around. Some one could use a packet editor/reader to find the serials when they are sent to the client```If txtCode.Text = Serial(a).Name Then``` – Client side, should be server side, shouldn't send Serials to the client. Do checks on the server Link to comment Share on other sites More sharing options...
PVJsquad Posted September 19, 2014 Author Share Posted September 19, 2014 yes I can make it, but if the serial is separated from the client code, the serial can not be edited from the client Link to comment Share on other sites More sharing options...
lexkymbeth Posted September 19, 2014 Share Posted September 19, 2014 Look at how the other editors work they ask for the data than you can edit it and send it back. This just send the data to the client with out asking and everyone has the serials in there memory + Checks on client side :S Easy fix just looks like a few tweaks Link to comment Share on other sites More sharing options...
thales12 Posted October 5, 2014 Share Posted October 5, 2014 Error Line > CopyMemory ByVal VarPtr(Serial(serialNum)), ByVal VarPtr(serialData(0)), serialSizeClient~sideSubscript out of rangeRun time error 9 Link to comment Share on other sites More sharing options...
Officer Johnson Posted October 5, 2014 Share Posted October 5, 2014 that error means that theres file existing already, so check server folder data files if serial exist (it should) go in it ctrl a and delete it all then rerun server and client should fix the issue :)Edit: My bad i think this error is you went over the max numbers in the serial Link to comment Share on other sites More sharing options...
J. Black Posted January 9, 2015 Share Posted January 9, 2015 Read all the topic and followed all the steps (including fix) and still gettingSubscript out of rangeRun time error 9(server side)Anybody knows why? What am I missing? Link to comment Share on other sites More sharing options...
Officer Johnson Posted January 9, 2015 Share Posted January 9, 2015 I'm pretty sure I know what's wrong When I get home I'll edit this post with what I think is the problem. Link to comment Share on other sites More sharing options...
QCherry Posted March 17, 2015 Share Posted March 17, 2015 You can fix this? HandleDataSub(CSaveSerial) = GetAddress(AddressOf HandleSaveSerial) debug have a runtime 9 (serverside)All codes of tutorial inside in source 100% good Link to comment Share on other sites More sharing options...
PVJsquad Posted March 21, 2015 Author Share Posted March 21, 2015 > You can fix this? HandleDataSub(CSaveSerial) = GetAddress(AddressOf HandleSaveSerial) debug have a runtime 9 (serverside)> > All codes of tutorial inside in source 100% goodcheck **modEnumerations **whether there has been added **CSaveSerial** Link to comment Share on other sites More sharing options...
skyzero Posted December 27, 2015 Share Posted December 27, 2015 The system here is still giving problems .I enter the Serial editor. OKPut the Item ID and Quantity . OKBut when I click Save Serial, he just does not save .What might be happening? 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