Jump to content

A2xA

Members
  • Posts

    137
  • Joined

  • Last visited

    Never

Everything posted by A2xA

  1. I have been working on a simple image upload script that is hosted on one of my sites right now. it can be viewed here: http://wiicharged.com/10 I need to know how to make it look better? If i should just put the actual html inside the index.php or use some sort of template system? Thanks! All help is greatly appreciated
  2. I get this error Warning: file_get_contents($website) [function.file-get-contents]: failed to open stream: No such file or directory in /home/wiicharg/public_html/
  3. I want to make it where the user fills out a form of some sort. <form action="disaster.php" method="post"> Enter the Website: <input type="text" name="website" /> <input type="submit" /> </form> And then it will re-direct the user to another page with this. then somehow define the website they entered from the form previously $website=(What they entered in form) <?php print preg_replace('/.*<body>(.*)<\/body>.*/', '$1', trim(file_get_contents ('$website <--Website Name they entered'))); ?>
  4. Is there anyway I could open and iframe or a webpage in or as the background of a website? Thanks all help is appreciated and thanked
  5. I found a code to do it. By alexa look. Except I don't want a thumbnail I want a full page <?php echo "<img src="http://thumbnails.alexa.com/image_server.cgi?size=large&url=$siteurl">"; ?>
  6. yes yes. Like that, except when it opens it's not a thumbshot, it's the whole page. like, http://www.myadress.com/go.php?mode=methodofchange&url=http://google.com
  7. Thats Exactly like print screen. You have a point. I just need it to open a new frame and have a still image of the picture.
  8. Well, not really print screen. It just needs to take a screenshot of a webpage. Like print screen.
  9. I need to use the print screen key and then get a picture of it where the user can edit it on a webpage. To do this what would be the best way? Would is use the print function? Or take an actual picture? I'm not really sure all help is appreciated
×
×
  • 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.