Jump to content

Deserteye

Members
  • Posts

    31
  • Joined

  • Last visited

    Never

About Deserteye

  • Birthday 07/25/1991

Contact Methods

  • AIM
    PL+DESERTEYE
  • MSN
    tinyt1400@hotmail.com
  • Website URL
    http://www.thefilespot.com
  • Yahoo
    tylerd81121

Profile Information

  • Gender
    Male
  • Location
    New Jersey

Deserteye's Achievements

Member

Member (2/5)

0

Reputation

  1. im sorry, yes. I don't know how that happened lol thanks.
  2. here is the main variable I use: $time = date("h:m A");
  3. not sure what the problem is but every time I record in my database (in a VARCHAR field or a DATE field) ends in :01. For example, if the time is currently 10:34, the time will log as 10:01. anyone know whats wrong?
  4. [quote author=devnerds link=topic=122301.msg504277#msg504277 date=1168745571] Thats the point. It doesnt work. I dont think you can get what you are trying to do to work in a forum. [/quote] the thing is, I have seen it done, just not sure how to make it work.
  5. I'm really stuck. I have a script that rotates every image in a users directory, when you navigate to it (example: http://www.mysite.com/users/deserteye/index.php). The problem is that I cannot post that link as an image on a phpBB forum. So if I post it as [img]http://www.mysite.com/users/deserteye/index.php[/img] it will post the whole thing as a link and not post the image. Anyone know what to do?
  6. thanks but thats not what I meant. I want to be able to display info from a feed. For example.. I want a section to display a feed of sports scores for football and hockey.
  7. I have a script I am making in PHP and I want the users to be able to see the RSS feeds on the homepage. What would I have to insert into the code so the RSS feed would appear on the page?
  8. [quote author=Destruction link=topic=113159.msg459912#msg459912 date=1162209581] Okay so what you actually mean is to download an image to your server from another site?  Often called transloading (site->site).  You may want to look at the File Handling section of the manual particularly file_get_contents, or the fsockopen etc.  I'm on a bit of a flyby visit but if I get chance in a bit I'll post an example up to get you started if needed. Dest [/quote] yeah thats wut I mean. an example would be great if you could. I'm not to sure how I would do it.
  9. [quote author=Destruction link=topic=113159.msg459697#msg459697 date=1162158988] File uploads require POST method to be used and links use GET.  It cannot be done unless I'm misunderstanding what you're asking. Dest [/quote] you know how you can type in a link to an image on photobucket or imageshack and it will upload it to your gallery.. how would I do that?
  10. how would I upload a file using a link?
  11. I am making a profile script where it displays a users info. what would be the best function to use to extract from the database? How would I extract data from multiple tables?
  12. I have a script where a user has options to choose if he/she wants to recieve emails from other members. but I want the user to be able to edit that. When they go into their user cp, how would I echo either if the checkbox is checked or not by what it is currently set to?
  13. [quote author=thorpe link=topic=111354.msg451201#msg451201 date=1160706552] Take a look at [url=http://au.php.net/manual/en/class.dir.php]dir[/url]. [/quote] so are you suggessting I use this instead of logging them in a database?
  14. I have an upload script and I want to have a File Manager for uploaded files. How would I show the files? Would I store the uploaded file names in a database or could I list all the files in a directory some how..?
  15. [quote author=Deserteye link=topic=110998.msg449614#msg449614 date=1160448366] anyone? [/quote] bump
×
×
  • 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.