GuidePedia

0
Introduction
Here in this course you can find tutorials about the most easy,
functioned and great wap site creator which is

Wapka

I called it great due to its greatness in real time, many wap site
creator available or doing business in internet world but
Wapka
is most successful and easy wapsite creator that is fully functioned
with great services.. Some of them are

* You can add chat
* You can add forums
* You can add styles, classes
and can customize every part of your site
* You can add polls
* What about own download sites?? you can add own files
* You can manage users
* Can park own domain
* Unlimited file storage at NO COST
* Thousands of texhniques to have a wonderfull site in no time
* Own smilies in forum/chat
* Recently added blog system
* many many more.
All above and many else services are at no cost and for life, you can
stay back and see your users growing.
You can also make money online. Yes its true you can make money online
in no time.
Wapka
is simply awesome.
So start your own wapsite today and inspire hundreds of your friends with
your techniques.
                                             To Start Karty Hain>>>

                 How start creating site in Wapka 
Do you wanted to start creating own free wapsite in wapka, you can foillow my
these steps and you will be pleased to have such a nice site.

  • First of all create your new account by clicking "Registeration" link at home page 
  • After registeration, you will be redirected to your account "MAIN" page..                                                                  if you already logged in 
http://wapka.mobi/ wapka_log.xhtml
 see this page

  • Now, you will see a menu having some links to different optional sites.. There 

is a link "ADMIN MODE" click this link, you will be redirected to a new site, this
is your site admin mode, you can add/edit/ delete items or can do many other tasks.

  •  Now in this page, you will see link ':: EDIT SITE (#) ::', click this link and 

you will see all the functions that you can use to create site in wapka like add/
edit/delete/move/ surveys/advertisement etc
This is just simple tutorial to get started in wapka, I think now you can start
creating your own site with unlimited tools which are available.. Remeber, its all

depends on you, how you design your site, what styles do you like etc.

                                 Wapka source viewer
 If you wanted to see source code of any site, you would like to use "wapka source viewer"
tool with option to copy that code to your wapka site.. Follow my steps

  • Login to your wapka.mobi account - Click here to login Wapka.mobi link reapt


  • after login, Click "Tools" link at "MAIN" page of your account or - Click here 
  •  In "Tools" menu click "Source code viewer" link or ClICK Here 

http://wapka.mobi/ wapka_sourceviewer.xhtml
http://wapka.mobi/wapka_tools.xhtml

  •  In source viewer page, insert site url and press "View Source" button
  • You can also click "Advance Settings" link to set more options like lines/ page, colored links code etc
  • While viewing code, mark the check box of line that you wanted to copy and then press "Copy selected code" button, a new site will be displayed. You can copy or copy to site in this new site
  • By using wapka source viewer you can view source of any site.. Try it and you will be amazed to see functionality available than any other source viewer applicatin on internet.                                                                                                                                                                                                                                                  Add Registration Page
 There will be a time when you wanted to add new users to your site for access to chat, forums,
protected sites etc.. For this, you will have to add registeration page.. Follow my steps and 
add registeration page for visitors.. 
  • Goto Admin Mode 
  • Click :: EDIT SITE(#) :: link 
  • Scroll down in next page, click 'wml/xhtml code' link 
  • In the given textarea, add following code 
Code:
<a href=":url-
reg-0:">REGISTER</a>

  • in above code, you can change '0' with any site_id which you would like to display after 
registeration.
  • In this form you will also see this text 'item will be visible to' now you can select 
'All users' to show this item to all users, 'Logged users' to display item to logged user, 
'Non- logged user' to display item to 'non-logged users' and 'admin mode' to display item only 
in admin mode.. Please select 3rd option 
  • Now click submit button to add it 
  • You can check it.. thats it, you're now able to add registeration page to your site.. 
In any other tutorial, i'll tell you to customize this registeration page

                                             Using get VAR tags In wapka
 you have the option to transfer values from 1 page to another with easy to use wapka get-VAR tags.. 
With these tags you are able to transfer text, numbers, form data and more. You can also use them for 
advance scripts (if you are advanced in HTML).. Lets learn these tags with examples as well as explainations!! 
First of all, goto your admin mode and add two new pages via ES > NEW PAGE > note their site ID's For example, 
suppose that your first site is site_1 and the other is site_2.. These ID's might be different in your case! Now 
that you have created sites, lets go farward in our tutorial.. Now you can use get-var tags in many ways, it depends 
on you what method you use that fullfill your script needs.. I'll write few methods here, these will somehow clearify 
your mind and will make things easier than before.. URL METHOD: You can transfer value to another page via HTML <a> tag.. 
Lets do it.. 
  • Open site_1 
  • Goto ES 
  • Clink WML/XHTML CODE link 
Code:
<a href="/site_2.xhtml?get-
name=NAME">NAME</a> # Add following code <a href="/site_2.xhtml?get- name=NAME">NAME</a>

you can change NAME with any name/text/number you like, for example: get- name=itchowk # Now goto site_2 Code: 
:get-name: # Add following tag # Now again goto site_1 and click link 'NAME' # In site_2 you will see the exact 
name you have set in url # You can set another variable name like get- myname instead of get- name but you must 
have the same variable names in site_1 and site_2, for example: if you used get- name in site_1 than you must have 
get-name also in site_2 to get transffered text.. # if you will goto site_2 without clicking the link
'NAME' in site_1, you will see nothing!! Its because you have not transffered any value, to avoid this you can set 
default text which will be displayed if no value transffered.. Simply, Code: get-name: When you will transfer numbers, 
you might like to protect your sites from Spammers..i.e. You are using filelist tag and wanted to transffer file ID 
than Spammers can easily edit your URL and can get to another file ID, to stop this simply use Code: :geti-name: Code: 
:get-name: 
 Try it now and transffer more text for practice! More methods will be added very soon!

Adding line break Well, this not very advance tutorial, it only illustrate you about wapka tag that can be used in 
ES > TEXT or ES > WML/XHTML or anywhere else where you need to add line break.. We know that, we can also use <br/> 
for line break but what if you wanted to add line break in text?? Just follow these steps.. 1. Goto ES > TEXT 
Hi i am Waseem! I'm wapmaster.. add some text..i.e. Hi i am
 Waseem! I'm wap master..it
will be printed in one line Code: Hi I am Waseem :br#: I'm
wap master! 
2. we can add it in 2 lines.. Hi I am Waseem :br#: I'm wapmaster!Remove # from code 
3. :br#: (remove #) tag can be used instead of html line break Thats it, give it a try and learn how to add line breaks in wapka.. 
Next Course Jald he Post Kia Jaay Ga.

All Wapka Codes Here
1. Time For Wapka Code
2. Smiles For Wapka Code
3. My Persnol Wapka Cod
password: big1world.blogspot.com

If u any problem than ask me
Good Bye

For Opening the file You will require 7zip Click here to Download

Full Version
CREATE FREE WAPKA SITE COMPLETE CORUSE

Post a Comment

 
Top