Jump to content

ZacTopher

Members
  • Posts

    33
  • Joined

  • Last visited

    Never

About ZacTopher

  • Birthday 01/09/1984

Profile Information

  • Gender
    Male
  • Location
    Nroway

ZacTopher's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I thought freelance was for payed jobs.. I'm thinking more about personal projects which you would like to team up with someone to create.. For exampel like doddsey_65's ASF project in the website critique section
  2. that checks only the day, month and year against the current date..
  3. Well I know about GITHub, but wasn't the idea GITHub is probably great for hosting the project (not using it myself).. But that was not the idea behind this post So if we look away from that part of the first post and focus on this then
  4. first you find the difference between the two years and then you should have two if statements checking the following 1. is the given month higher than the current month 2. is the given month equal to the current month, if so, is the given day higher than the current day? if any of those are true you should substract 1 from the year difference NOTE: If you don't check if the year is zero then you will end up with -1
  5. Basicly just forum that let's people present their project and people who's interested in helping out could then reply to the thread. Have a one thread per project rule. The project's thread will be updated on changes, such as new developers joining the team, releases, patches, etc. This way the most active projects will be easily to find and follow. (Another scenario: The project must be validated by an admin before it can be posted on there. Meaning the forum section get's its own group or something. This way there will be less non-active projects) What do you guys think? I think it's a very good idea for promoting projects..
  6. Glad to hear you've changed you mind yeah... Let us know when the site is available for signups
  7. My two cents for you would be to not have any deadlines. Work on it when you can and feel like. Build it slow and steady without expecting to be at the same stage as any well established system right away. I don't know how forum systems like phpBB was started out, but I know that alot of big projects starts out with one guy, then people finds the project interesting and joins up, that way they are slowly building a development team. If I had time I would help you out, but as for now I've only got time for my own project and my family. I registered on you forum and did some looking around, and I really liked what I saw. Tons of potential, and I would agree with PaulRyan, it would really be a shame watching you just throw all that hard work away
  8. $list is not an array $list[] = mysql_real_escape_string($Ref[$i]);
  9. yeah i know about that i ment like you said in a "centralized location"
  10. your query fails.. output $list and $query.. what's the result?
  11. The error message tells you exactly what's wrong. You are not connected to any database
  12. I think it would be good with a filter for the unread posts. Either on the page or in the UCP, or even better, in both (posibility of overriding the settings from the UCP on the page). Giving each user the posibility of viewing only post from the forums they want to see. Since I know php, mysql and regex the best, I have nothing to att to the other forums. If I for some reason want to read more I can override my own settings on the page. But that's just my two cents
  13. yes but first you want him to get the info from the database then send the fetched array to another function instead of just using that function to do it all
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.