Search Result:
SHADABCALL SHADABCALL
Email:
Owner: https://
User ID: 165205
djslgxniko12 djslgxniko12
Email:
Owner: https://sindumixlanka.wapka.co
User ID: 165263
Coolheart Coolheart
Email:
Owner: https://laksri.wapka.co
User ID: 165401
Gabriel Gabriel
Email:
Owner: https://
User ID: 165616
tom53 tom53
Email:
Owner: https://www.7searchppc.com/
User ID: 165623
News Feed
francisco · Published on 2022-09-01 00:49:56 (4 years ago )
I just figured out how to submit an API Data Creator using an external PHP site with post request. I see many applications for this...
comment
News Feed
realehisblack · Published on 2022-08-31 16:43:38 (4 years ago )
Wapka sitemap submission not working on Google webmaster.. you can submit your website but can't submit your site map
comment
News Feed
realehisblack · Published on 2022-08-31 16:09:48 (4 years ago )
Someone should help me with download page theme key 
comment
News Feed
realehisblack · Published on 2022-08-31 16:08:57 (4 years ago )
Someone should help me with download page theme...
comment
News Feed
realehisblack · Published on 2022-08-29 17:53:34 (4 years ago )
Please I need this site, point code when you login 
comment
how to make user claim points once a day
davisville · Published on 2022-08-29 12:45:17 (4 years ago )
Guys this is a small task. How it works:
On the login page, user clicks on the enter btn and then it automatically add 50 points to the user's account and redirects the user to the home page so that user cannot cheat. 

ON the login page go to user lister:
config:
<*userid>:VAR(USER_ID);<*/userid>

Codes:
:VALUE(%point%).SET(points).NULL;
user editor:
Config:
<*userid>:VAR(USER_ID);<*/userid>
<*set_var_date>:POST(date);<*/set_var_date>
<set_point>:POST(points);<*/set_point>

Codes:
:DATE(D).SET(date).NULL;
:VALUE(%notify%).IFEQ(Success).THEN.NULL.ELSE.NULL;<*br><*input type="hidden" name="date" value=":VAR(date);"><*input type="hidden" name="points" value=":VAR(points).PLUS(50);"><*br>:VAR(date).IFNE.DATE(D).THEN(<*input type="submit" value="claim 50 points">).ELSE(You have successfully claim 50 pts; come back for more tomorrow);<*br><*button onclick="home">enter<*/button>); you are good to go
comment
how to set user avatar
davisville · Published on 2022-08-29 07:07:22 (4 years ago )
Please somebody help me with setting uses avatar. Using user editor
comment
page patterns
davisville · Published on 2022-08-29 06:57:18 (4 years ago )
Please some one should explain page pattern to me
comment
icon pack
davisville · Published on 2022-08-28 16:08:08 (4 years ago )
Download your icons from this site:


https://iconfinder.com
comment
how to set levels for users based on the points
davisville · Published on 2022-08-28 15:59:10 (4 years ago )
Hey guys, today am going to share a code with you. With this code, you can set user levels for your site users based on the points they have.







Create a new page called point.Js user lister config: <*id>:VAR(USER_ID).OR.GET(id);<*/id> codes: <*script>{var pt = "%point%" ; if(pt <= 500) {document.write("newbie");}; elseif(pt >= 501 && pt <= 800) {document.write("amateur");};<*/script> You can continue by setting more values and levels. Now in profile add: codes: level: <*script src="/point.js/?id=%id%"><*/script> Now its ready to use.
comment