Jump to content

calvin182

Members
  • Posts

    190
  • Joined

  • Last visited

Previous Fields

  • Languages
    xHTML, PHP

Contact Methods

  • Website URL
    http://oneity-eight.com
  • ICQ
    0

Profile Information

  • Location
    Michigan

calvin182's Achievements

Member

Member (2/7)

0

Reputation

  1. thank you so much, i'll work with that!
  2. So I have a program that I am going to give out on my site, but I know like a handfull of users are going to actually go back to my site to check for an upgrade, so I want to create a notification in the backend to say if its up to date or if a newer version is available.what would be the best method to accomplish this?
  3. well i assume you arent interested in using a databse to store all of this, so maybe it would be better if you had a news.php file and in there is all of your news in variables like$news01 = "blah blah html blah blah news bold one";$news02 = "blah blah html blah blah news bold two";$news03 = "blah blah html blah blah news bold three";i dont think you start variables off with a number either.but what i would do is make a form on my server that i type my news entry in html format into and when i submit it, it till convert the html characters and it will append to the news file. then when i want to load it i would have to do the html entities decode whatever function....just an idea tho, but i would also password protect the page too.
  4. As I was fiddling around looking in the phpbb source code, they do something that I'm not really too framiliar with...$variable->blahblah something something idkany ideas what this is?
  5. http://yurx.com/showthread.php?t=7they host my site http://oneity-eight.com...and they are FREE
  6. I am looking to expand my photo gallery program to add video but I don't really know if there are any PHP video functions. Does anybody know, because if there are, I'd like to take the length of the video, divide it by three, and capture three frames and create an animated gif of them as a video preview. If PHP cannot do this but you know something else might be able to, please let me know.
  7. I'm certain there's a way to do multiple file uploads at once, anyone know how?
  8. calvin182

    PHP Call Home

    What I'm looking to do is check a file from my site for a specific varible containing current version info for a script i wrote. If the file can be reached yippie, but if it cannot i dont want some uguly error craping up the place, i'd like a nice 'server cannot be reached at the moment' message or something like it. The file to be reached is just a simple .txt or .php text file only containing the variable... any thoughts on how to do this anyone?
  9. Yeah, she wanted something similar to my site with a different layout and different content but she liked the style of my site. But that site is more of a personal blog type thingy, my site is more based on what my friends and I do in terms of content.Thanks for checking them out tho!
  10. calvin182

    IP Location

    if its not a trouble could u post how u got it working? im just a lil curious...
  11. one thing you could do is put a variable before the ?> so when it writes, it adds whatever jazz the variable has, and if the variable is empty then no extra stuff is added.
  12. Site Name: fill_in_the_blanksSite Description: Personal siteSite Owner/Developer: My sisters friend Hemis is the owner, I am the developerSite Address: http://www.fillintheblanks.roxr.com/index2.php [temporary]Extra Comments: It's in development, the links don't work and the news posts will show up when the first post has been made, so it's very basic right now but the design is all there for the most part.
  13. i did something like this but I instead of outputting xml in a php file i outputted a php array to a new file. here's what I used, it may help you to create the function you need: $f=fopen("db.php","w"); fwrite($f, str_replace("$", "$", "<?php ".$output."?>")); fclose($f); I doubt you'll need the st_rreplace in there but if you have any special characters that mess up the script like the $ it may be usefull. if the file does not exist, it wil attempt to create it, assuming you have your directory's permissions set so a new file can be created.hope this helps, i didnt go through those other links so if its the same im sorry... im just too lazy haha
  14. So when u determine its a bot, what do you have added to the page exactly and does it actually help your page rank? I'd be interested in giving this a try but I don't know what to insert into my page if it were a bot, a table of links at the bottom of every page or would that be a dumb thing to do because of caching?
  15. oh I thought maybe for like forcing more content like keywords or links to boost pagerank or something
×
×
  • Create New...