• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[OtsList Widget] Rate this Server!

masteuszx

OtsList.eu
Joined
Aug 3, 2008
Messages
784
Reaction score
45
Hello!
I decided to publish mini-script, that will display nice box with possibility to rate the server.

For each rate on your website you will get 0.25 pt on OtsList!

How it looks: (text will be in English!)

imgstate0.jpg


imgstate1.jpg

You have to paste on your website this script:
PHP:
<script type="text/javascript"> 
var otslist_serverid = ID_OTS;
</script> 
<script type="text/javascript" src="http://otslist.eu/ratingWidget.js?jquery=1"></script>
Legend:
  • OTS_ID - ID of the server on OtsList.eu
  • jquery=1 - type "0", if you have jQuery included before. (not recommended)

Script changes the language automatically (English & Polish).

Where to paste? Before </body> in layout.php (for Gesior).

Example:
PHP:
<script type="text/javascript"> 
var otslist_serverid = 111;
</script> 
<script type="text/javascript" src="http://otslist.eu/ratingWidget.js?jquery=1"></script>


If you have any suggestions, write!

Regards!
 
this page of list is fucking sucks =)

stoled 20 euros and delete my servers :(
 
otslist.eu have big problems with - in domains / e-mails
i report 4 times.
pay premium
and dont show my server online after a time.
it sux.
 
And so hard was it to spoof this:
Code:
<script type="text/javascript"> 
var otslist_serverid = ID_OTS;
</script> 
<script type="text/javascript" src="http://otslist.eu/ratingWidget.js?jquery=1"></script> 
<script type="text/javascript">$.ajax('http://otslist.eu/check.php?p=sendRate&rating=5&server='+ otslist_serverid); /* Send a 5star rating with every request */</script>
 
And so hard was it to spoof this:
Code:
<script type="text/javascript"> 
var otslist_serverid = ID_OTS;
</script> 
<script type="text/javascript" src="http://otslist.eu/ratingWidget.js?jquery=1"></script> 
<script type="text/javascript">$.ajax('http://otslist.eu/check.php?p=sendRate&rating=5&server='+ otslist_serverid); /* Send a 5star rating with every request */</script>

what do you mean?
 
And so hard was it to spoof this:
Code:
<script type="text/javascript"> 
var otslist_serverid = ID_OTS;
</script> 
<script type="text/javascript" src="http://otslist.eu/ratingWidget.js?jquery=1"></script> 
<script type="text/javascript">$.ajax('http://otslist.eu/check.php?p=sendRate&rating=5&server='+ otslist_serverid); /* Send a 5star rating with every request */</script>

Fixed. Thank for the report.
 
<div id="otslist-points-result"><div id="otslist-points-points"></div></div>
<script type="text/javascript">
var otslist_serverid = ID_OTS;
</script>
<script type="text/javascript" src="http://otslist.eu/ratingWidget.js?jquery=1"></script>
<script type="text/javascript">
$().load("http://otslist.eu/ratingWidget.js?serverid="+otslist_serverid+"&rf=0&frame=1 script", function(response, status, xhr) {
eval(response);
sendOtsListRating(5, otslist_serverid);
});
</script>

Untested, but you get the idea.

EDIT: Why was this closed?
 
Last edited:

Similar threads

Back
Top