If a member want to download an item they require a sertain amount of plusses who have that code if they download games they require 10 if 3gp 20 if pics 5 mp3 25 plusses?
Plusses for downloads
Collapse
X
-
Originally posted by riderz View PostIf a member want to download an item they require a sertain amount of plusses who have that code if they download games they require 10 if 3gp 20 if pics 5 mp3 25 plusses?
downloader will be deducted with e.g. 10 plusses
then the uploader will get e.g. 10 plusses also
wish someone could help us outLDSWAPWORLD sigpic
site closed.
im busy with other things in life like facebook , send me PM so i can add you
www.pinoySG.com
don't ask for help if you're not even helping yourself!
i am tired of seeing the line "best site", i want to see something NEW and UNIQUE. maybe if i find one, ill go back to my wap life again.
Comment
-
You can see the add and take in some of the scripts lolVisit: Chat4u.mobi - The New Lay Of being a site of your dreams!
Visit: WapMasterz Coming Back Soon!
_______
SCRIPTS FOR SALE BY SUBZERO
Chat4u Script : coding-talk.com/f28/chat4u-mobi-script-only-150-a-17677/ - > Best Script for your site no other can be hacked by sql or uploaders.
FileShare Script : coding-talk.com/f28/file-wap-share-6596/ -> Uploader you will never regret buying yeah it mite be old now but it still seems to own others...
_______
Info & Tips
php.net
w3schools.com
Comment
-
just make a function something like this
PHP Code:function get_plusses($uid){
$plusses = mysql_fetch_array(mysql_query("SELECT plusses FROM USER_TABLE WHERE id='".$uid."'"));
return $plusses[0];
}
e.g.
PHP Code:if (get_plusses($uid)>10){
echo "<a href=\"download/pic.jpg\">PIC</a>";
}else{
echo "U need at least 10 plusses 2 downolad this pic";
}
sigpiceeeeerrr....
Comment
-
i can only do the code to deduct plusses from the downloader but how to add plusses to uploader everytime a user downloads the file??LDSWAPWORLD sigpic
site closed.
im busy with other things in life like facebook , send me PM so i can add you
www.pinoySG.com
don't ask for help if you're not even helping yourself!
i am tired of seeing the line "best site", i want to see something NEW and UNIQUE. maybe if i find one, ill go back to my wap life again.
Comment
-
but thats only for 1 file. what if for the specif file extension?? how to do it??or maybe a code that user cant browse that link/specific page if plusses not enoughLDSWAPWORLD sigpic
site closed.
im busy with other things in life like facebook , send me PM so i can add you
www.pinoySG.com
don't ask for help if you're not even helping yourself!
i am tired of seeing the line "best site", i want to see something NEW and UNIQUE. maybe if i find one, ill go back to my wap life again.
Comment
-
It's easy..U've done the code to deduct plusses if downloaded..So together with that, put the code to query that the uploader wilL be given plusses..Example, the c0st of download wilL be given to the uploader..So the c0st is equal to the amount to be given into the uploader..My Blog: http://jhommark.blogspot.com
My Facebook: http://www.facebook.com/jhommark
My Official Site: http://www.undergroundweb.tk
My Community Site: http://undergroundwap.xtreemhost.com
Comment
Comment