Jump to content

kfordham281

Members
  • Posts

    85
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Atlanta

kfordham281's Achievements

Enthusiast

Enthusiast (6/14)

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

Recent Badges

0

Reputation

  1. I'm redoing a site for an organization I volunteer for and I'm changing to php pages from html pages (adding functionality). I'm fairly certain I need to use a .htaccess file to reroute the .htm pages to .php. E.g contact.htm needs to forward on to contact.php. Does anyone have any good advice on the best methods to do this? If it's a .htaccess file, can you suggest the correct code to go in it? Thanks.
  2. I didn't know that was there, but I just tried. I get the following error when trying to do what I need:
  3. I've updated two of the three websites I have that use Wordpress and both have gone off without a problem. It was pretty much a non-issue. Just make sure you have a DB and source file backup before starting. It's better to be safe than sorry.
  4. So I'm a total newbie when it comes to .htaccess files for the most part. I'm hoping someone can help me out here. Here's the issue: What I'm trying to do is redirect all requests on http://www.cpadventures.com/forum to http://cpadventures.com/forum . I've read up on .htaccess but it's a little greek to me. I know that I should put the .htaccess file in the root of the forum folder. What I'm unsure about is the code to do that. Currently there is not a .htaccess file so it would be starting one from scratch. If anyone could help I would genuinely appreciate it!
  5. Thanks! For anyone else reading along INBOX has to be in caps.
  6. I'm using my iPhone to connect to my TCH hosted email account and I've got it setup to see my inbox just fine. But I'd like to be able to see my other folders in my account. According to this: http://docs.info.apple.com/article.html?artnum=305717 , I need an IMAP Path Prefix. Where can I get that? And if someone knows it, can they just post it here? Thanks!
  7. Is there any plan to upgrade AWStats to version 6.6? The version I have in my cPanel is 6.4 which is nearly two years old. I'm sure there are some cool features and bug fixes :-) Thanks!
  8. I'm trying a .htaccess rewrite rule to funnel all www.domain.com traffic to domain.com. Everything works fine except for the PHPBB Admin ToolKit. When I try to access it it tells me my browers is not accepting cookies (yes my browser is setup to accept cookies) from www.domain.com. My settings in the phpBB config are all domain.com and not www.domain.com. Even when I hardcode domain.com into the PHPBB Admin ToolKit it still doesn't work. Has anyone had any luck using this tool on domain.com? Even when I'm not using the rewrite rule I still can't access the tool without www.domain.com. PhpBB has locked the support topic for this mod and the tool website doesn't have support forum (been down for months it looks like). Any help is much appreciated.
  9. I did a few google searches and didn't find anything that was close to what I was looking for. Thanks for the link but unfortunately it's not exactly what I'm looking for. Thank you for looking though.
  10. I was wondering if someone could point me in the right direction to a tutorial or something along those lines. Basically I want to be able to pull data from a mysql db into a form and edit the information in that form and then send the updated data back to the db. Got any links?
  11. Thanks for taking a look at it. I was testing the code locally so the db names don't have the cpanel name in them.
  12. Bascially here's the situation. I've got a form feeding data to a mysql db which contains data that is feeding a googlemap that I've made. The website will have two of these google maps displaying different data and in different databases (same table/field structure in each db). I'd like to have one form to post the data (easier to maintain, less files, etc) so I need a way to select the database in the form so that the data gets sent to the right db. I've got includes which have the functions of opening the db, closing the db, and configuration of the db. I've commented out the db name in the config include ($dbname) and I'm trying to use a drop down to select the correct db. When I do this, I'm getting a "Error, insert query failed" error. It's likely because it doesn't know the db name to use. Can anyone help? Here is the code for the select statement. I'll gladly post any other code if necessary. ><select name="dbname" id="$dbname"> <option value="">Please Select ...</option> <option value="databasenameone">Ultra O-gaine</option> <option value="databasenametwo">Adventure24</option> </select> I'm basically a complete php newbie. I've been able to hack away at things thus far with finding code and tutorials on the net and adapting it to my situation but this one I can't seem to get right. Any help is much appreciated. Thanks!
  13. To configure Spam Assassian you basically just enable it and forget it?
  14. Yes, I was an idiot. At one point I put my email address on a forum and of couse it's now in the hands of spammers world wide. I was able to go back and remove the address from any souce I found but of course it's too late. I don't want to toss the address aside so I need some advice. What spam management package does TCH have and are there any good tutorials on how to configure it? Are there any good third party (free) packages that we can install too? Thanks! Kevin
×
×
  • Create New...