Samp wiki question...
#1

Hello. I was going to make a Iphone compatible version of Samp Wiki so that when i am scripting or in servers i can get vehicle IDs or other samp wiki stuff quickly..

But when i started making it i thought to myself... "wait a minute... Samp wiki has A LOT of stuff on it"...

So, i am just wondering if there is any shortcuts i can do to make my samp wiki site.. (Such as weedars Skin ID list... you can just do a loop to display all the skins because the URL bar goes up in order)..

-thanks for help
Reply
#2

I believe the iPhone supports full web page support? I know Opera Mini and Opera Mobile support it.

And as for shortcuts, nothing that I can think of.
Reply
#3

Yeah i know its supported, but i want to make a site designed specifically for Iphone.. it means it will load/run faster and it will be easier to use.

EDIT:
i know i said Compatible.. but im sure you all know sort of what i meant
Reply
#4

use
PHP код:
$url "https://sampwiki.blast.hk/wiki/Special:Search?search=test&go=Go";
$string file_get_contents($url); 
this gets the whole html content
then just find the content you need by the html tags^^
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)