Title: idanc's Replies | WordPress.org

---

# idanc

  [  ](https://wordpress.org/support/users/idanc/)

 *   [Profile](https://wordpress.org/support/users/idanc/)
 *   [Topics Started](https://wordpress.org/support/users/idanc/topics/)
 *   [Replies Created](https://wordpress.org/support/users/idanc/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/idanc/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/idanc/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/idanc/engagements/)
 *   [Favorites](https://wordpress.org/support/users/idanc/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[BackUpWordPress] [Plugin: BackUpWordPress] BUWP 1.6.2 Not Functioning with WP 3.2](https://wordpress.org/support/topic/plugin-backupwordpress-buwp-162-not-functioning-with-wp-32/)
 *  Thread Starter [idanc](https://wordpress.org/support/users/idanc/)
 * (@idanc)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/plugin-backupwordpress-buwp-162-not-functioning-with-wp-32/#post-2486766)
 * I’ve just duplicated this broken behavior on 4 different web hosts, right now
   BUWP 1.6.2 is dead in the water as far as usage is concerned 🙁
 *   Forum: [Developing with WordPress](https://wordpress.org/support/forum/wp-advanced/)
   
   In reply to: [WordPress limits on search? I have over 280k posts…](https://wordpress.org/support/topic/wordpress-limits-on-search-i-have-over-280k-posts/)
 *  [idanc](https://wordpress.org/support/users/idanc/)
 * (@idanc)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/wordpress-limits-on-search-i-have-over-280k-posts/#post-2240650)
 * Your biggest bottleneck is going to be MySQL. I highly recommend focusing your
   energy on tuning MySQL.
 * Please also remember that having a search tool to muck around in ~280k posts 
   seems like a potential DDoS nightmare. Definitely want to find out how to cache
   your results and search efficiently, and limit how many searches per minute a
   single IP can make.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [web site hackt..](https://wordpress.org/support/topic/web-site-hackt/)
 *  [idanc](https://wordpress.org/support/users/idanc/)
 * (@idanc)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/web-site-hackt/#post-2485063)
 * Suggestion #1: Write these posts in a more clear manner, more people will be 
   happy to help.
 * Suggestion #2: Immediately change your FTP and MySQL passwords.
 * Suggestion #3: Try to identify the offending codes source. 90% of the time I 
   find attackers inject code into the WordPress core/themes/plugins. You may also
   want to check the wp_posts table in phpMyAdmin for signs of tampering.
 * I suggest hiring a consultant if this is important and you’re not familiar with
   how to proceed.
 * Absolute worse case scenario- back up your WordPress site and start fresh.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Fatal error: Out of memory](https://wordpress.org/support/topic/fatal-error-out-of-memory-32/)
 *  [idanc](https://wordpress.org/support/users/idanc/)
 * (@idanc)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/fatal-error-out-of-memory-32/#post-2486253)
 * You’re hitting a PHP memory limit, likely due to the large media file that is
   being handled by WordPress. It’s exceeding the 64MB memory limit set by your 
   host.
 * Mat is describing a variable found in a file called ‘php.ini’, this is where 
   your PHP settings are defined. If your host is running you with FastCGI, you 
   may have access to modify this file. The variables you’ll want to raise:
 * memory_limit = 99M
    post_max_size = 99M max_execution_time = 500
 * Alternatively, if you can identify the file and try to make it smaller that may
   work. (eg. if it’s a 10MB picture that is being processed, resize it)
 *   Forum: [Localhost Installs](https://wordpress.org/support/forum/localhost-installs/)
   
   In reply to: [Local install of WordPress on Mac 10.7](https://wordpress.org/support/topic/local-install-of-wordpress-on-mac-107/)
 *  [idanc](https://wordpress.org/support/users/idanc/)
 * (@idanc)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/local-install-of-wordpress-on-mac-107/#post-2485059)
 * If MAMP is like any other stack, MAMP will have a directory where your WordPress
   install needs to reside.
 * An easy easy to visualize this, is assuming the MAMP ‘web folder’ is /Users/yourname/
   MAMP/html/:
 * [http://localhost:8888](http://localhost:8888) == /Users/yourname/MAMP/html/
 * [http://localhost:8888/hello.html](http://localhost:8888/hello.html) == /Users/
   yourname/MAMP/html/hello.html
 * [http://localhost:8888/Users/admin/Documents/](http://localhost:8888/Users/admin/Documents/)
   == /Users/yourname/MAMP/html/Users/admin/Documents
 * > NOTE: the path I chose ‘/Users/yourname/MAMP/html/’ is just a guess, this is
   > NOT where MAMP is actually located
 * Hope this clarifies things.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Can't Access Site Through my MAC after download](https://wordpress.org/support/topic/cant-access-site-through-my-mac-after-download/)
 *  [idanc](https://wordpress.org/support/users/idanc/)
 * (@idanc)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/cant-access-site-through-my-mac-after-download/#post-2485642)
 * It doesn’t appear you have a DNS zone file associated with burnthefatbonus.org.
   Your domain is using DS1.BLUEHOST.COM and DS2.BLUEHOST.COM as nameservers, but
   I’m not getting A records when digging your site:
 * ;; QUESTION SECTION:
    ;burnthefatbonus.org. IN A ;www.burnthefatbonus.org. IN
   A
 * Contact BlueHost and ask them to add a DNS zone file for your domain.

Viewing 6 replies - 1 through 6 (of 6 total)