Jump to content

web browser


golanu21

Recommended Posts

Posted

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

logo-small.png?v=3 tiny-sapdfr.png

 

If you want to contact me directly concerning Advanced-Gaming, please contact me at [email protected]

Posted

Making something like this would be a lot work, and require some advanced experience.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

Posted

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.

logo-small.png?v=3 tiny-sapdfr.png

 

If you want to contact me directly concerning Advanced-Gaming, please contact me at [email protected]

Posted
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. :)

logo-small.png?v=3 tiny-sapdfr.png

 

If you want to contact me directly concerning Advanced-Gaming, please contact me at [email protected]

Posted
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

Paid developer. Twitter: @willia_am -

http://www.williamdasilva.fr
Posted
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.

logo-small.png?v=3 tiny-sapdfr.png

 

If you want to contact me directly concerning Advanced-Gaming, please contact me at [email protected]

Posted
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)

Sometimes I dream about cheese

Posted
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:

logo-small.png?v=3 tiny-sapdfr.png

 

If you want to contact me directly concerning Advanced-Gaming, please contact me at [email protected]

Posted

I'll have to ask you both to stay on topic.

San Andreas Utopia RPG (SAUR) Owner & Developer.

560x95_FFFFFF_FF9900_000000_000000.png

Education is the most powerful weapon which you can use to change the world.

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