Search Result: wapka code
Wapka code block ip address
Admin1 · Published on 2024-11-21 03:23:39 (1 day ago )
Rule:

:VAR(USER_AGENT).IFEQ(Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36).THEN(#DISABLE#);
comment
New wapka code called (link target v1.0)
mario · Published on 2022-02-16 12:40:53 (3 years ago )
Lot of developers in wapka like to show content of div when link is click something like /index/?page=login but the page load true browser to make sure their :GET; function collect the page data called login. There is a shortcut to display div content like app without page loading... and you will enjoy it.


Set your css 
.login,.register,.terms {display:none;} 
#login:target,#register:target,#terms:target {display:block;}



link <a href="#login">Login Page</a> <a href="#register">Register Page</a> <a href="#terms">Terms Page</a>




<div class="login" id="login">Login to your account here</div>
<div class="register" id="register">Register your account here</div>
<div class="terms" ="terms">You full terms and others content here</div>
comment
what is wapka code RULE means?
mario · Published on 2021-11-14 07:52:31 (3 years ago )
anytime i add code i see RULE under the code.... code rule is the easy way to detect and ban or command what will happen to the code when success not archeived.
comment