Search results

  1. xav0989

    [REQ][1000 credits]Integrate wordpress into template

    There is a plugin for phpbb3 that consists of a blogging engine, directly into phpbb, you should go check it out.
  2. xav0989

    PHP vs. ASP

    I've already coded in ASP, since my vista came with it, and there is a lot of backhand code that code be resumed in one line in php. Also, it doesn't output clean html/javascript/css, it's all messy and unclear. So much that you need to include a file that says that when for instance a html...
  3. xav0989

    Type your username with your nose!

    xav0989
  4. xav0989

    100000 green bottles sitting on the wall

    99996 green bottles sitting on a wall. 99996 green bottles sitting on a wall. and if 1 plastic bottle was to accidently fall there will be 99995 sitting on a wall (0 feels so close...)
  5. xav0989

    those php work in offline?????

    there is also an option in the windows installer!
  6. xav0989

    PHP RSS Feeds from rssfeedreader.com not working, help me

    are you allowed to get content through http with the include function?
  7. xav0989

    Custom domain doesn't work

    When I try to add the domain eacyms-test.co.cc to my addon domains, it tells me that the domain is already configured, but it's not showing up in the list, and I get the cpanel message when I browse to eacyms-test.co.cc Please go check...
  8. xav0989

    PHP & Bleeding edge snaps

    It is not recommended that you use snapshots for production use, but anyway, shoot the problem, I will see if I can find a solution.
  9. xav0989

    Unique php page

    For my guess, I'd say that the best way to get around this problem is to read a couple of global php tutorials, and some registration/session php tutorial, and modify them.
  10. xav0989

    Guess Who Posts Next

    Nope, it's me, now I guess deadeye536
  11. xav0989

    Corey Got married!!

    One word: congrats!
  12. xav0989

    Cms

    I am currently building up a simple, small and fast CMS system. I would greatly appreciate if anyone would want to help out. It is hosted on sourceforge, and it's called eaCyMS. Afroxav
  13. xav0989

    Whats your Web Design Project?

    Send me the link (I am a french speaking native) I'd like to take a look!
  14. xav0989

    Photoshop CS3

    My version won't install on my Vista computer, so...
  15. xav0989

    Is there any symfony guru on this forum?? Symfony the php framework?

    might want to add this post to the marketplace too!
  16. xav0989

    Help with html forms

    I say 1) W3Schools 2) Google 3) HTML book
  17. xav0989

    Script Help Please

    You might want to take a look at javascript debugger or firebug... extensions. I've edited the script as you suggested<?php $Info = "None"; function LoadResults() { return "It is Me!"; } function LogIpCount() { return "Foreign!"; } if ($_SERVER['REMOTE_ADDR'] == "000.000.000.000") { $Info...
  18. xav0989

    Emails not sending

    I am using Pear's Mail class. I tried to use sendmail and smtp, but neither of them work. Edit: now, I get a script execution time out error!
  19. xav0989

    Make Login Page

    then to register username and password, I'd say to use $_SESSION['user']['username'] = $username; $_SESSION['user']['password'] = $password; You might as well consider encrypting your passwords for added security.
Top