stbalaji2u Posted November 11, 2008 Share Posted November 11, 2008 Please tell me how to write a script to have the domain and ip restriction feature removing so that the i can use the script to browse anonymously with out using proxy sites. Link to comment https://forums.phpfreaks.com/topic/132270-removing-ip-restriction-script-please-help/ Share on other sites More sharing options...
trq Posted November 11, 2008 Share Posted November 11, 2008 Were going to need more details than that Im afraid. Link to comment https://forums.phpfreaks.com/topic/132270-removing-ip-restriction-script-please-help/#findComment-687640 Share on other sites More sharing options...
stbalaji2u Posted November 11, 2008 Author Share Posted November 11, 2008 Its for accessing some music and movie sites in college which blocks our hostel ip address ... hope you understand. Link to comment https://forums.phpfreaks.com/topic/132270-removing-ip-restriction-script-please-help/#findComment-687641 Share on other sites More sharing options...
trq Posted November 11, 2008 Share Posted November 11, 2008 There is nothing you can do about that except use a proxy. Nothing to do with php unless you fancy writting your own proxy in php. Link to comment https://forums.phpfreaks.com/topic/132270-removing-ip-restriction-script-please-help/#findComment-687644 Share on other sites More sharing options...
stbalaji2u Posted November 11, 2008 Author Share Posted November 11, 2008 Is there any way to implode a anonymized sites in to our scripts? Link to comment https://forums.phpfreaks.com/topic/132270-removing-ip-restriction-script-please-help/#findComment-687645 Share on other sites More sharing options...
trq Posted November 11, 2008 Share Posted November 11, 2008 Im not sure what you meen exactly? Link to comment https://forums.phpfreaks.com/topic/132270-removing-ip-restriction-script-please-help/#findComment-687649 Share on other sites More sharing options...
stbalaji2u Posted November 11, 2008 Author Share Posted November 11, 2008 I mean that using the implode function to display the output page of some others website into our site with in a frame or div like that.. Link to comment https://forums.phpfreaks.com/topic/132270-removing-ip-restriction-script-please-help/#findComment-687653 Share on other sites More sharing options...
stbalaji2u Posted November 11, 2008 Author Share Posted November 11, 2008 echo "this is the site to be emulated in our window".implode("", file("http://www.somesite.com/script.php?search=".$search.""))."end of site"; like this? Link to comment https://forums.phpfreaks.com/topic/132270-removing-ip-restriction-script-please-help/#findComment-687657 Share on other sites More sharing options...
trq Posted November 11, 2008 Share Posted November 11, 2008 But if your scripts are running on the same network as you they too will be unable to access the sites in question. Otherwise, yeah, you could possibly use file_get_contents. Link to comment https://forums.phpfreaks.com/topic/132270-removing-ip-restriction-script-please-help/#findComment-687660 Share on other sites More sharing options...
stbalaji2u Posted November 11, 2008 Author Share Posted November 11, 2008 oh s s am so stupid to think like that.. is file get content function will help in that? Link to comment https://forums.phpfreaks.com/topic/132270-removing-ip-restriction-script-please-help/#findComment-687664 Share on other sites More sharing options...
trq Posted November 11, 2008 Share Posted November 11, 2008 Help with what? Link to comment https://forums.phpfreaks.com/topic/132270-removing-ip-restriction-script-please-help/#findComment-687671 Share on other sites More sharing options...
stbalaji2u Posted November 11, 2008 Author Share Posted November 11, 2008 with forging a fake source ip to the server and cheating the HTACCESS file... Link to comment https://forums.phpfreaks.com/topic/132270-removing-ip-restriction-script-please-help/#findComment-687679 Share on other sites More sharing options...
kenrbnsn Posted November 11, 2008 Share Posted November 11, 2008 We don't help with illegal activities here. Topic locked. Ken Link to comment https://forums.phpfreaks.com/topic/132270-removing-ip-restriction-script-please-help/#findComment-687686 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.