Jump to content

zachary

Members
  • Posts

    120
  • Joined

  • Last visited

Posts posted by zachary

  1. Link at top updated. Thanks. And you're welcome :) .
    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. 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!

  3. You now html all tags tharowley
    Ok, lets analyze your mistakes.We started with:
    You now html all tags tharowley
    We fix the order and add 'the':
    You now all the html tags tharowley
    Fix spelling of 'thoroughly':
    You now all the html tags thoroughly
    Capitalize 'html':
    You now all the HTML tags thoroughly
    Add a question mark(?):
    You now all the HTML tags thoroughly?
    Grade:You - +5now - +5html - -2all - +5tags +5tharowley -5-10 For order-5 For punctuation-2/45
  4. 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!

  5. Translated to good grammar:

    Well I am about to publish a forum hosting script for IPB but I'm going to make it a demo script and because I am going to make it a demo I'm going to have a limit of 20 forums allowed to be hosted at once my idea for limiting is having the script count the total number of databases used by the forums each database created will have a unique id with it so it wont mix up any non forum databases and I just want to know if you people think that would be the best way to limit it.Sorry if the grammar does not look good I'm too tired to care
  6. <?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

  7. 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 :)

  8. Full name: SamAlternative name(s): NutttSo, HillBilly SamBirth date(dd/mm/yyyy): age is just a # and mine is unlistedGender: FemaleZodiacal sign: Country of residance: USACity of residance: Branson MissouriHeight:Weight:Eyes:Hair: REDSmoking/Drinking/Drugs: NopeFavourite Music:Favourite Movies:Interest: yard sales, flea markets, crafts, Pets: ######z-tzu named Sissy Dog ( he to purty to be a boy )Additional comments: Hi All, I am a Nuttty Old lady and a Dummy having a Blast learning, I have done websites with a site builder like trellix and done some HTML, here is my site The Ozarks Trading Post now I am going Nuttts with another site for a business I am starting and need a to learn a LOT lolso I am hoping ya all will be nice and help me out from time to time, Walk in BeautySam
    Your strange lol :)
  9. 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");

  10. 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...