Jump to content
MakeWebGames

VERY strange problem


DELETE-ME-NOW-

Recommended Posts

When i goto my game, i am getting several errors similar to these:

 

Warning: session_start() [function.session-start]: open(/tmp/sess_90099c579daacc3c2e2c54e50ef98806, O_RDWR) failed: Permission denied (13) in /home2/****l/public_html/core.php(1) : eval()'d code(1) : eval()'d code(1) : eval()'d code on line 3

Warning: session_start() [function.session-start]: open(/tmp/sess_90099c579daacc3c2e2c54e50ef98806, O_RDWR) failed: Permission denied (13) in /home2/****/public_html/authenticate.php on line 16

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home2/***/public_html/authenticate.php:16) in /home2/mafiakil/public_html/authenticate.php on line 16

Warning: Cannot modify header information - headers already sent by (output started at /home2/***l/public_html/authenticate.php:16) in /home2/mafiakil/public_html/authenticate.php on line 77

Warning: Unknown: open(/tmp/sess_90099c579daacc3c2e2c54e50ef98806, O_RDWR) failed: Permission denied (13) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0

Coming up on authenticate.php too :/

 

I have changed NOTHING. But i fear i may have just been hacked.

Any advance on what im experiencing?

Link to comment
Share on other sites

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home2/***/public_html/authenticate.php:16) in /home2/mafiakil/public_html/authenticate.php on line 16

 

This is saying it's been already sent. Look at your authenticate, and remove one of the two.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...