User Point System
Message # 1 |
4:27 AM
2011-05-12
This Is A Common Feature Of Forum. But For The Limitations In uCoz. It's Not Possible To Implement With PHP. That's Why I am Posting This Tutorial Here Paste This In The Appearance Of Forum Entries (Where You Want It To Be Appear)
Code
<script type="text/javascript"> for (y=1;y<=1;y=y+$POSTS$) { document.write("Points: "+<?if($AWARDS$)?>(<?endif?>(y*$POSTS$*2)<?if($AWARDS$)?>+$AWARDS$)<?endif?>+); } </script>
Explanation :
Y's integer is 1, meaning (y-1=0)
If "Y" manages to go under "1" It would do the following sum,
Set the integer of "Y" to "Y" + (Amount of Comments)
To change this, you need to only change
=y+$POSTS$
To change this watch the following
y = 1 $POSTS$ = 76
You can do a variet of things here.
* = Multiply, 2*5 = 10 + = Plus, 2+5 = 7 / = Divide, 10/2 = 5 - = Subtract, 10-3 = 7
You can use these in the code like this,
=y/2*4+15-6+$POSTS$
= 1 Divided by 2 | Multiplied by 4 | Plus 15 | Subtract 6 | Plus 76 = 87, giving quite a variety since you're getting a random number,
Author: kostova Author's Site: http://ucozers.ucoz.com
Please Give Me A Reputation or Award, If My Post Helps You With uCoz Since 2009
Dangem
Posts: 54
Message # 2 |
5:53 AM
2011-05-12
Sir how it works? how can i make a point system like this the screen shot i give..
Hermes
Posts: 19
Message # 3 |
11:30 AM
2011-05-12
Quote (Dangem )
how can i make a point system like this the screen shot i give..
In this picture I do not know, but look how I made it on the forum.
Quote
HellorHeaven , Paste This In The Appearance Of Forum Entries (Where You Want It To Be Appear)
Main » Customize design » Editing templates » Forum » Appearance of entries » and place where you want it to be appear
In my case, this is below what is written in red letters the points. These you can rewrite to: Points
Here you go. I hope you wanted this:
Code
<center><font color="green"><font color="#ff0000">Points: </font></font><a href="javascript:window.open(','scrollbars,resizable,width=300,height=200');void(0);"><script language="JavaScript"> zn=$POSTS$; Nm=Math.floor(zn/10); ue=''; var n; exp=''; if(zn<9) ue='0.10' if(zn>10) ue='0.88' if(zn>20) ue='1.03' if(zn>30) ue='2.54' if(zn>40) ue='3.44' if(zn>50) ue='4.24' if(zn>60) ue='5.16' if(zn>70) ue='6.18' if(zn>80) ue='7.65' if(zn>90) ue='7.99' if(zn>100) ue='8.14' if(zn>110) ue='9.05' if(zn>120) ue='9.88' if(zn>130) ue='10.23' if(zn>140) ue='11.44' if(zn>150) ue='12.14' if(zn>160) ue='13.09' if(zn>170) ue='13.89' if(zn>180) ue='14.06' if(zn>190) ue='15.88' if(zn>200) ue='16.24' if(zn>210) ue='17.43' if(zn>220) ue='18.14' if(zn>230) ue='19.12' if(zn>240) ue='20.54' if(zn>250) ue='21.05' if(zn>260) ue='21.99' if(zn>270) ue='22.36' if(zn>280) ue='23.14' if(zn>290) ue='24.04' if(zn>300) ue='25.01' if(zn>310) ue='25.88' if(zn>320) ue='26.41' if(zn>310) ue='27.18' if(zn>320) ue='28.14' if(zn>330) ue='29.05' if(zn>340) ue='30.44' if(zn>350) ue='31.84' if(zn>360) ue='32.14' if(zn>370) ue='33.19' if(zn>380) ue='34.94' if(zn>390) ue='35.18' if(zn>400) ue='36.14' if(zn>410) ue='37.58' if(zn>420) ue='38.02' if(zn>430) ue='39.81' if(zn>440) ue='40.12' if(zn>450) ue='41.43' if(zn>460) ue='42.74' if(zn>470) ue='43.18' if(zn>480) ue='44.19' if(zn>490) ue='45.51' if(zn>500) ue='46.24' if(zn>510) ue='47.44' if(zn>520) ue='48.15' if(zn>530) ue='49.55' if(zn>540) ue='50.14' if(zn>550) ue='51.19' if(zn>560) ue='58.12' if(zn>570) ue='59.33' if(zn>580) ue='60.81' if(zn>590) ue='61.14' if(zn>600) ue='62.87' if(zn>610) ue='63.11' if(zn>620) ue='64.83' if(zn>630) ue='65.51' if(zn>640) ue='66.32' if(zn>650) ue='67.23' if(zn>660) ue='67.88' if(zn>670) ue='68.74' if(zn>680) ue='69.38' if(zn>690) ue='70.11' if(zn>700) ue='71.00' if(zn>710) ue='72.31' if(zn>720) ue='73.15' if(zn>730) ue='74.13' if(zn>740) ue='75.12' if(zn>750) ue='76.48' if(zn>760) ue='77.29' if(zn>770) ue='78.41' if(zn>780) ue='79.62' if(zn>790) ue='80.50' if(zn>800) ue='81.06' if(zn>810) ue='82.24' if(zn>820) ue='82.99' if(zn>830) ue='83.28' if(zn>840) ue='84.34' if(zn>850) ue='85.91' if(zn>860) ue='86.12' if(zn>870) ue='87.74' if(zn>880) ue='88.63' if(zn>890) ue='89.04' if(zn>900) ue='90.31' if(zn>910) ue='91.43' if(zn>920) ue='92.26' if(zn>930) ue='93.12' if(zn>940) ue='94.01' if(zn>950) ue='95.36' if(zn>960) ue='96.23' if(zn>970) ue='97.88' if(zn>980) ue='98.31' if(zn>990) ue='99.16' if(zn>1000) ue='100.00' if(zn>1010) ue='101.11' if(zn>1020) ue='102.43' if(zn>1040) ue='103.88' if(zn>1060) ue='104.48' if(zn>1080) ue='105.71' if(zn>1100) ue='106.38' if(zn>1120) ue='107.56' if(zn>1140) ue='108.72' if(zn>1160) ue='109.47' if(zn>1180) ue='110.15' if(zn>1200) ue='111.08' if(zn>1220) ue='112.54' if(zn>1240) ue='113.89' if(zn>1260) ue='114.47' if(zn>1280) ue='115.87' if(zn>1300) ue='116.72' if(zn>1320) ue='117.45' if(zn>1340) ue='118.63' if(zn>1360) ue='119.09' if(zn>1380) ue='120.44' if(zn>1400) ue='121.47' if(zn>1420) ue='122.31' if(zn>1440) ue='123.47' if(zn>1460) ue='124.65' if(zn>1480) ue='125.49' if(zn>1500) ue='126.77' if(zn>1520) ue='127.69' if(zn>1540) ue='128.12' if(zn>1560) ue='129.88' if(zn>1580) ue='130.01' if(zn>1600) ue='131.06' if(zn>1620) ue='132.76' if(zn>1640) ue='133.47' if(zn>1660) ue='134.46' if(zn>1680) ue='135.45' if(zn>1700) ue='136.47' if(zn>1720) ue='137.41' if(zn>1740) ue='138.32' if(zn>1760) ue='139.12' if(zn>1780) ue='140.56' if(zn>1800) ue='141.62' if(zn>1820) ue='142.48' if(zn>1840) ue='143.74' if(zn>1860) ue='144.21' if(zn>1880) ue='145.32' if(zn>1900) ue='146.31' if(zn>1920) ue='147.01' if(zn>1940) ue='148.66' if(zn>1960) ue='149.32' if(zn>1980) ue='150.06' if(zn>2000) ue='151.44' if(zn>2020) ue='152.05' if(zn>2040) ue='153.45' if(zn>2060) ue='154.21' if(zn>2080) ue='155.65' if(zn>2100) ue='156.87' if(zn>2120) ue='157.45' if(zn>2140) ue='158.23' if(zn>2160) ue='159.65' if(zn>2180) ue='160.45' if(zn>2200) ue='161.51' if(zn>2220) ue='162.69' if(zn>2240) ue='163.25' if(zn>2260) ue='164.41' if(zn>2280) ue='165.85' if(zn>2300) ue='166.65' if(zn>2320) ue='167.45' if(zn>2340) ue='168.85' if(zn>2360) ue='169.35' if(zn>2380) ue='170.95' if(zn>2400) ue='180.12' if(zn>2420) ue='181.65' if(zn>2440) ue='182.74' if(zn>2460) ue='183.65' if(zn>2480) ue='184.98' if(zn>2500) ue='185.97' if(zn>2520) ue='186.56' if(zn>2540) ue='187.23' if(zn>2560) ue='188.45' if(zn>2580) ue='189.48' if(zn>2600) ue='190.69' if(zn>2620) ue='191.15' if(zn>2640) ue='192.23' if(zn>2660) ue='193.89' if(zn>2680) ue='194.57' if(zn>2700) ue='195.35' if(zn>2720) ue='196.97' if(zn>2740) ue='197.02' if(zn>2760) ue='198.03' if(zn>2780) ue='199.50' if(zn>2800) ue='200.89' if(zn>2820) ue='201.15' if(zn>2840) ue='202.13' if(zn>2860) ue='203.36' if(zn>2880) ue='204.78' if(zn>2900) ue='205.15' if(zn>2920) ue='206.69' if(zn>2940) ue='207.78' if(zn>2960) ue='208.12' if(zn>2980) ue='209.36' if(zn>3000) ue='210.78' if(zn>3020) ue='211.12' if(zn>3040) ue='212.23' if(zn>3060) ue='213.54' if(zn>3080) ue='214.56' if(zn>3100) ue='215.24' if(zn>3120) ue='216.58' if(zn>3140) ue='217.98' if(zn>3160) ue='218.57' if(zn>3180) ue='219.32' if(zn>3200) ue='220.39' if(zn>3220) ue='221.97' if(zn>3240) ue='222.91' if(zn>3260) ue='223.51' if(zn>3280) ue='224.02' if(zn>3300) ue='225.01' if(zn>3320) ue='226.03' if(zn>3340) ue='227.04' if(zn>3360) ue='228.05' if(zn>3380) ue='229.06' if(zn>3400) ue='230.07' if(zn>3420) ue='231.08' if(zn>3440) ue='232.09' if(zn>3460) ue='233.54' if(zn>3480) ue='234.54' if(zn>3500) ue='235.21' if(zn>3520) ue='236.21' if(zn>3540) ue='237.65' if(zn>3560) ue='238.32' if(zn>3580) ue='239.54' if(zn>3600) ue='240.89' if(zn>3620) ue='241.87' if(zn>3640) ue='242.96' if(zn>3660) ue='243.87' if(zn>3680) ue='244.98' if(zn>3700) ue='245.54' if(zn>3720) ue='246.36' if(zn>3740) ue='247.46' if(zn>3760) ue='248.49' if(zn>3780) ue='249.31' if(zn>3800) ue='230.64' if(zn>3820) ue='231.48' if(zn>3840) ue='232.65' if(zn>3860) ue='233.84' if(zn>3880) ue='234.99' if(zn>3900) ue='235.94' if(zn>3920) ue='236.91' if(zn>3940) ue='237.91' if(zn>3960) ue='238.91' if(zn>3980) ue='239.91' if(zn>4000) ue='240.91' if(zn>4020) ue='241.91' if(zn>4040) ue='242.98' if(zn>4060) ue='243.97' if(zn>4080) ue='244.84' if(zn>4100) ue='245.61' if(zn>4120) ue='246.61' if(zn>4140) ue='247.61' if(zn>4160) ue='248.54' if(zn>4180) ue='249.52' if(zn>4200) ue='250.63' if(zn>4220) ue='251.89' if(zn>4240) ue='252.87' if(zn>4260) ue='253.95' if(zn>4280) ue='254.63' if(zn>4300) ue='255.52' if(zn>4320) ue='256.41' if(zn>4340) ue='257.63' if(zn>4360) ue='258.41' if(zn>4380) ue='259.64' if(zn>4400) ue='260.87' if(zn>4420) ue='261.94' if(zn>4440) ue='262.95' if(zn>4460) ue='263.96' if(zn>4480) ue='264.98' if(zn>4500) ue='265.87' if(zn>4520) ue='266.81' if(zn>4540) ue='267.84' if(zn>4560) ue='268.95' if(zn>4580) ue='269.95' if(zn>4600) ue='270.62' if(zn>4620) ue='271.78' if(zn>4640) ue='272.16' if(zn>4660) ue='273.15' if(zn>4680) ue='274.55' if(zn>4700) ue='275.00' if(zn>4720) ue='276.11' if(zn>4740) ue='277.22' if(zn>4760) ue='278.33' if(zn>4780) ue='279.44' if(zn>4800) ue='280.55' if(zn>4820) ue='281.66' if(zn>4840) ue='283.77' if(zn>4860) ue='284.88' if(zn>4880) ue='285.99' if(zn>4900) ue='286.90' if(zn>4920) ue='287.10' if(zn>4940) ue='288.20' if(zn>4960) ue='289.30' if(zn>4980) ue='290.40' if(zn>5000) ue='291.50' if(zn>5020) ue='292.60' if(zn>5040) ue='293.70' if(zn>5060) ue='294.90' if(zn>5080) ue='295.80' if(zn>5100) ue='296.51' if(zn>5120) ue='297.62' if(zn>5140) ue='298.94' if(zn>5160) ue='299.95' if(zn>5180) ue='300.41' if(zn>5200) ue='301.54' if(zn>5220) ue='302.95' if(zn>5240) ue='303.79' if(zn>5260) ue='304.62' if(zn>5280) ue='305.31' if(zn>5300) ue='306.46' if(zn>5320) ue='307.94' if(zn>5340) ue='308.85' if(zn>5360) ue='309.51' if(zn>5380) ue='310.87' if(zn>5400) ue='311.98' if(zn>5420) ue='312.95' if(zn>5440) ue='313.65' if(zn>5460) ue='314.64' if(zn>5480) ue='315.54' if(zn>5500) ue='316.51' if(zn>5520) ue='317.52' if(zn>5540) ue='318.78' if(zn>5560) ue='319.98' if(zn>5580) ue='320.54' if(zn>5600) ue='321.16' if(zn>5620) ue='322.81' if(zn>5640) ue='323.65' if(zn>5660) ue='324.78' if(zn>5680) ue='325.98' if(zn>5700) ue='326.79' if(zn>5720) ue='327.98' if(zn>5740) ue='328.79' if(zn>5760) ue='329.79' if(zn>5780) ue='330.54' if(zn>5800) ue='331.54' if(zn>5820) ue='332.48' if(zn>5840) ue='333.16' if(zn>5860) ue='334.23' if(zn>5880) ue='335.79' if(zn>5900) ue='336.94' if(zn>5920) ue='337.79' if(zn>5940) ue='338.45' if(zn>5960) ue='339.65' if(ue) exp+= ue+' </a><img src="/smiles/sm/blackcat.gif">'; document.write(exp); </script>
Have fun
Post edited by Hermes - Thursday, 2011-05-12, 11:32 AM
Message # 4 |
12:41 PM
2011-05-12
Hermes ,
Quote (Hermes )
if(ue) exp+= ue+' </a><img src="/smiles/sm/blackcat.gif">';
Provide The Image Properly
Please Give Me A Reputation or Award, If My Post Helps You With uCoz Since 2009
Hermes
Posts: 19
Message # 5 |
12:45 PM
2011-05-12
Quote (HellorHeaven )
Hermes,
Quote (Hermes)
if(ue) exp+= ue+' </a><img src="/smiles/sm/blackcat.gif">';
Provide The Image Properly
Code
if(ue) exp+= ue+' </a><img src="http://rapidexyu.ucoz.org/smiles/sm/blackcat.gif/smiles/sm/blackcat.gif">';
Post edited by Hermes - Thursday, 2011-05-12, 12:47 PM
Dangem
Posts: 54
Message # 6 |
2:42 PM
2011-05-12
Quote (Hermes )
Quote (Dangem)
how can i make a point system like this the screen shot i give..
In this picture I do not know, but look how I made it on the forum.
Quote HellorHeaven, Paste This In The Appearance Of Forum Entries (Where You Want It To Be Appear) Main » Customize design » Editing templates » Forum » Appearance of entries » and place where you want it to be appear
In my case, this is below what is written in red letters the points. These you can rewrite to: Points
Here you go. I hope you wanted this:
sir can you translate it to english??? and sir can you show me the code of your appearance entries
Animorph
Posts: 2856
Message # 7 |
3:13 PM
2011-05-12
Dangem , the codes are in english only the screenshot is not in english.
To busy building a passive income online ;)
Dangem
Posts: 54
Message # 8 |
4:57 PM
2011-05-12
thank you sir i already hitted thanks for both of you... sir may i know.. what is the point system about? how to earn points?
for example:
per post reply in forum = 0.5 points per thread you make = 1 points
Message # 9 |
5:19 PM
2011-05-12
Quote (HellorHeaven )
Y's integer is 1, meaning (y-1=0)
If "Y" manages to go under "1" It would do the following sum,
Set the integer of "Y" to "Y" + (Amount of Comments)
To change this, you need to only change
=y+$POSTS$
To change this watch the following
y = 1 $POSTS$ = 76
You can do a variet of things here.
* = Multiply, 2*5 = 10 + = Plus, 2+5 = 7 / = Divide, 10/2 = 5 - = Subtract, 10-3 = 7
You can use these in the code like this,
=y/2*4+15-6+$POSTS$
= 1 Divided by 2 | Multiplied by 4 | Plus 15 | Subtract 6 | Plus 76 = 87, giving quite a variety since you're getting a random number,
You'll Get Your Answer By Reading This
Please Give Me A Reputation or Award, If My Post Helps You With uCoz Since 2009
Dangem
Posts: 54
Message # 10 |
4:09 PM
2011-05-13
but sir HellorHeaven im not good in math can you just tell me what is the points for? pleasE?
sample is:
points per post: 0.5 point for new thread: 1
Added (2011-05-13, 5:37 Am) ---------------------------------------------
Code
<script type="text/javascript"> for (y=1;y<=1;y=y+$POSTS$) { document.write("Points: "+<?if($AWARDS$)?>(<?endif?>(y*$POSTS$*2)<?if($AWARDS$)?>+$AWARDS$)<?endif?>+); } </script>
HellorHeaven , sir i applied it in my site but nothings appear?
Added (2011-05-13, 10:09 Am) --------------------------------------------- can anyone explain this to me in english not in formula?
how the point system work what is needed to do to earn points
Message # 11 |
8:28 PM
2011-05-13
i need code for this on image
http://www.onlinesaprevodom.com
kostova
Posts: 97
Message # 12 |
11:26 PM
2011-05-13
I believe you forgot to cite where you got this script from, thank you very much: http://ucozers.ucoz.com/forum/27-324-1#2173 If I may ask a moderator to kindly edit the topic for me. That means to cite the creator and link. Thank you.
Post edited by kostova - Friday, 2011-05-13, 11:36 PM
Message # 13 |
2:26 AM
2011-05-14
kostova , I saw this code on your forum, but I also saw this on a russian forum. I took it from there.
Please Give Me A Reputation or Award, If My Post Helps You With uCoz Since 2009
kostova
Posts: 97
Message # 14 |
2:29 AM
2011-05-14
Well I hope you know I wrote that. It's a little different when you know you wrote it, and when someone uses it without citing where they got it from. And no, you got that exact post from the uCozers forum. If I may ask, which russian forum did you apparently see this from?
Post edited by kostova - Saturday, 2011-05-14, 2:32 AM
Message # 15 |
7:40 AM
2011-05-14
kostova , it's ucozen.ru Now I think they just copied your post and Then I took it from there.
But I am sure that I didn't take it from ucozers.ucoz.com I didn't even know that there is such site.
for now I'll request someone to give your copyright.
Added (2011-05-14, 1:40 Am) ---------------------------------------------Animorph , As kostova saying, can you please add the text below to my first post?
Quote
Author : kostova Author's Site : http://ucozers.ucoz.com
Please Give Me A Reputation or Award, If My Post Helps You With uCoz Since 2009
Post edited by HellorHeaven - Saturday, 2011-05-14, 7:39 AM