pacman, rainbows, and roller s

p _ x
Bookmark Weezywap
JarApkBmkOpera
(GMT+1)
Saturday May 4th 2024
+
Always Post weezywap.xtgem.com on your facebook, twitter, 2go, whatsapp and instagram status! If you love WEEZYWAP and enjoy unlimited services here!
»WEEZYWAP Forum
Forum Rules | Smilies | BB Codes | Back
* Star Plz if u knw hw to do it drop d tuturial here
2014-04-30 14:24 · (0)
* Weezy * Star Create the number of folder/directory you want to use. This is the select option. For
example, if you want to display an option for users to select maybe games, application and music, before uploading the file, then goto FileManager >> then create three(3) folder with the above names. Goto a test page or create a new page and add files uploader with your desired number of directory you created i.e create a file uploader with the folders.
View the source code of that particular page containing the wapka file-uploader, you will get the code below in each uploader source line as seen below:
<form method=”post” action=”site_0.xhtml” enctype=”multipart/form-data”>
<input type=”hidden” name=”p”
value=”XXXXXX”>
<input type=”hidden” name=”action” value=”upload_ file”/>
<input type=”hidden” name=”hash” value=”be87ad87fec4d865347fbdf99b4f42" />
you will see the above code for each of the directory present on the page..
NOTE: Take note of the value which is represented with XXXXX and write down all the value of XXXXXX you got when source-
coding the page i.e <input type=”hidden” name=”p” value=”
XXXXXX“>
Go to the page you want to add the uploader form, and add the below code as shown below:-
<form method=”post” action=”site_:getid-site:.xhtml” enctype=”multipart/form-data”>
<input type=”hidden” name=”action” value=”upload_file”/>
File:<input type=”file” name=”file_data”/>
Description:<br/><textarea
name=”comment”></textarea>
Directory:<br/>
<select name=”p”>
<option value=””>select directory</option>
<option value=”XXXXX”>Images</option>
<option value=”XXXXX”>Mp3 song</option>
<option value=”XXXXX”>Ring Tones</option>
<option value=”XXXXX”>Videos</option>
<option value=”XXXXX” >S60 Themes</option>
<option value=”XXXXX”>Zip Archives</option> </select><input type=”submit” name=”U_submit” value=”Upload” /></form>

NOTE: Change XXXXX to the option value you got for each directory and change e.g the zip in <option…>zip</option> to your folder name. Follow the steps carefully as explain above, you will be steps away in creating an advance
uploader form in your wapka download portal.
2014-04-30 16:32 · (0)
* kingumolu * Weezy Please i need help. there is no filemanager in my wapka site
2014-05-31 05:05 · (0)
* Weezy * kingumolu Then learn how to use the content manager: This is great feature
in wapka that allows to add Games, Themes, Audio, Video, Applications and all without any limit.. Yes, you can add 100GB
data adn more in this content manager. Lets look and feel in wapka content manager.
<b>Where it is?</b>
You can find Content Manager by following these steps
1. Login to your wapka account
2. Goto Admin Mode
3. Click ::Edit Site:: link at bottom
4. Goto Content Manager
<b>What Features?</b>
The Content Manager has following features.
1. You can upload Images, Music,
Ringtones, Games, Applications, Themes,
Software, Animation etc.
2. There is no limit to upload.
3. You can upload via zip archive at once
to upload many files.
4. One file upload limit is 100MB
5. You can show stats and more such information about files.
6. Content previous automatically added for videos, themes, games etc.
7. You have the ability to draft your uploads.
8. Many upload ways.
9. Easy Deployment Tools available for newbies.
Many many more such features and tools available.
<b>How To Use?</b>
You can use content manager in one of these ways.
1. You can use built-in tags (Experts). You can use these tags via WML/xHTML code tool.
2. You can use deployment tools (Newbies) .
<b>Limits?</b>
There are few limits in content manager.
1. 100MB limit per file.
2. 450 files in one .zip file.
3. File must fully comply with TOS of wapka.
2014-05-31 08:17 · (0)
* kingumolu * Weezy I would like to know how to use content manager like file manager to upload content without going to edit site
2014-05-31 16:47 · (0)
* Weezy * kingumolu Only the admin can upload to the content manager.
There is 6 types of contents that
can be uploaded, so create directories and upload some files to get started with wapka c/m .
Step 1 :-
First of all create two pages, first page to list categories of contents and second page to list file.
First page name -Categories List
Second page name - :get-fname:
Download (Visible In Admin Mode)
Step 2 :- Now open your first page
and add this code in your page (using add wml/xhtml code)
:list-category-type:cid=0,n=Not Found::<div class="class name"><br /><a href="site_XXX.xhtml?get-cid=%cid%&get-fname=%name%:admin-hash-amp:">%name%</a> [%total%]</div><br />:: :/list-category-type:
Copy code
Note: Replace XXX with site id of second page which you created in step 1. And replace type with the content type which you want to list.
(E.g.- :list-category-image: or :list-
category-music: and at the end :/list-category-image: or :/list-category-music:)
Step 3 :-
Now open your second page and add this code in your page to list your files :-
:get-fname: Download<br /><br /><br /><br /><!-- Sub-Category Listing --><br /><br />:list-category-type:cid=:get-cid(01):,::<div class="folder"><br /><a href="site_:getid-site:.xhtml?get-cid=%cid%&get-fname=%name%:admin-hash-amp:">%name%</a> [%total%]</div><br />:: :/list-category-type:<br /><br /><!-- End Sub-Category Listing --><br /><br /><!-- File Listing --><br /><br />:list-type:cid=:get-cid(01):,l=5,s=:geti-page(1):,o=createtime::<div class="List Class Name"><br /><table width="100%"><tbody><br /><tr><td width="65"><a href="%viewurl%"><img src="%thumburl%" width="60" height="80" alt="%title%"/></a></td><td valign="top"><a href="%viewurl%">%title%</a><br /><br /><small>File Size: %filesize%<br /><br />Hits: %downtotal%</small></td></tr><br /></tbody></table><br /></div><br />:: :/list-type: <center><br /><div class="Paging Class Name"><br />:paging:n=:geti-page(1):,u=site_:getid-site:.%ext%?get-cid=:get-cid:&get-page=%n%&get-fname=:get-cn::admin-hash-amp: ::<div class="paging"><br /><span>%prev%</span><span>%n%</span><span>%n%</span><span>%next%</span></div><br />(Page::get-page(1):/%nlast%)<br /><br />:/paging: <form method="get" action="site_:getid- site:.xhtml" width="150"><br />:admin-hash-input:Jump To Page: <input type="text" name="get-page" size="3" value=":get-page(1):"/><input type="submit" value="Jump"/></form><br /></div><br /></center><br /><!-- End File Listing -->
Copy code
Note: Replace type with the content type which you want to list. (E.g. -: list-
image: or :list- music: and at last :/list-image: or :/list-music:). With this file list you can list sub categories also and dont forget to change content type if you want to use it, if you do not want to show sub category then you can remove category listing section form script. Now you are ready to list your content manager's files.
2014-05-31 17:29 · (0)
* Thethem * Weezy Respected weezy,
how to make public upload?using c.m?
2015-04-07 01:19 · (0)
* Weezy * Thethem In content manager, only the admin can upload ..no need for viewing the source code of the cm category page ..u aiint gona get anytn from there ..d tutorial dat consist viewing d source code of the uploader page to note d category id is for user upload in wapka site wt file manager not content manager!
2015-04-07 09:27 · (0)
* Thethem * Weezy Then, it is not possible to keep a public upload box?
2015-04-07 15:47 · (0)
* Weezy * Thethem Nop, it only works for wapka sites wit file manager!
2015-04-08 08:40 · (0)

Online: Guests: 1

Translate
Pages
Copyright © 2024 WEEZYWAP
facebook twitter whatsapp google plus
Home | About Us | Advertise | Frequently Asked Question | Contact Us | Partners | Disclaimer | Terms of Services | Invite Friends | Credits



Online: 1 , Today: 298, Hits: 7600804
Last modified: 27-08-2018 11:42:51 pm