Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

[EO 2.0/3.0] Serial Number, Redeem Item or etc [Fixed]


PVJsquad
 Share

Recommended Posts

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

  • Replies 159
  • Created
  • Last Reply

Top Posters In This Topic

  • 3 weeks later...
  • 3 months later...
  • 2 months later...
> You can fix this? HandleDataSub(CSaveSerial) = GetAddress(AddressOf HandleSaveSerial) debug have a runtime 9 (serverside)
>
> All codes of tutorial inside in source 100% good

check **modEnumerations **whether there has been added **CSaveSerial**
Link to comment
Share on other sites

  • 9 months later...

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share


×
×
  • Create New...