|
|
NOTE : WASL CODE works only on WAPAMP domain.
Creating WASL File
Step 1 : Create a new file, select WASL, then go to creator and open the file you created.
Step 2 : After opening the file, click [+++] , then select Add Code , then write the WASL code. (That's your new WASL File)
Step 3 : Embed the WASL File at any part of a page or file you want to. Go to creator, open the file where you want to insert your WASL file, then click the + at [+ -] to add new block, select WASL File, then write the title of your WASL file.
For complete listing of WASL Code go to wapamp.com and click FAQ.
• Useful WASL Code:
1. ONLINE WASL Code: online
2. COUNTER WASL Code: counter
3. SHOWDATE Code Format: showdate format;timezone
NOTE: Make separate file for time, day, and date for easy placement of the showdate file at the wap pages.
For day:WASL Code: showdate D;6 (three letters, e.g. Mon, Tue, etc.) showdate l;6 (lower case L, full representation of a day. e.g. Monday, Tuesday, etc.)
For Time:WASL Code: showdate H:i:s;6 (24 hour format) showdate g:i:s;6 (12 hour format)
For Date:WASL Code: showdate F d, Y;6
NOTE: For complete lists of showdate format's syntax, click the link to view, WASL
4. RANDOM LINK Code Format: radomlink link;text;link; Example: randomlink http://example.wen9.net;uptoyou;http://flyx.comein.us;FlyX NOTE: Same format with ramdom download, just change the link with download link, then the name of download.
Back |