Jump to content

web browser


golanu21

Recommended Posts

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
challange accepted, who i need for the starting ? 286x224px-LL-0dd3d3ed_determined-challenge-accepted.png

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
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
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
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
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. :lol:

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...