Submit Your Article Forum Rules

Search:

Type: Posts; User: monstercoder; Keyword(s):

Page 1 of 3 1 2 3

Search: Search took 0.00 seconds.

  1. Replies
    31
    Views
    3,555

    Handy link. I'm going to bookmark that. Thanks. ...

    Handy link. I'm going to bookmark that. Thanks. Any bad web sites I see in the index, now we can all rat them out.
  2. Replies
    31
    Views
    3,555

    I've used them frequently. Look at how many...

    I've used them frequently. Look at how many complaints University of Phoenix has. I was going to go to that school until I saw all of the hundreds of complaints. That web site saved me a boatload...
  3. Replies
    31
    Views
    3,555

    That's just a bot scraping all the domains it can...

    That's just a bot scraping all the domains it can find to do that so that when people search on a URL their pages will show up at the top of the results. I wouldn't worry about it.
  4. Replies
    22
    Views
    4,808

    Who even uses blackhat techniques nowadays? ...

    Who even uses blackhat techniques nowadays? People always talk about this and I never see sited examples of what not to do. You mean cloaking pages with Google's IP and serving different content to...
  5. Replies
    11
    Views
    4,106

    The formmail from Tectite.com is superior to...

    The formmail from Tectite.com is superior to using the methods above. The code above allows security holes for SQL injection. You can't just accept fields verbatim. You need to trim stuff out for...
  6. Replies
    8
    Views
    807

    Ah ha... the old "raise the post count so I can...

    Ah ha... the old "raise the post count so I can spam" trick.
  7. Replies
    8
    Views
    807

    I was sent this email. I wouldn't see a real...

    I was sent this email. I wouldn't see a real reason for deleting that. It wasn't a stupid comment like, "Great post". I've seen much worse posts on here that were not deleted. I was thinking...
  8. Replies
    8
    Views
    807

    E-mail notification to missing post

    I got 3 email notifications that there are new comments on here, with the new comments. When I come and look, I see my comment as the last comment above. Are people's comments being deleted?
  9. Replies
    36
    Views
    3,383

    http://rlv.zcache.com/holla_at_ya_boy_tshirt-p2358...

    http://rlv.zcache.com/holla_at_ya_boy_tshirt-p235839984876181278z85i2_152.jpg
  10. Replies
    36
    Views
    3,383

    That's a good 3+ hour drive to go there round...

    That's a good 3+ hour drive to go there round trip, isn't it? Seems like a big hassle to do that just to send a measly fax. I had a VoIP phone at home for a while. I do have a fax machine, but the...
  11. We have changed hosts many times because of it. ...

    We have changed hosts many times because of it. Downtime can cost you much more than what you pay the hosting company if your website is a for-profit site. Hearing the phrase, "That goes beyond our...
  12. Much easier to use websitedefender.com to do this...

    Much easier to use websitedefender.com to do this for you. It's free for now while it's in Beta. If any permissions or files get added, changed or deleted, it will send you a warning email. It...
  13. Replies
    22
    Views
    4,808

    When I said moderator, I should have said...

    When I said moderator, I should have said "website owner" instead. I've come across tons of blogs where I will see 3,000 to 30,000 comments on a blog. It's crazy. It often hangs my browser since...
  14. Can you re-start Apache from the control panel of...

    Can you re-start Apache from the control panel of your hosting company? Otherwise you'd have to do it via SSH which may or may not work.

    Possible restarts:
    ./httpd restart
    /etc/init.d/apache2...
  15. Find your httpd.conf file for Apache. Make a...

    Find your httpd.conf file for Apache. Make a backup of it using the Linux cp command. Edit the httpd.conf and add this add the very bottom. Restart Apache.

    If your server doesn't run, copy the...
  16. Replies
    5
    Views
    1,498

    You should be able to go in using PHPMyAdmin and...

    You should be able to go in using PHPMyAdmin and create indexes on the fields. That will speed up queries and by reducing the amount of the disk I/O.
  17. Thanks for posting yours as a comparison so...

    Thanks for posting yours as a comparison so others can see. Let us know the results you get from Page Speed after putting this in.
  18. Try clicking shift-refresh with the browser and...

    Try clicking shift-refresh with the browser and then re-run the Speed Test. I find I have to do this otherwise it keeps using cached results in the browser.

    We use this in the .htaccess to keep...
  19. If you put it in the .htaccess in your root...

    If you put it in the .htaccess in your root directory, the cache will affect the entire web site. Use Photoshop and edit your images. Instead of clicking "Save As", click on "Save for Web" and try...
  20. Yeah, it depends on the web server. Not every...

    Yeah, it depends on the web server. Not every web server has the ability to enable Gzip compression. We just updated our php.ini file to do it for ours and now every one of the pages on our entire...
  21. That's why one of my very first responses was to...

    That's why one of my very first responses was to use Google Page Speed which will tell you what to fix. The Gzip option also needs to be installed on Apache so that when pages are sent to the...
  22. If you have a bunch of different URL's going to a...

    If you have a bunch of different URL's going to a whole bunch of completely different URL's, then you have to do it manually. Otherwise there are ways to do entire domain transfers to a completely...
  23. I went back just now and get: Not Found The...

    I went back just now and get:

    Not Found

    The requested URL / was not found on this server.
    Apache/2.2.3 (CentOS) Server at www.jackit.com Port 80
  24. My $.02 cents: That site took forever to load...

    My $.02 cents:

    That site took forever to load when I went to it. I checked it in Google Page Speed and it scored a very poor 34/100. Install the Page Speed plug-in and try to fix all of the...
  25. Replies
    24
    Views
    4,178

    If that doesn't work, you can install the ".HTML...

    If that doesn't work, you can install the ".HTML On Pages" plug-in in conjunction with the %postname%.html.
Results 1 to 25 of 63
Page 1 of 3 1 2 3