Jump to content

zachary

Members
  • Posts

    120
  • Joined

  • Last visited

Everything posted by zachary

  1. zachary

    Gobby

    Sorry if I am bumping this but will it work, because I have a HTTP server already going out of my port 80. Which port does it use?
  2. Oh and if your logged in to an account & it isn't an administrator:run -> cmd -> net userfind your user; then type "net user NAME *" without quotations.
  3. zachary

    UltiBB

    Ok heres the deal I am going to start developing a Bulletin Board Software. I want this software to be better then IPB VB etc. To make this the best were going to need code... lots of code I am accepting people to help me. You will get as much credit as I will.I need:CSS Designer - 1 person needed ~ CSSJobs: Design the default CSS Make other CSS's for the future(more choice...) Run the CSS department Coder - 5 people needed ~ PHP, HTML, XHTMLJobs: Write the engine for the BB Design the template Help write the BB's software files Graphics Artist - 2 people needed ~ photoshop, and how to use it well!Jobs: Make logos, images for skins and css's Run the graphics department Support Personnel - 5 people needed ~ kindness, how the bb worksJobs: respond to tickets give customer service moderate the offical & support forums Ok I know i might seem selfish requesting this all but think we could be famous microsoft might use our software in the future who knows so lets team up freinds!
  4. zachary

    PHP Tutorial

    Ok, lets analyze your mistakes.We started with: We fix the order and add 'the': Fix spelling of 'thoroughly': Capitalize 'html': Add a question mark(?): Grade:You - +5now - +5html - -2all - +5tags +5tharowley -5-10 For order-5 For punctuation-2/45
  5. Alrighty, it is time for PHP5!Ok, I suggest you use PHP, PHP is easy, fast, and free!Why waste your time in ASP.NET when ASP.NET is slow, non-easy?I choose PHP!
  6. Ok boy, Provide a link to your website. Explain your question, use as much detail as you can. Try punctuation. -Zach
  7. Once your in safe mode, you have an adminstrator acount, go to the control panel, go to user acounts select your acount change the password the end.
  8. *jk* Gosh you all are so stupid.... *jk*Just fix the stupid account through safe mode....
  9. Redwall is a good book... I loved it...
  10. zachary

    url icon

    <link rel="shortcut icon" href="favicon.ico" /> Name your .ico file favicon and upload it to the root directory.
  11. Wha i nev.. wha..Why use pdf? This makes no sense you cant include a pdf on a page wha...
  12. Well you could probably hook your self up with some javascript script..I'm going to agree with Scott for now.
  13. Translated to good grammar:
  14. zachary

    Problem

    So whats the fix?
  15. Its a script... have you ever searched google?
  16. Well is he using a live include or a regular include? I gave him the code for a live.
  17. zachary

    Problem

    <?phpinclude("mysql_connect.php");$username = $_POST['username'];$password = $_POST['password'];$pass_md5 = md5($password);$query = mysql_query("SELECT * FROM usersWHERE user='$username' AND pass = '$pass_md5'") or die(mysql_error());if(mysql_num_rows($query) != null) { echo "That password is correct."; }else{echo "That username or password is wrong.";}?> It will give me the "That username or password is wrong." error no matter what. Help please
  18. zachary

    Help please

    Hello, I am in desprate need of people registering + posting on my forum.I spent quite a bit of money and no one is posting or registering My forumsStats:Invision Power Board 2.1.7Php Version: 5.1.6MySQL version: 4.1.21-standardPLEASE JOIN IM DIEING FOR MEMBERS
  19. zachary

    about security

    Well hmm any site can be attacked flash is just compressed file in fla format.
  20. Yes it does and i got a fix....Put your adsense code in a text file called "adsense.txt" MAKE SURE ITS SAVED AS .TXT!Now when you want to display the banner you can add this code:include("adsense.txt");
  21. A private note system for you and you :)I worked hard so try it out :)Also you need microsoft framework 2.0 Note_Palace_ED.zip
  22. Hey all i kinda gave up web programing But i started to learn how to computer program... so I would like to tell you that im working on my first program... A note manager...I expect to have it done in a few days :)Im coding this in Visual Basic + C++ so you must wait and see... :)I renamed it note monkey cant change title :'(
×
×
  • Create New...