Jump to content

olympicadvantage

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by olympicadvantage

  1. How do I reach Bill Kish? I tried the msn email address listed but it got returned.
  2. I cannot log into Cpanel today... Is this being worked on? I am receiving an error- Cpanel License File expired Thanks!
  3. Great, this worked fine. Thanks again to the great support you guys always give!
  4. Help needed please! I am trying to install phpBB from scratch, and have uploaded all of the files. I created a db in mysql, called it phpbb, and took note of the id and password I had to create too. Now, the problem is when I am trying to install phpBB, it is asking me for two things: Database Server Hostname / DSN: Your Database Name: I have tried many combinations, and they are still not working. My site address is www.nashville360.com. For the Database Server Hostname, I tried 'phpbb' and 'nashvill_phpbb' and even 'nashvill_360', and that didnt' seem to work. For the Database Name, I am using 'nashvill_phpbb'. Any ideas would be appreciated.
  5. OH wow, it's working now, so cool. Thanks for your help!
  6. Oh yea, as for the ASCII mode upload, I don't use FTP to get my files onto the TCH server. I just log into the CPanel, and upload directly from my computer. I don't think there is a choice for ascii or binary from cpanel upload. I'm guessing that it recognizes the .cgi and .pl files accordingly.
  7. I've removed the extra '.com' in the email address. ASCII mode? 755? Um, sorry, no, not even sure how to do that. Let me check Google to see to how do that real quickly now... <{POST_SNAPBACK}> ========== OK, I've changed the permissions to 755, simple enough. And I believe it was uploaded in ascii (well, text file at least). The file name is subscribe.pl Do I have to change it to 'subscribe.cig'? Also, since it's in the cgi bin, what is the exact url to get to it? If my regular url is www.olympicadvantage.com, then do I need to find it at : http://www.olympicadvantage.com/public_htm...in/subscribe.pl ? Thanks.
  8. I've removed the extra '.com' in the email address. ASCII mode? 755? Um, sorry, no, not even sure how to do that. Let me check Google to see to how do that real quickly now...
  9. Hello, This is my first cgi script, and I really need some help. I am trying to install a program called "Subscribe Me", by www.SiteInteractive.com. I have read their readme file, and tried my best to upload it to the TCH server, but nothing is happening... I'm pretty sure that I just am typing in the wrong path names in the script? Here is the relevant code for the .pl script that I've uploaded to the /cgi-bin in public_html: ################ Start Required Configurations ################ # Type the full path to your Mail program $mailprog = '/usr/bin/sendmail'; # Type the full path to your Subscribe Me directory # We highly recommend a "non-web" directory. This will protect # your address list from snooping individuals. If you are unsure # if you have access to such a directory, contact your host to find out. $memberinfo = "/home/olympad/subscribe"; # Type the full path to your Administration Password directory # We highly recommend a "non-web" directory. This will protect # your address list from snooping individuals. If you are unsure # if you have access to such a directory, contact your host to find out. $passfile = "/home/olympad/adminpass"; # Type your email address. Make sure to place a \ in front of the @ # As an example: cgi\@elitehost.com $list_mail = "support\@olympicadvantage.com.com"; # Type the name of your mailing list $list_name = "Register"; # Type your website URL (example: http://www.yoursite.com) $websiteurl = "http://www.olympicadvantage.com"; # If you are run the script and receive File Locking (flock) # errors, remove the number 2 from between the quotes. # Then it would appear: $LOCK_EX = ""; $LOCK_EX = "2"; ============================ ANY help that anyone can give is greatly appreciated! Thanks!
  10. Thanks for all of your help! You guys rock!
  11. My first time in the forums, hello. I need to know if the Cpanel Html Editor (wysiwyg) will work on a Mac computer? Thanks!
×
×
  • Create New...