Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 10-11-2006, 11:58 PM   #1 (permalink)
 
Ultra Techie

Join Date: Sep 2005

Posts: 638

tommyboy123x is on a distinguished road

Send a message via AIM to tommyboy123x
Default PHP "webpage fetcher"

I'm going to try and make a page on my server that would allow me to put in a URL from a remote location, coughschoolcough, send the request to my server, and then return the page to me through the page on my server

in other words, a proxy

being greedy i'm also going to charge people to use it and create accounts to www.mydomain.com/webpagefetcher.php

I dont want to use a script that isn't mine, because it's just not the same. And things like cookies, javascript, etc dont matter, but i do want to play flash/shockwave games

again, i want to kind of figure this out on my own, but i need a start or maybe an explination of what to code in it.

Again, this would be in PHP if possible, I have admin privs to the server, read, write, etc, as well as shell access. It's windows too . no spoilers, but hints/bits of code would be a nice way to jump start the creation of it.

-Tom
__________________

Some real (as in actual) surveys that pay money!
tommyboy123x is offline  
Old 10-12-2006, 12:57 AM   #2 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

This is not a difficult project, but why would someone want to pay to use your proxy?
jaeusm is offline  
Old 10-12-2006, 06:42 PM   #3 (permalink)
 
Monster Techie

Join Date: Apr 2005

Posts: 1,909

jcortes is on a distinguished road

Send a message via AIM to jcortes
Default

exactly i agree. who is gonna want to pay for it when you can find one for free. i even have one on my site that i let people use without charging them all the time.
__________________

AIM = jcortestechhelp
jcortes is offline  
Old 10-12-2006, 09:11 PM   #4 (permalink)
 
Ultra Techie

Join Date: Sep 2005

Posts: 638

tommyboy123x is on a distinguished road

Send a message via AIM to tommyboy123x
Default

because all of the free ones are blocked by the school and mine isn't linked to any other sites

but any help on this..? I know it isn't terribly hard, but i just kind of want a few functions to keep in mind/that will come in handy/maybe bits of code, etc.
__________________

Some real (as in actual) surveys that pay money!
tommyboy123x is offline  
Old 10-12-2006, 09:52 PM   #5 (permalink)
 
Monster Techie

Join Date: Apr 2005

Posts: 1,909

jcortes is on a distinguished road

Send a message via AIM to jcortes
Default

download and install PHProxy on your server or website my school doesnt block it because its sending the request thru my site. just install it at home not at school.
__________________

AIM = jcortestechhelp
jcortes is offline  
Old 10-13-2006, 12:34 AM   #6 (permalink)
 
Ultra Techie

Join Date: Sep 2005

Posts: 638

tommyboy123x is on a distinguished road

Send a message via AIM to tommyboy123x
Default Re: PHP "webpage fetcher"

Quote:
Originally posted by tommyboy123x
I dont want to use a script that isn't mine, because it's just not the same. And things like cookies, javascript, etc dont matter, but i do want to play flash/shockwave games

__________________

Some real (as in actual) surveys that pay money!
tommyboy123x is offline  
Old 10-13-2006, 01:34 AM   #7 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

You don't need to reinvent the wheel, but if you really must, start coding and then post your code when you need help.
jaeusm is offline  
Old 10-13-2006, 06:34 PM   #8 (permalink)
 
Monster Techie

Join Date: Apr 2005

Posts: 1,909

jcortes is on a distinguished road

Send a message via AIM to jcortes
Default

i agree there is no sense in reinventing the wheel and no one will pay either when they can just search for phproxy and get tons of sites that have it and arent blocked.
__________________

AIM = jcortestechhelp
jcortes is offline  
Old 10-16-2006, 08:48 PM   #9 (permalink)
 
Ultra Techie

Join Date: Sep 2005

Posts: 638

tommyboy123x is on a distinguished road

Send a message via AIM to tommyboy123x
Default

but in order to create something greater, one must first learn the wheel :beard:

I don't care if people will pay or not, cause i'll still be able to play games, but all i was asking for were some functions to keep in mind/learn or something like that...

besides my class is filled with dumb***** who don't know that you can make a proxy lol

I just don't really know where i should start or what it should do... at first i thought it should download the files that are needed, then display the page, but then everything will be messed up because how would i change all of the links so that they are relative, when i knwo for a fact a lot of the sites i go to have the link all written out.

then i tried to think of more ideas, but couldn't.... Just something like a function to keep in mind, even something like echo (...LOL)
__________________

Some real (as in actual) surveys that pay money!
tommyboy123x is offline  
Old 10-18-2006, 09:57 PM   #10 (permalink)
 
Newb Techie

Join Date: Sep 2005

Posts: 21

Ross

Send a message via AIM to Ross
Default

You're not guaranteed to be able to play games with a proxy. Some web elements aren't affected by web-proxies, most commonly games and movies/videos.
Ross is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On