Search results

  1. xav0989

    Programmer Wanted

    IMHO, the best idea would be to try compiling the program under that platform and record every problem that occurs. Then, move down the list and correct each one of these.
  2. xav0989

    Testers Wanted

    I currently do not have a paypal shopping cart, but I could look over your code to see if I find any mistypes or broken links, or stuff like that.
  3. xav0989

    include() does not work

    It's not that I don't enjoy watching internet flames war go on - it's quite funny from the sidelines - but I would ask that descalo don't comment on this and that zikozeb doesn't add anything, so that this doesn't become a hate post. Thanks. -if needed, a moderator could close this-
  4. xav0989

    fibonacci series and factorial

    I searched google for C code for the Fibonacci series and I found this: Program to generate Fibonacci Series #include <stdio.h> void main() { int OldNum, NewNum, FibNum, MaxNum; printf(" Generate Fibonacci Numbers till what number? "); scanf("%d", &MaxNum); OldNum=0; NewNum=1...
  5. xav0989

    Game: Ban the Person above you!!!!!!!!!!!

    Banned for not using only he in my case.
  6. xav0989

    Gettting a forum on your website?

    phpbb also offers that feature, although the steps are a bit more difficult, but in reward, you get a forum with more options, and more plugins!
  7. xav0989

    Game: Ban the Person above you!!!!!!!!!!!

    banned for not placing importance on the insignificant
  8. xav0989

    Smarty Template Engine Help

    I would suggest reading the Smarty Documentation and asking on the forums down there, as it seems that no one here uses smarty!
  9. xav0989

    API Testing

    Is this for the new help system?
  10. xav0989

    Crons don't work

    try using 'public_html' instead of 'www' then call 'php' instead of '/usr/bin/php'
  11. xav0989

    New to X10.

    What do you mean?
  12. xav0989

    New to X10.

    Your account hasn't been fully created yet. Make sure that you confirmed the email that was sent to you. Afterward, you will be able to connect to FTP using the settings provided inside cPanel. (to lazy to copy them here :biggrin:)
  13. xav0989

    Game: Ban the Person above you!!!!!!!!!!!

    Banned for not using the full name: United States of America.
  14. xav0989

    email form

    AAMOF, CTRL+N opens a new page or document in most of windows application. It's sort of an unwritten standard. Be sure to remember that shortcut!! ;)
  15. xav0989

    DB name problem

    Whoa... I think you lost me, could you explain that last statement please?
  16. xav0989

    Need some help about PHP programing

    It seems that you can to build a custom website code from sratch. I would recommend, to start, to use a system such as Drupal or Joomla as they are full blown CMS (Content Management System). If you want to chalenge your self, you should look at integrating and extending systems such as...
  17. xav0989

    Smarty Template Engine Help

    I do not use smarty, it looks to complex for me!:biggrin: However, I would recommend using a PHP framework such as jelix or CakePHP and build your site while controlling every aspect of your code. Frameworks often include a template engine that is quite powerful and that doesn't add to much...
  18. xav0989

    Mayan Calendar 2012

    Since you are from quebec, you probably heard about the ECR classes. Well that's pretty much what we are learning in thoses classes. We have a crazy (he looks a bit high) teacher that doesn't care about the subject. He teaches us how did animist people lived and how we are like them. I say WTF...
  19. xav0989

    Some Facts about Coffee

    I don't drink coffee by it self... personally I don't feel like drinking a soup of leftovers burned in the bottom of a pan. (My doctor calls it like that) However, I am a drinker ('bout 1-3 per week) of NOS. (huge wink to brandon)
  20. xav0989

    Feature requests - PHP

    Well, x10 actually set the old stoli on fire! ( I think so) I would post a link to where corey made the announcement, but I don't remember where it is! :biggrin:
Top