golanu21 Posted August 14, 2013 Share Posted August 14, 2013 it's work if i want to create IG web browser? Link to comment
bandi94 Posted August 14, 2013 Share Posted August 14, 2013 I think it's not possible . Link to comment
tosfera Posted August 14, 2013 Share Posted August 14, 2013 It is possible, ever heard of Mabako? He created one, the owner of the Valhalla Gaming. The best server that was out there those days... god I miss that place... Anyway, sending a request to a PHP file thats hosted on a web-server will allow you to send data and retrieve data through the PHP script which allows you to browse through the website's. Link to comment
Castillo Posted August 14, 2013 Share Posted August 14, 2013 Making something like this would be a lot work, and require some advanced experience. Link to comment
tosfera Posted August 14, 2013 Share Posted August 14, 2013 Like Solid said, if you're a beginner. Dont even start thinking about it. I think I won't even manage to get it working propperly without Solid and 50p. Link to comment
golanu21 Posted August 15, 2013 Author Share Posted August 15, 2013 challange accepted, who i need for the starting ? Link to comment
tosfera Posted August 15, 2013 Share Posted August 15, 2013 challange accepted, who i need for the starting ? If you're going to create it, DON'T POST YOUR CODE ONLINE. I don't want leeching noobs that are screaming that they made it. Don't even post a single part of your code. Just add 50p, SolidSnake or xXMADEXx on skype and see if they can support you alittle. Link to comment
FatalTerror Posted August 15, 2013 Share Posted August 15, 2013 it's work if i want to create IG web browser? Yes, but you will have some stuff that you can't do like forms, JS & other stuffs. You need to get the HTML content with PHP (You can do it with file_get_contents function per example) of the page that you want and parse it. <?php $page = "http://www.website.com/"; $content = file_get_contents($page); -- parse that html file, get every links & images and return it to MTA ?> You should recreate every links (create a button or whatever to call the page etc...) & images (fetchRemote). I've started a project like this one but never finish it. I wish you good luck if you want to make it. Edit: An easy way to parse the HTML code: http://simplehtmldom.sourceforge.net/manual.htm Link to comment
tosfera Posted August 15, 2013 Share Posted August 15, 2013 it's work if i want to create IG web browser? Yes, but you will have some stuff that you can't do like forms, JS & other stuffs. You need to get the HTML content with PHP (You can do it with file_get_contents function per example) of the page that you want and parse it. <?php $page = "http://www.website.com/"; $content = file_get_contents($page); -- parse that html file, get every links & images and return it to MTA ?> You should recreate every links (create a button or whatever to call the page etc...) & images (fetchRemote). I've started a project like this one but never finish it. I wish you good luck if you want to make it. Edit: An easy way to parse the HTML code: http://simplehtmldom.sourceforge.net/manual.htm As you can see, FatalTerror is a web-dev just like me. I think I do got alittle more experience in some part then him but he also has more experience in other parts of web-dev which I dont have or didn't master. You should also have alot of knowledge and experience with parsing data between a browser and a game etc before you can make this totally bug free. Link to comment
denny199 Posted August 15, 2013 Share Posted August 15, 2013 it's work if i want to create IG web browser? Yes, but you will have some stuff that you can't do like forms, JS & other stuffs. You need to get the HTML content with PHP (You can do it with file_get_contents function per example) of the page that you want and parse it. <?php $page = "http://www.website.com/"; $content = file_get_contents($page); -- parse that html file, get every links & images and return it to MTA ?> You should recreate every links (create a button or whatever to call the page etc...) & images (fetchRemote). I've started a project like this one but never finish it. I wish you good luck if you want to make it. Edit: An easy way to parse the HTML code: http://simplehtmldom.sourceforge.net/manual.htm As you can see, FatalTerror is a web-dev just like me. I think I do got alittle more experience in some part then him but he also has more experience in other parts of web-dev which I dont have or didn't master. You should also have alot of knowledge and experience with parsing data between a browser and a game etc before you can make this totally bug free. You are an self-fish, and you are always going off-topic.... on-topic: You should try it first out in your own web-browser (the reading) Link to comment
tosfera Posted August 15, 2013 Share Posted August 15, 2013 You are an self-fish, and you are always going off-topic.... Lmao I'm always going off-topic? and I'm self-fish? I've done more fcking support on this forum in less posts then you. But wait, you're soo good and you're also the best. is that it? Want to hear that? well goodluck seeking it somewhere else! @Golan, I'm able to help you with a simple setup. Working around with retrieving text etc. The rest is up to you. Link to comment
Castillo Posted August 15, 2013 Share Posted August 15, 2013 I'll have to ask you both to stay on topic. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now