Home » Wapka Codes 2021 » How to create wapka link to file,post etc
in wapka we have two (2) ways to create link but not everybody know how to do it the first link goes with / + ? + = + & why the second link goes with / + / + / + / unlimited these second link in wapka is called page pattern url why the other link is for beginners like these /index/?act=login&session=fr322eD6&browser=Chrome&phone=Tecno-Y2, in pattern url its just /index/login/fr322eD6/Chrome/Tecno-Y2 but you will get no result because its VAR not GET... your :VAR(name); will succeed when you add a pattern to header page or specific page like login,home,message any page you like something like these /(?<act>[0-9]+)/*/(?<session>[0-9]+)/*/(?<browser>[0-9]+)/*/(?<phone>[0-9]+)/*
i mean you should add it very important. now url pattern is done our final work is to collect value from server and display it by :VAR(name); change the word name to any like :VAR(act); to display content of "login" :VAR(session); Do thesame for rest.
comment |
Recent Comments