Jump to content

barefootsanders

Members
  • Posts

    24
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

barefootsanders's Achievements

Member

Member (2/5)

0

Reputation

  1. Hey all, does anyone have/know of a small script to fetch the weather based off an zip code input? Thanks!
  2. ID3 tags, right, got it.. Thanks for the help!
  3. How would I extract metadata from the fopen() response? Thanks!
  4. So I attempted to use this method and I got random code like this, "!©ªâêzhÌsù¼,˜Ie×kk‰". How can I specify or parse out the metadata that I would need? Thanks!
  5. Hey everyone, Is there anyway to extract the metadata i.e. title, artist, album, from audio files using PHP?? Thanks for any help in advance. -Barefoot
  6. Hey everyone, I'm attempting to set up my own web server with apache2 and php5. I set up apache fine and it works. My problem is that when i install php5 my apache wont start. I just get an error message saying "The requested operation has failed." I attached both the httpd.config file along with the php.ini file. Ihave checked all the paths and they are all correct. For some reason apache does not want to load the php5 module. Does anyone have any suggestions?? Thanks, Barefoot [attachment deleted by admin]
  7. So I have HTML blocks of code stored in my database as a field, type text. I'm having problems printing it to the screen. Is there anything I should do to format the html i.e. addslashes($text) etc?? Any suggestions would be much appreciated. An example code of what is stored in the database is the following: <p>HELLO! - <a target="_blank" href="LINK_HERE.html">Click Here</a></p>
  8. Hey thanks for the help. I have been taking in as much as I can over the past few weeks about AJAX. My only concern is the problem I am having with the "table/arena" system. I to have say a few arenas where only 2 people can join in, so the effect would be when two people join the arena, no one else would be able to do so. Then the would fight and then leave and that arena would reopen to all so more people could fight. I believe I can code the PvP part of it, its just creating the separate arena's that I am a bit confused on. How can I implement this? Would I need separate files for each or even separate tables on my database? Thanks again for the help and I hope you can help me overcome my problems:)
  9. Hey everyone. I have been developing an online MUD(Multi user dungeon) and I want to create a battle arena for users to fight each other in player vs player battles. I know this is possible with PHP and AJAX, however I do not really know where to start. I am very experienced with PHP any MySQL(what the site is currently programmed in) but AJAX is new to me. What I would like to have is some sort of table system, like online poker, where people can "sit in" and battle each other in a turn based system. When the winner kills the other user, the winning user would have a certain amount of money earned or experience points, etc. I was wondering if anyone could help me figure out how to proceed. Thanks!
  10. Hey guys. Ive been working on an online game and Im attempting to code the attack arena. Basically what i want is people to be able to "sit down" at some sort of "table" (kinda like online poker) then they would battle it out at that "table" or arena etc. Is there a way to do that using PHP or would I have to pick up something like ajax? Thanks.
  11. How do you know if you have access to the shell console on linux?
  12. It has nothing to do with mysql. You can write a script in PHP (or other languages) which connects to mysql and edits records, then have a cron run that script periodically. I understand that, however I am unsure on how to write a cron and how to enable that cron through phpmyadmin. Any help would be apprecaited.
  13. Is there a way to set one of these up through phpmyadmin or can you only create one through direct MySQL inputs?
  14. Hey everyone. I'm programming a game in which I would like an event to happen every hour. For example I would like to update a certain stat by one every hour. Can anyone point me in the right direction as in how to achieve this? Thanks.
  15. I've seen the functions get_magc_quotes_gpc() and mysql_real_escape_string() before but I am unsure what they do. I've read up on php.net but its kind of hard to understand. Could you just elaborate on what it is exactly doing? Thanks a bunch though!
×
×
  • 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.