Jump to content

shank888

Members
  • Posts

    119
  • Joined

  • Last visited

Everything posted by shank888

  1. I took a peek of your site, just the main page in Opera, IE8, FF, and Chrome, all seems to run pretty well. keep in mind IE 8 is beta
  2. hmm, a forum to me is a community. and this site says its powered by : Powered by SMF 1.1.6
  3. Hey all, just curious how many of you guys have coded or programmed an online community before? was it hard? is it still working? can you post it? how did you market it? Looking at other major online communities what features do you think are critical? and... what features have you never seen on a community before, but think it would be great to have? Thanx Ya'll
  4. I like 14, I think the colors on the navigation add to much unless they are roll overs or displaying the current page. that is jsut me. else wise they are pretty rad.
  5. Hey All You all have critiqued my old site and have been a great help! I am looking to see if anyone wants to criique my new layout. Currently underconstruction but is a preview of what I hope is to come. take a peak. No programming has been done so far, just HTML Home Page: http://beta.babble-net.com User Control Panel (links work) http://beta.babble-net.com/profile.html User Control Panel (currently image I would like major feed back on this one please) http://beta.babble-net.com/profile2a.jpg Thank you. you're help is muchly appreciated. The Old layout / site is: http://babble-net.com
  6. Well I can very well see what you are getting at. I guess what I was really looking for is features to make my site more original if in anway how could I make my site better then those that already exist.
  7. link? for security issues i would recommend going to the beta testing forums
  8. Hey all, I am currently working on an online commuity/ social networking website and I am looking for somethign original. I would like to know what you all think of osme of the bigger online communities out there today. eg: http://www.nexopia.com http://www.myspace.com http://www.facebook.com http://www.zorpia.com If ya'll could give a check to them it would be muchly apprecieted. Currently my site is: www.babble-net.com and I am currently in reconstrucion of everything. a very basic / broken preview of the new layout and all can be seen at: http://beta.babble-net.com any help is appreciated. thanx.
  9. I beleive essentially it is the same as calling a variable. function_example () { this is an example } print ' funtion_example() '; however i can be wrong. a variable: //define variable first $variable_example = this is an example; print '$variable_example';
  10. I beleive the valuve are correct. When I entered Feburay 26 1989 it shows value as: 1989226 which to me would be 1989 2 26
  11. kool thanx! it takes away the errors but it says all dates are invalid. example here: http://babble-net.com/register2.php
  12. I wouldnt mind learning more about mod_rewrite as well
  13. Hi. Every time I go and submit my form and try to verify a users birthdate uisng checkdate() i always get error: Warning: checkdate() expects parameter 1 to be long, string given in FILENAME/register2.php on line 78 my code is: if (!checkdate($_POST['year'],$_POST['month'],$_POST['day'])) { print "<p>You have entered an invalid Birthdate </p>"; } edit: Just want to know what this error means and how I may be able to fix it. Thanx
  14. I keep getting this error: Fatal error: Call to undefined function geoip() in : FILENAME CENSORED using: <?php $record = geoip('http://phpfreaks.com'); if ($record) { print_r($record); } ?>
  15. that is why I made that thread lol p.s this thread is solved i dunno who does this.
  16. Hey all I have a couple questions. First off is I would like to get a users IP address and send it into a MySQL database. is there a function to do this. As well I would like to know if there is a PHP function that will automaticially generate a list of all the countries. I have search but have come up with nothing. and another question lol sorry. I am wanting to use the IP address also to gather the country where the user is from and in a select menu select that country to be picked first for easy registration on my site or w/e. if anyone knows hwo to do that as well that will be really cool . Thanx
  17. Cool thank you again! you are of great help and knowledge
  18. edit: someone can enter something like feburary 31st and get away with it. and other dates that dont exist
  19. Haha it works lol got a birthdate function as well or do I gotta type one out? lol Can I have premissions to use this on my site?
  20. okay I am not too good with expressions and functions. umm can you explain the return 1 and return -1. I always thought you need a different return for each expression? Edit. Also your version does not include if there is an @ in it and splits it up more. if i am making sence.
  21. The following code: if (validateEmail($email) == 1) { Makes the statment always say the e-mail is of an incorrect format wether it be true or not. The code: if (validateEmail($email) == 0) { Makes the statement always say the e-mail is of correct format if (validateEmail($email) == 1) {
  22. hmm okay, as it seems my PHP-cgi.exe wasn't opening, it works now. exept the script it always says my e-mail is not in correct format. I have a feeling it resides in the line here: if (validateEmail($email) == 1 || validateEmail($email) ==0) { print " E-mail is not in correct format"; }
×
×
  • 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.