Jump to content

valerie

Members
  • Posts

    42
  • Joined

  • Last visited

Contact Methods

  • Website URL
    http://www.robcomm.net

Profile Information

  • Location
    Michigan

valerie's Achievements

Contributor

Contributor (5/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Hi. I'm trying to get a complete copy of the same database just with a different name.
  2. I'm trying to duplicate a mysql database. I've got the new database tables set up but I can't figure out how to get the data into the tables. The export function doesn't seem to include the records within the database, just the tables. I'd appreciate any ideas anyone might have. Thanks!
  3. I'm trying to get a wordpress plugin called PlugInstaller running on my wordpress site. The links generated by the plugin all point to the domain root and so I get 404s since my blog is located at example.com/blog. I asked the plugin author about this and he thought it might be something with my hosting. Maybe I need php5? Here's what he said: >When you click the links, the variable $location (which should point to “plugins.php” and the __FILE__ php constant don’t seem to be parsed. This seems to me like a problem with your php parser. Do such problems also occur with other plugins you have installed? Maybe you have set some directive within your php.ini that does not allow the direct usage of variables in the form < ?=$variable?> (instead of < ?php echo $variable; ?>), as this is exactly what is being output to the url - %3C?= stands for “<?=” which should normally have php print the value of the following variable (in this case, the $location variable containing the current file name) or to use double quotes on strings to have php replace all variables within the string with their values. I don’t think this is a subdirectory problem, as subdirectories should be correctly recognized. . --- Note: I do not have trouble with any other plugins.
  4. One way to do it using drupal, wordpress for emailing posts (yes to the drupal site), and drupal's integration of gallery2: sweetike { dot } com You cant see all the options under the contribute menu, though, without logging in but family members can log in to add whatever they want. Most everything is publicly viewable so you can poke around and get some ideas. let me know if you have questions...
  5. Is there a workaround for the 2mb php upload limit? something I can put in an .htaccess file?
  6. Hi. I was just wondering if someone can tell me whether you can have more than one background image in a div?
  7. Thanks. Here's the error message I get: /bin/sh: -c: line 1: syntax error near unexpected token `newline' /bin/sh: -c: line 1: `/home/.../public_html/wordpress/wp-content/plugins/postie/get_mail.php >' Here's the code I put in the crontab: /home/.../public_html/wordpress/wp-content/plugins/postie/get_mail.php > Any ideas? SOLVED: I deleted the > at the end and now everything works. I still don't know why the old on didn't work, though. But I'm not complaining! This is what I have in there now: /home/.../public_html/wordpress/wp-content/plugins/postie/get_mail.php > /dev/null
  8. Hi. I'm trying to get this plugin working too. My site is hosted by TCH. I followed the above instructions and inserted the following as a crontab: /home/.../public_html/wordpress/wp-content/plugins/postie/get_mail.php >/dev/null 2>&1 I then sent a message to the appropriate email address. I checked and it arrived in the inbox. I ran the script manually through the wordpress interface and it appeared with no trouble. Then I sent another message but I waited for the crontab to work. And it doesn't do anything. Shouldn't I at least get an error email sent to my admin email address? Any ideas on how I can find out what's wrong--or fix it? Thanks!
  9. No, not all files are acceptable. I think there's a setup script, but it's really simple and you can go into the config.php file and define the file types you want it to check. One other thing I thought was cool was that there's a field for the user to name or rename the file. But if I could set it up, it's pretty easy. The docs on the site are good explaining everything, though once I figured out what it did, I did the download and install without needing them. I just can't remember the details now:)
  10. I don't know enough to judge the security of this script, but I've used it and I like it. There is probably some security info on the site: http://www.reducedcomplexity.com/php/index...rview〈=en
  11. Yeah, I thought it was the script, but I checked squirrel mail for that email address and the form messages were there. As far as I can tell, they're the only things that didn't make it to the yahoo account. So I just purged all my blocked email addresses in yahoo just in case, but I don't think that was the problem... any other ideas? do you need to look at the script?
  12. I have a web form on my site hosted by tch. all submissions are sent to an email address on that domain. in cpanel i have set for that address to be forwarded to my yahoo email account. everything, even spam, sent to that address gets forwarded except the form submissions. any ideas? spam assassin is off as is the spam box.
  13. I did what you said and turned it off with an .htaccess file. I think that took care of it. You guys are awesome!!!
  14. Ok. The developer thinks the problem might be a setting in the php.ini file: I'll put in a support ticket and ask if they can either just switch it from it's current setting to the opposite or make sure it's set to on as above. It just seems that since it's adding slashes to everything maybe it should be set to off. But what do I know....
×
×
  • Create New...