Jump to content

your.syndrome

New Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

your.syndrome's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. So if I put this in the htaccess? php_flag log_errors off
  2. Hi, I'm using WordPress on one of my sites and it's generating a 2GB file size of the error log and using up the disk space. Is there any short term fix to stop the error log building up? I think it may be down to the amount of plugins and multiple languages being added ( via plugins )
  3. Thanks guys! Works wonderfully! If you've got a link you'd like to be credited for I'll pop it on the site.
  4. Thanks for the reply. I have been searching around and tried to implement that but couldnt get it to work This is the code I'm using to retrieve the 'posts' <? while ($row = mysql_fetch_array($result)) { $ename = stripslashes($row['name']); $eemail = stripslashes($row['email']); $epost = stripslashes($row['post']); $grav_url = "http://www.gravatar.com/avatar.php?gravatar_id=".md5(strtolower($eemail))."&default=".urlencode($default)."&size=70"; echo('<li><div class="meta"><img src="'.$grav_url.'" alt="Gravatar" /><p>'.$ename.'</p></div><div class="shout"><p>'.$epost.'</p></div></li>'); } ?>
  5. Hi, I've got a comments form on my site. I've tried creating line breaks in my textarea box which then gets sent to the SQL, I've looked in the SQL and it is displaying in phpmyadmin that the line breaks are there. But when they get selected back to the page to be displayed it doesn't post the <br> tags or \n. I've viewed the source and the breaks are there in the white space just no HTML tags. Any help? Ask what bits of code you might need to see and i'll post them straight away
  6. Right okay, looks like I'll be going with this then. Thanks for the advice! When I get hacked I know who to come shout at, jokes!
  7. First, thanks for your replies. Hackers 'ey? I'm starting to build a community site with user login and unique profiles for each user. If I use this code to base my authentication on am I going to be making a mistake? Would you suggest using any other script?
  8. I've been following a tutorial found at a tutorial on NETTUTS about user/membership areas. I understand how all this works but was wondering if anyone can go into detail about the flaws in the security of it and what you could do to remedy them? P.S I'm new here ! So if this kind of topic has been discussed could someone point me in the right direction.
×
×
  • 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.