Jump to content

TCH-Don

Members
  • Posts

    11,643
  • Joined

  • Last visited

Everything posted by TCH-Don

  1. Anyone can goto the phpBB site and download the compressed file, uncompress on your computer. then follow the instructions in the uncompressed file. As we can install from our cpanel, we do not run into many install problems. And you can find detailed install help on their forum.
  2. What server are you on?
  3. If you select all then all will be deleted! Be very careful to only delete files and folders inside the public_html folder! Do not delete any thing above the public_html folder unless you put it there.
  4. I seem to recall that horde can see the folder for spam but I don't use that, so its just something to try.
  5. I bet most watch more than two hours a day. At least we are socializing with each other and not a tv set
  6. Send a PM to one of the staff (name in red) with your domain and account info, and they can get you set up.
  7. Hmm I think TCH-Mike might be able to comment on the size of this forums backup, it may give you an idea of any limits. AS to the restore in cpanel I don't think you can change the display after. Its just displaying it as it is restored, its not parsing it.
  8. Didn't we just do this not long ago? Happy New Year to all
  9. You might try the gmail thread in the family forum, there are sevaral members in there ofering gmail.
  10. look at the thread for the link to changed files only then you can just ftp them to the proper folders. You may have to re-install mods, so document what they are.
  11. If you want to do yourself, I would use cpanels file manager to delete folders and files you created, its faster than ftp.
  12. Hi, first sorry to have missed your first post. Welcome to the Family and your new home! I am sorry I have no experence with vBulletin script so I can't help with the backup part of that script. But to just back up just your database goto cpanel > backup and click on the link for that database to download a compressed file that you can upload in the same place later. these files should be smaller that what your forum backup will be and should upload with less trouble. As to upload limits, again I am not familiar with vBulletin but with cpanel > backup I don't think you would have any trouble with a large datatbase. I will move this to scripting, and maybe someone else here uses that script and can help. We really are like family here. So if you need anything, just ask your new family! We love to help
  13. Yes Dadamail has a batch mode for a list where you can set it to send say 10 e-mails per minute and be fine.
  14. I am sorry I am not sure what you are asking, the part where you are forwarding to your isp e-mail account? if you are using your cpanel account name as a catchall address and check it with your e-mail program, you should see anything@yourdomain unless it is sent to another account you created
  15. The long tags are recommended for the future, so I am using them all the time now. And you might run into trouble with the short tags if your are using xhtml strict as your doctype as they are considered xml tags.
  16. If you are to use php, the extension must be .php unless you added something to you .htacces file to parse .htm .html for php. Try index.php and use the long tags <?php at the start of the script I am not sure about the syntax of your include, but that will give it a chance.
  17. What is the full name of your index page index.php or index.html ?
  18. Lets try something very basic. create a text file with notepad containing <?php echo "hello"; ?> save as hello.php and ftp it to your site, goto your site path/hello.php and see what happens.
  19. Yep, put the test.html in the same folder as dodsmail.php and run it to make sure the form processor is working. Then you might start by modifying the test form to your own needs, and then copy the code for test.html and put it into your own page modifying the action part to lead to the path/dodsmail.php file.
  20. Are you hosted here, if so send a PM to a mod or staff with your domain name.
  21. Welcome to the Family Dave and your new home! We really are like family here. So if you need anything, just ask your new family! We love to help
  22. Welcome to the Family and your new home! if you have trouble creating the subdomain because the folder exist, just rename the gallery folder, then create the gallery subdomain and copy the renamed folder files into the new gallery folder. We really are like family here. So if you need anything, just ask your new family! We love to help
  23. wine
  24. The terminator for the heredoc must be the first thing on the line imediatly followed by the ; you have a space in front of the terminator. >echo <<< END <form action="$_SERVER[PHP_SELF]" method="post"> First Name? <input type="text" name="first_name"> <input type="submit" value="Submit"> <input type="hidden" name="stage" value="process"> </form> END; } remove space above before END
  25. Welcome to the Family Pix and your new home! just open a help ticket (link at top of page) to Customer Service tell them all the details of your first order and what you want to do and they will get you setup. We really are like family here. So if you need anything, just ask your new family! We love to help
×
×
  • Create New...