Jump to content

sith717

Members
  • Posts

    151
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

sith717's Achievements

Member

Member (2/5)

0

Reputation

  1. OOOOH!! LOL, I am sorry... didnt read it right... Like so people can send emails to each other or webmail type thing??
  2. Like a messaging system for members of your site? Or like AjaxIM?
  3. hu? I have no idea what you mean... Please pm me.
  4. Yes, how do I do it so I can add something to the table like a persons ip, like form that adds it to the database.
  5. How do I do it so I can use a database to store the banned people.
  6. I didnt use a db since I dont know how to do it.
  7. Yes. I will be posting the code snippet. So everyone can use it.
  8. Instead I made it a html page. Thanks anyways.
  9. Thank you verrrrry much!! I have one more problem. I am making a textbox so people can select the code, how do I make it so the php code appears <textarea name="group_code" class="element textarea medium pre"> <?php $ips = array_map('trim', file('ban.txt')); if (in_array($_SERVER['REMOTE_ADDR'], $ips)) {exit('You have been banned!');} ?> </textarea>
  10. The current permissions are 644 Is that correct?
  11. errors: Notice: Undefined index: address in /home/bucketho/public_html/admin/newer/more/ban.php on line 6 Notice: Undefined index: address in /home/bucketho/public_html/admin/newer/more/ban.php on line 6 Notice: Undefined variable: mes in /home/bucketho/public_html/admin/newer/more/ban.php on line 9 Notice: Undefined index: address in /home/bucketho/public_html/admin/newer/more/ban.php on line 6 Notice: Undefined variable: mes in /home/bucketho/public_html/admin/newer/more/ban.php on line 9 Warning: fopen(ban.txt) [function.fopen]: failed to open stream: Permission denied in /home/bucketho/public_html/admin/newer/more/ban.php on line 13 Notice: Undefined index: address in /home/bucketho/public_html/admin/newer/more/ban.php on line 6 Notice: Undefined variable: mes in /home/bucketho/public_html/admin/newer/more/ban.php on line 9 Warning: fopen(ban.txt) [function.fopen]: failed to open stream: Permission denied in /home/bucketho/public_html/admin/newer/more/ban.php on line 13 Warning: fwrite(): supplied argument is not a valid stream resource in /home/bucketho/public_html/admin/newer/more/ban.php on line 14 Notice: Undefined index: address in /home/bucketho/public_html/admin/newer/more/ban.php on line 6 Notice: Undefined variable: mes in /home/bucketho/public_html/admin/newer/more/ban.php on line 9 Warning: fopen(ban.txt) [function.fopen]: failed to open stream: Permission denied in /home/bucketho/public_html/admin/newer/more/ban.php on line 13 Warning: fwrite(): supplied argument is not a valid stream resource in /home/bucketho/public_html/admin/newer/more/ban.php on line 14 Warning: fclose(): supplied argument is not a valid stream resource in /home/bucketho/public_html/admin/newer/more/ban.php on line 15 Notice: Undefined index: address in /home/bucketho/public_html/admin/newer/more/ban.php on line 6 Notice: Undefined variable: mes in /home/bucketho/public_html/admin/newer/more/ban.php on line 9 Warning: fopen(ban.txt) [function.fopen]: failed to open stream: Permission denied in /home/bucketho/public_html/admin/newer/more/ban.php on line 13 Warning: fwrite(): supplied argument is not a valid stream resource in /home/bucketho/public_html/admin/newer/more/ban.php on line 14 Warning: fclose(): supplied argument is not a valid stream resource in /home/bucketho/public_html/admin/newer/more/ban.php on line 15 Ip has been banned! Notice: Undefined index: address in /home/bucketho/public_html/admin/newer/more/ban.php on line 6 Notice: Undefined variable: mes in /home/bucketho/public_html/admin/newer/more/ban.php on line 9 Warning: fopen(ban.txt) [function.fopen]: failed to open stream: Permission denied in /home/bucketho/public_html/admin/newer/more/ban.php on line 13 Warning: fwrite(): supplied argument is not a valid stream resource in /home/bucketho/public_html/admin/newer/more/ban.php on line 14 Warning: fclose(): supplied argument is not a valid stream resource in /home/bucketho/public_html/admin/newer/more/ban.php on line 15 OMG!
  12. If you want you can upload to a host and see. I am getting different errors every time. Thank you.
×
×
  • Create New...

Important Information

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.