Jump to content

holiks

Members
  • Posts

    83
  • Joined

  • Last visited

    Never

Everything posted by holiks

  1. Wow. this is what phpfreaks has come to. Staff alumni chipping in too.....thanks. Please "close" this post. I retract. [edit] btw ...sir. I do have a very enjoyable life..real and "online"...with wife n kids attached. You seem to be someone who can't handle both. Thank you for your positive response.
  2. Different?....well more Engaging my friend (and whatever else mentioned before) .......but....if your reply/question was posted based on browsing the site .....well there must be some basic infrastructure ...which is ...like i said...all I've done so far. But any input is greatly appreciated. Potential? .....no potential?
  3. Day after day I heard so much from (or between) my friends about M4fia Wars. So much was it hyped that I decided to actually try it. Boy did I regret that. I registered, logged in ...and clicked ....and clicked on in disbelief as to how pointless alot of this "clicking" was...and it was driving me nuts. By the way this also applies to most if not ALL of the other browser-based "dealer type" games out there (minus the "hype" part"). We need to have something more engaging...meaningful...realistic...to-the-point. That said, Time Underground is my attempt at a response.....or at least the beginning of it. www.timeunderground.com The site is in "minimum-functionality" stage right now. Have alot of basics done. But development is currently active. Appreciate any input. TIA.
  4. Someone else may care to elaborate a bit more...but I think I remember a while ago doing something like looping through the result set instead of retrieving "just one" and building the list that way. If a value is tagged as "selected" then tack on "selected" in the generated select_list_html. And there you have it....selected too. HTH ...even a bit
  5. First open up squiblo.com/httpd.www/footpages/about.php and edit that line of code to point to the right directory/file......[and]/or browse to ./includes/footerlinks.php and verify if it is indeed present there. [EDIT]: sorry I get my logic gates mixed up
  6. the titles are gone too ...i like the titles...i was a.......don't remember mine...but i liked em :D
  7. unless the board was modded after my last login (a long time ago) to show total time accross the span of all my visits
  8. Just letting you know I just logged in for about 20mins or so but the Total time logged in shows "6 hours and 9 minutes".
  9. Probably because the user php is running as doesn't have permission to. Crayon Violent quoted someting to that effect in this thread.
  10. directory/filesystem change maybe? Post the script...or at least the "authentication" bit if you can.
  11. <?php $result = is_writable("pages/default/settings.php") ? 'writable' : 'non-writable'; die( "Status: $result"); ?>
  12. topflight waht cronix means by "not defined" is that $newstitle does not have a value. Therefore you are asking the db to return ONE news result labeled with with an empty title. Also the wrong array is used in your initial code ... you should be using the following... <tr bgcolor=#EEEEEE> <td><?= "$mquery[authorname]"; ?></td> <td><?= "$mquery[date]"; ?></td> <td><?= "$mquery[newstitle]"; ?></td> <td><?= "$mquery[news];" ?></td> </tr>
  13. It should return either true or false.......either one.
  14. man. I'm still not sure exactly. I originally wanted it to be an online social network ....but I must fine that "niche" i'm looking for...not sure of it yet. Ideas appreciated though
  15. - ads? not sure haha....if there are going to be ads then it won't be anytime soon until i start to build a little traffic? (jst my way of thinknin i guess) - about page? well it's not complete yet....not sure exaclty what to put there yet. - did i build it myself? ...yes...ground up.
  16. yah man....too much ads in a BETA site...dumb users ARE getting a little smarter....slowly....but they are. I give you a 8/10 for making it at first appear to have alot of content though. good luck.
  17. i'm not a big "ladder" guy ... not even very "clanny" in any way but it looks like plain tables? if you're trying to keep the site fast then a little 2px-wide faded background could fit in somewhere i'm sure.
  18. right away it hit me....the green menu isn't straight ...and if it isn't meant to be then the "slumps" in it aren't uniform in any way. rest looks cool though
  19. i think the header is pretty good...the body can't be that blue though...that kind of kills it a bit.
  20. my 2 cents? the tab menu up top : each one should have a hover effect...and the font is really small for them. good luck
  21. @ Daniel0 1) padding yes...needs padding. 2) links on software page is actually incomplete. I wasn't totally sure if what i did was "ok" (the 3rd party images etc) 3) timestamps ...gotta add localization feature for users...forgot about that hehe 4) the 'About' page ...well, not sure yet..gotta think a bit more about it. I appreciate any input/ideas though. This is, i'm thinkin, a kinda open site. If anyone would like to join in on putting the site to some use then please feel free to contact me. It hasn't actually gone "live" yet and i'm not sure if it will, but i'm a bit new to running a site of this "nature"? There aren't any actual members even. Sorry if this "reply" of mine sounds like it's in the wrong forum. just thought i'd mention a few things
  22. do you really mean session id here or your "session views"? I would take neon's advice and look it up dear
  23. your wamp install doesn't seem to be installed correctly. Make sure and follow all instructions carefully. Especially if you did not use a "wamp package" install. As for this error, you can start by tracking down exactly what the error msg says...take a look at your httpd.conf file and make sure php is setup correctly in there.
  24. http://ffmpeg-php.sourceforge.net/ try that...i used it to extract info from video and audio files in some web app i did a while ago.
  25. @ Daniel0 : Thanks. as far as the "Online Past" thingy, I thought it looked a little displaced without some sort of separation. @ tippy_102 : you're right about the radius...I'm gonna change that. there is a "demo" account... user : demo pass : demo ...i'll be honest here...I created this site out of frustration with some of the design and functionality of popular places like myspace. ( but really it was just more of a learning experience too!!). The site really has no direction right now...I just thought of some ideas and threw them together, bought the domain and coded it up....procedural style......shoot me
×
×
  • 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.