How To Create A Simple Download Portal on Wapka.mobi
Creating a simple download portal via wapka.mobi site builder is quite easy to accomplish, follow this tutorial carefully and you step away in owning a download portal powered by wapka. Note that this tutorial does not include CSS stylesheet/design for the wapsite.
Register an account at wapka.mobi, with your site name as your username.
After registering, you will be redirected to your control panel, click and goto Admin Mode, this is your work area.
Create seven(7) pages or site as follows
A – upload file
B – latest upload
C – Top download
D – search upload
E – file stats
F – Download page
NOTE=> the letter A,B,C,D,E,F above are the site ids.
IN SITE-A ~ UPLOAD FILE
we need to create a directory/folder i.e goto edit site -> filemanager -> create a folder with name “portal”.Step 2: we need to create a file uploader(edit site>>file uploader). Fill the text/input areas as follows:
.1 text on button=>upload file
.2 site or text display after upload=> file successfully uploaded
.3 allow file extension=> leave it blank
.4 maximum size=> input 0
.5 style of upload =
Use this code...
Note: Change 1 in d=1 to ur directory id. If it multiple id, separate with space. Example d=1 2 3
In site E FILE STATS
Paste this Code:
<div class="border"> Total Uploaded Files: <b>:ftstat-count:</b></div>
<div class="border">
Total Upload Size: <b>:ftstat-size:</b></div>
<div class="border">
Total Downloads: <b>:ftstat-dl:</b></div>
<div class="border">
Total Traffic: <b>:ftstat-dlsize: GB</b></div>
In site F DOWNLOAD PAGE
Use the below code. It is a stylish download page.
.