Search results

  1. O

    Cronjobs and the log

    I'm curious.....is there a way to report an error code in the cronjobs? I recieve the job log, but it's all a list of entries of 0s....which means, I assume, that the script has completed successfully.....should I use the exit function with a code or something?
  2. O

    Streaming Audio

    Just because the syntax is depreciated, doesn't mean it's not still available in current browsers.... If you want to see the current specs, which have some syntaxes in there like <button>, this is probably the best workup that I've stumbled upon.....XHTML 5 is still in draft...
  3. O

    How can I add a free search feature to my website?

    Or just design one yourself.....that could take some time though
  4. O

    Can't Find Server??

    Cool, thanks Gecko, that list will come in real handy when I get timeouts on my site!
  5. O

    PHP: Putting Variable into Hyperlink Text Problem

    Technically, even if you do a conditional if($_SESSION['loggedin']) or if(!$_SESSION['userID']) it'll check to see if it has a value, if it's not set, it won't have any value to it....cookies are useless when you're using sessions, unless you want a more persistent connection.If you want them to...
  6. O

    SQL database error

    MySQL/PHP connections start with: $link = mysql_connect(<SERVER>, <USERNAME>, <PASSWORD>) I'm thinking once you connect, you're not selecting a database to use, most common error of all....just do this mysql_selectdb(<tablename>, $link) Put that in the code, and use the aforementioned function...
  7. O

    Want to be part of the x10 Team?

    Thanks Vigge, all I needed to know! Expect an application soon ;)
  8. O

    Want to be part of the x10 Team?

    I send a message to (one of) the admin, and no reply, so I'll ask it here.....do you need to apply for "Moderator" even though that's not the particular position desired? I'm (personally) not much into "messageboarding", and have extensive knowledge in the intricacies of a server, software, and...
  9. O

    original index.html still active after i replaced it!

    Have you tried renaming the original?
  10. O

    If you see a 'Fitbit' site instead of yours...

    You mean all this waiting for the domain redirection with the nameservers could've been chopped down in length? I waited hours for my domain transfer to go through :runaway:
  11. O

    Free Chat for your Site

    Good idea, IRC is highly underused nowadays.....
  12. O

    A little slow on the draw.....

    Well, where to start is about where I end..... Computer "nerd" by hobby, warehouse worker as an occupation.... Good site! Awesome upgrades!
  13. O

    If you came up with this service, awesome idea.....you jump on the issues better than many other...

    If you came up with this service, awesome idea.....you jump on the issues better than many other free sites
Top