Jump to content

terrorr

Inactive Member
  • Posts

    82
  • Joined

  • Last visited

  • Days Won

    1
  • Feedback

    0%

terrorr last won the day on October 24 2016

terrorr had the most liked content!

About terrorr

Informations

  • Gender
    Male

Recent Profile Visitors

3999 profile views

terrorr's Achievements

Community Regular

Community Regular (8/16)

  • Reacting Well
  • Dedicated
  • First Post
  • Collaborator Rare
  • Conversation Starter

Recent Badges

15

Reputation

  1. Hardcoded Credentials: Storing sensitive information like $password directly in the code is risky. If the file is exposed due to a misconfiguration, anyone can see and use your password. Recommendation: Store sensitive data outside of your web root, or use environment variables for better security. Input Validation and Sanitization: User inputs (playername, playernamemute, and notice) are directly used in socket commands without any validation or sanitization, leading to potential command injection attacks. Recommendation: Implement input validation, ensuring that user inputs are properly sanitized and conform to expected formats. Error Handling: The code exits on errors without proper handling, potentially exposing the server environment or command errors to the user. Recommendation: Use proper error handling mechanisms (like logging errors) instead of abruptly terminating script execution. Command Injection Risk: Users can inject unwanted commands by manipulating the input fields. Recommendation: Validate commands against a whitelist of allowed commands or use prepared statements if applicable. CSRF Vulnerability: The form submissions are susceptible to Cross-Site Request Forgery (CSRF) attacks. Recommendation: Implement CSRF tokens in form submissions. Socket Communication Exposure: If the socket communication is exposed without proper security measures, such as encryption (TLS/SSL), sensitive information can be intercepted. Recommendation: Consider implementing secure communication channels (like SSL) for socket connections.
  2. Problem fixed. I was compare files with titan.
  3. I was install old driver and new driver and adrenalin ? nothing help ;/ Try GPU and CPU. Nothing:/ To much job for downgrade 9 to 8 now... So refresh, please help. Can pay for this fix.
  4. Refresh. Please help
  5. Yee but I have this problem just on AMD. On intel is normal ? And so?
  6. Refresh. Same problem have ? It's happend some times. Why? No errors in client. Please help.
  7. Just choice server from private servers list -->> do there -->> register account by website -->> have fun
  8. it's shit. Not working :/
  9. This is buggy because if you use this tick then you can't move any item or use in inventory
  10. All working fine:) THX
  11. Say what do you want bro... Witch problems you have?
  12. If you change channel or teleport to any map all items have "new mark".
  13. Doesn't exist ! This info nothing to say you? -- ---------------------------- -- Table structure for `offline_shop_npc` -- ---------------------------- DROP TABLE IF EXISTS `offline_shop_npc`; CREATE TABLE `offline_shop_npc` ( `owner_id` int(11) NOT NULL DEFAULT '0', `sign` varchar(32) DEFAULT NULL, `name` varchar(32) DEFAULT NULL, `time` int(11) DEFAULT NULL, `x` int(11) DEFAULT NULL, `y` int(11) DEFAULT NULL, `z` int(11) DEFAULT NULL, `mapIndex` int(11) DEFAULT NULL, `channel` int(2) DEFAULT NULL, PRIMARY KEY (`owner_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- ---------------------------- -- Records of offline_shop_npc -- ----------------------------
×
×
  • 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.