Jump to content

sfareri

Members
  • Posts

    18
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

sfareri's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Send me your email and I'll send you the whole script. Thanks, Sam.
  2. well the join page gives me this error for example from the main screen updated<=$month_start){ $sql_query="update stats set month_sgnin='0', month_vis='0', updated='$now'"; sql_execute($sql_query,''); } if($stats->updated<=$week_start){ $sql_query="update stats set week_sgnin='0', week_vis='0', updated='$now'"; sql_execute($sql_query,''); } if($stats->updated<=$day_start){ $sql_query="update stats set day_sgnin='0', day_vis='0', vis='', updated='$now'"; sql_execute($sql_query,''); } $day=24*3600; if($now-$visit>=$day){ $sql_query="update stats set day_vis=day_vis+1,week_vis=week_vis+1,month_vis=month_vis+1, vis=concat(vis,'|$now')"; sql_execute($sql_query,''); SetCookie("visit",$now,time()+60*60*24,"/",$cookie_url); }//if check($mode); ?>
  3. I have apache working again.  I uninstalled everything and started over.  Now, its up and running.  But the sql codes are showing on the web pages.  something must be wrong.  I can load the php sites local and they are fine.  The stupid thing keeps showing the sql code mixed in the web pages on the php files.  any ideas?  I did everything else I was asked to do.  Now what do I do?
  4. Yes, I did try that.
  5. I also have been having trouble with APache trying to load. sometimes when I start it loads and now its not loading.. I mean service will not start.. any ideas?
  6. apache error log. take a look yourself. sam. [attachment deleted by admin]
  7. here u go :) [attachment deleted by admin]
  8. will not let me post keeps crashing on me whats ur email print
  9. file
  10. Ok, here you go.. but now... apache does not want to start when windows starts.  sometimes it starts, sometimes it does not.. maybe I need to uninstall zonealarm pro? I have all the setting to let me use it.. maybe that is my issue? althought when I turn it off does the same thing.. maybe thats my sql errors? who knows.
  11. I'm running win XP, php5, apache web server.  Everytime I try and load the php page I can always see the code in my web page. any ideas? everything seems to be setup.  all the errors in the apache error log show each line is in the connect() part of the script.  please help!! I'm willing to send/email for help. Thanks, Sam.
  12. I fixed that problem and now running into another.  I have to look at the database.
  13. I fixed the error now.  Now when I view the pages I get blank web pages and I can't view anything on the site on my PC.  Any ideas?  The install file also stops and will not do anything.  I'm sure everything is configured correclty.  PLEASE HELP!!  ??? Thanks, Sam
  14. Yes, I'm trying to run it myself.  Thanks for the help it will be fun when I can't sleep tonight.
  15. Oh, I did not know that.  How can I get that?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.