Jump to content

[Replica] Old Metin2 Website & ItemShop


Recommended Posts

  • 8 months later...
  • 3 months later...
  • 1 month later...
  • Contributor
21 hours ago, Fenczu said:

Thanks for the contribution, the registration does not work 

It shows me successful registration, but when checking the database the account is not created

 

https://metin2.download/picture/72Nc7G7B3516zvlF2H8cAN5LR9eh99Nx/.png

Check the insert into query in php and your account table. Most likely you missing a column. If I have to guess, it'll be the coin column. Add it to your table, or edit the insert query.

Link to comment
Share on other sites

  • Contributor
Posted (edited)
52 minutes ago, Fenczu said:

Could you hint at which table you might be referring to?

 

.png

.png

.png

.png

Then it does not insert coin column.

Try this: 

mysqli_query($sqlServ, $exec);

-->

mysqli_query($sqlServ, $exec) or die('Unable to execute query. '. mysqli_error($sqlServ));

then it will display the error.

Edited by TMP4
  • Love 1
Link to comment
Share on other sites

  • 2 weeks later...
  • Active Member
On 2/28/2023 at 7:21 AM, narcisxb said:

hi, @ TMP4
what are some major or at the very least significant vulnerabilities that one could reasonably expect?

For example ishop doesn't have a strict session handler, you can buy items unlimited times... (you can log in multiple times from different browsers, and voila...)

Link to comment
Share on other sites



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.