Search results

  1. X

    problems with php on my website

    Make sure they have the php tags inside. I do not see the <?php ?> tag on the faq page. Make sure the pages have the .php extension also.
  2. X

    Links and IFRAME

    I would make a separate page custom size it for a header only, and use the server side include function. <!--#include virtual="header.html" --> You will just have to add the links on every linked page.
  3. X

    Log in/register script

    look for a file named config or settings.
  4. X

    Log in/register script

    Your config setting to connect to your database does not have permission to have access to that database. Check your settings to match the ones you used when you made the database.
  5. X

    Count number of users online?

    The links for downloads are down, but you can easily find your own flag icons/images. Some of the script is outdated but you can get the main part and use trial and error for the rest. http://forums.tutorialized.com/php-91/php-advanced-who-s-online-3776.html
  6. X

    WYSIWYGWebbuilder & Form Wizard-Email

    $mailto = 'me@lennyford.x10hosting.com'; $mailto = "me@lennyford.x10hosting.com"; <------- try adding double quotes instead of single You might have to check your email settings and make sure everything looks copacetic.
  7. X

    Live Stream Wall

    You can do what you want by using fopen in php. it writes to a text file and it is updated instantly. The best one I come across was made in flash, and was actually a chat type program.
  8. X

    WYSIWYGWebbuilder & Form Wizard-Email

    $body .= '--'.$boundary.'--'.$eol; mail($mailto, $subject, $body, $header); header('Location: '.$success_url); <---------------try to remove this just to see if it works. exit;
  9. X

    Phpbb,VBulliten, or IPB?

    I do not like any of the choices.
  10. X

    Dreamweaver FTP connection error

    he simply had the wrong host directory...leave blank
  11. X

    Email PHP Issue

    if you can not use php use value="mailto:youremail@email.com"
  12. X

    getting error while posting blog from windows live writer

    maybe it is the host not allowing of uploading from a 3rd party. Or maybe you need to give the ftp permissions. Really do not know unless we see the script.
  13. X

    WYSIWYGWebbuilder & Form Wizard-Email

    Hope this helps, if not post your script and i can fix it. There are many ways to do this. Of coarse change the email to reflect your email $subject = "Contact Form Entry"; $toemail = "youremail@email.com"; if($submit) { mail($toemail, $subject...
  14. X

    Youtube api don't work because of zend framework

    The error is stating in your zendloader.php file it does not refer to the zend directory i guess or where zend content is located.
  15. X

    help for clan site

    PHP NUKE has alot of the features you want and has addon that can be easily added for battletracker.
  16. X

    email it to xgreenberetx@gmail.com

    email it to xgreenberetx@gmail.com
  17. X

    Help, I don't know programming!!!

    You should be able to just edit the config file, or a settings file for database information. It really isnt that hard to write a script like that. Feel free to send the script and I will tell you what and where to edit.
  18. X

    the Internet in 2012

    Unfortunately it is true. They never wanted the internet to exist in the first place, it is free information. The government has been working a long time covering stuff up and the internet gives you real information and not propaganda. If you notice the first internet company AOL, has the all...
Top