Joe Hall
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: PLEASE HELP! What does this mean?Did you replace code with the ad’s HTML? Or just paste it with in?
Forum: Fixing WordPress
In reply to: PLEASE HELP! What does this mean?Did you recently update or change either your theme or your /wp-admin files?
Forum: Plugins
In reply to: Evil Feed Scrapers!!Right now, I am investigating FeedWordPress has anyone ever used it, and if so what are everyone’s thoughts?
Forum: Plugins
In reply to: Evil Feed Scrapers!!I actually ran that same exact search before posting and well, none of those are for wordpress. in fact it is almost impossible IMO to find a scraper. Which I am not sure is a good or bad thing!
Forum: Fixing WordPress
In reply to: Change Upload path?Why, yes it does help! Thank you!
Forum: Installing WordPress
In reply to: Problems with new feed template — Please Help.I am integrating my site with a service that uses XML feeds to transfer data into their databases. They provide a XML template that allows those that wish to, to create a XML file for their software to crawl on a regular basis. I figured that instead of remaking the XML sheet every time the site updates I would just make a RSS Feed with the XML template tags embedded in it. Thats basically what I am trying to accomplish.
Forum: Fixing WordPress
In reply to: Unstable After Domain ParkingThe error message I get is “Internet Explorer cannot open the Internet site http://www.oursite.com/. Operation aborted” It seems to be only with IE because Firefox handles things fine. I am hosting at HostGator with a manual install of WordPress 2.1.3. I parked the domains by changing the old domains’ Name Servers and then adding them to the list of parked domains in cPanel.
Forum: Fixing WordPress
In reply to: .htaccess file???No, this is a clients blog….but fear not! You are right after I changed the CMOD on the htaccess file I was able to access the wp-login and it appears that everthing is working fine now. Thank you very much!
Forum: Fixing WordPress
In reply to: .htaccess file???But I can’t access WP’s admin because wp-login.php brings up a 404 page.
Forum: Fixing WordPress
In reply to: new blog installation not workingMoshu! You are right! Thank you! God, I love these forums! And the people that run them!
Forum: Fixing WordPress
In reply to: new blog installation not workingThank you Moshu for your responce however line 23 is empty space because the scripting block ends on line 21.
Forum: Fixing WordPress
In reply to: Very Unstable in IE — Please HelpI discovered the problem. I was using a custom header on static index page. And as a result several Plugins that embed JavaScript were causing errors with unfamilar domains, that I reccently parked ontop of my primary.
Forum: Fixing WordPress
In reply to: Automated Repeat PostingHmmm….it seems as if that plugin just recyles old posts. I am looking for something that could create a new post.
Heres a theory that I haven’t had a chance to try out yet:
- I set up the post by email function. with a Cron that will check the email every hour.
- I write a small PHP script (post-email.php) outside of wp, that can send the post to my blog’s email address.
- I setup a second cron job that can run “post-email.php” every hour.
What ya think? Will that work?
Forum: Fixing WordPress
In reply to: Automated Repeat PostingYes, MichaelH, I understood what you meant. However, thats not going to work, I am talking about reposting the same post several hundred or thousand times. Not just 20 or even 50. This is why I need an automated system.
Forum: Fixing WordPress
In reply to: Automated Repeat PostingMichaelH,
Thank you for your reply. However, I am not interested in a static front page. I have a static front page already. I truely just want to “re-post the same article over and over again”.
Setting a time stamp is not sufficient because after a post has been posted it wont repost. I need something that will repost indefinitely.