List of ranks
Forum rules
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
Please keep the forum rules and guidelines in mind when creating or replying to a topic.
Re: List of ranks
Oooah, that sounds cool 
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: List of ranks
But you have the moderator rank, which is cooler 
Re: List of ranks
What post rank would you be? 
Re: List of ranks
By the way guys, I could've found something from the old RZ forums system:This code is found in the official RaymanZone skin, in the 'overall_footer.tpl' file.
I've tried this with a forum, and the first time I tried it ( without removing the HITBOX code first ), it just screwed up the whole forum, the layout was just black, text was the smallest possible, etc. I had to fix everything with Phpmyadmin XD
But when I tried for the second time ( new forum etc. ), I removed the HITBOX code before uploading, it worked, I added hitbox code, I installed skin, etc. Worked fine.
But it was really weird first, since this also added the old RZ users system ( users from RZ can login at the RZ forums I guess ), it seems...
It may have something to do with the Lums' Quest, and Ubi's Hitbox cookies.
Hunch, you know php and phpBB, so do you understand what it does?
And... maybe you can try to play around with it and create a little system so the amount of tings has the same value as the amount of lums at RZ
Whatever.
Code: Select all
<div align="center"><span class="copyright"><br />{ADMIN_LINK}<br />
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request you at least leave in place the
Powered by phpBB {PHPBB_VERSION} line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a> © 2001, 2002 phpBB Group<br />{TRANSLATION_INFO}</span></div>
</td>
</tr>
</table>
<!------------------------------HITBOX -------------------------------->
<script language=javascript>
var _groupe="Forums/"
var _pagename="{PAGE_TITLE}"
var _prefixe="{HITBOXURL}"
var _acct="{HITBOXACCOUNT}"
//alert(_groupe+" "+_pagename+" "+_prefixe+" "+_acct)
</script>
<script language="javascript">
var _pn=_pagename
var _mlc=_prefixe+_groupe; //multi-level content category
var _seg=""; // visitor segmentation
var _cmp=""; // campaign analysis - id
var _gp=""; // campaign analysis - goal page
var _cmpn="";// campaign analysis - query name for id
var _gpn=""; // campaign analysis - query name for goal page
var _cp="null"; //campaign
var _pndef="title"; //default page name
var _ctdef="full"; //default content category
var _dlf="n"; //download filter
var _elf="n"; //exit link filter
var _epg="n"; //event page identifier
var _mn="we91"; //machine name
var _gn="ehg-ubisoft.hitbox.com"; //gateway name
var _lp=location.protocol.indexOf('https')>-1?'https://':'http://';
var _hcv=68;function _wn(_nm){if((_nm.indexOf("NAME")>0&&_nm.indexOf("PUT")>=0)||
(_nm.indexOf("CONTENT")>=0&&_nm.indexOf("CATEGORY")>0))return true;return false;}
function _gd(_x,_w){_ed = (_x.lastIndexOf("/"));
_be = (_w!="full")?(_x.lastIndexOf("/",(_ed-2))):(_x.indexOf("/"));
_dn = (_be==_ed)?"/":(_x.substring(_be, _ed));return _dn;}
function _gf(_x){_ed = (_x.length);_be = ((_x.lastIndexOf("/"))+1);
_fn = (_x.substring(_be, _ed));return _fn;}
function _vc(_ml){_mll=_ml.length-1;if(_ml.lastIndexOf("/")==_mll){_ml=_ml.substring(0,_mll)}
if(_ml.indexOf("/")!=0){_ml="/"+_ml;}return _ml;}
function _ps(_ip,_pml){if(!_ip){_pml=(_wn(_pml))?_gd(location.pathname,_ctdef):_vc(_pml);}
else{if (_wn(_pml)){if (_pndef=="title"){_pt=document.title; if (_pt!=""){_pml=_pt};}
else{_pml=_gf(location.pathname);if (_pml==""){_pml=_pndef};}};}return _pml;}
function _pm(_ml,_fml,_ipn){if (_ml.indexOf(";")!=-1){_nml=_ml.substring(0,(_ml.indexOf(";")));
_rm=_ml.substring((_ml.indexOf(";")+1),_ml.length);_fml+=_ps(_ipn,_nml)+";";
_fp=_pm(_rm,_fml,_ipn);return _fp;}else {_fml+=_ps(_ipn,_ml);return _fml;}}
var _sv=10;var _bn=navigator.appName;if(_bn.substring(0,9)=="Microsoft"){_bn="MSIE";};
var _bv=(Math.round(parseFloat(navigator.appVersion)*100));if((_bn=="MSIE")&&(parseInt(_bv)==2))_bv=301;
var _rf=escape(document.referrer);_mlc=_pm(_mlc,"",false);_pn=_pm(_pn,"",true);
</script><script language="javascript1.1" id="_hbc">_sv=11;</script>
<script language="javascript1.1" defer src="http://www.ubi.com/nr/ubisoft/include/hbe.js"></script>
<script language="javascript">if (_sv==10){if (document.cookie.indexOf("CP=")!=-1){_ce="y";}else{
document.cookie="CP=null*; path=/; expires=Wed, 1 Jan 2020 00:00:00 GMT";
_ce=(document.cookie.indexOf("CP=")!=-1)?"y":"n";};if((_rf=="undefined")||(_rf=="")){_rf="bookmark";};
_x2="<img src='"+_lp+_gn+"/HG?hc="+_mn+"&hb="+escape(_acct)+"&n="+escape(_pn);
_x3="&cd=1&hv=6&seg="+_seg+"' border=0 height=1 width=1>";
_ar="&bn="+escape(_bn)+"&bv="+_bv+"&ce="+_ce+"&ss=na&sc=na&dt=&sv="+_sv+"&con="+escape(_ct);
_ar+="&vcon="+escape(_mlc)+"&epg="+_epg+"&hp=u&cy=u&ja=na&ln=na&cp="+escape(_cp)+"&pl=&rf="+_rf;
document.write(_x2+_ar+_x3);}
</script>
</body>
</html>I've tried this with a forum, and the first time I tried it ( without removing the HITBOX code first ), it just screwed up the whole forum, the layout was just black, text was the smallest possible, etc. I had to fix everything with Phpmyadmin XD
But when I tried for the second time ( new forum etc. ), I removed the HITBOX code before uploading, it worked, I added hitbox code, I installed skin, etc. Worked fine.
But it was really weird first, since this also added the old RZ users system ( users from RZ can login at the RZ forums I guess ), it seems...
It may have something to do with the Lums' Quest, and Ubi's Hitbox cookies.
Hunch, you know php and phpBB, so do you understand what it does?
And... maybe you can try to play around with it and create a little system so the amount of tings has the same value as the amount of lums at RZ
Whatever.
Re: List of ranks
So, is this a code for an old RZ page?
Re: List of ranks
Well yeah, it's in the footer of an old RZ page 
It may contain the code for the Lums' Quest, Registered RZ accounts ( almost sure, and they still exist ), so maybe, we can just recreate the old RZ with the old accounts ( but without the old posts )
I have the complete RZ skin files downloaded from the official RZ, so there are registering problems ( to register you had to go to the main RZ first, that's why now you can't register )...
You can see it ( without the hitbox code ) here:
http://massaer.freewebsitehost.net/Raymanzone/index.php
I know we'll have to get a better host first XD
And you can't register, because of the problem I mentioned above.
It may contain the code for the Lums' Quest, Registered RZ accounts ( almost sure, and they still exist ), so maybe, we can just recreate the old RZ with the old accounts ( but without the old posts )
I have the complete RZ skin files downloaded from the official RZ, so there are registering problems ( to register you had to go to the main RZ first, that's why now you can't register )...
You can see it ( without the hitbox code ) here:
http://massaer.freewebsitehost.net/Raymanzone/index.php
I know we'll have to get a better host first XD
And you can't register, because of the problem I mentioned above.
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: List of ranks
The hitbox is nothing more than a code supplying information to Ubi. It is not related to the memberlist at all. You would have to ask Ubi for their database to get their lums amount. By the way, what do you mean by old RZ users system?
Re: List of ranks
That is pretty neat, actually. You should create a forum with that ^^
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: List of ranks
I could also have created a RZ-like forum for ages, but it would have been pointless... Unless you are very nostalgic ^^
Re: List of ranks
Well, I know you would have to ask Ubi for their database, but WHY did we have login troubles ( you didn't see you were online ) then?Hunchman801 wrote:The hitbox is nothing more than a code supplying information to Ubi. It is not related to the memberlist at all. You would have to ask Ubi for their database to get their lums amount. By the way, what do you mean by old RZ users system?
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: List of ranks
Can you give me an accurate description of those errors? By the way, you have played with the database, it might be the reason.
Re: List of ranks
Well I just saw a black screen, text was very small, etc.
Because every value for the skin was " ". ( without the "s )
And when I copied the ( small ) "who's online?" text and made it larger with MS word, it said noone was online but everyone was actually logged in! Like that.
And no, I didn't, I had the errors BEFORE I played with the database.
And for the database, I just changed the color and size values of the skin so we could see something again
Because every value for the skin was " ". ( without the "s )
And when I copied the ( small ) "who's online?" text and made it larger with MS word, it said noone was online but everyone was actually logged in! Like that.
And no, I didn't, I had the errors BEFORE I played with the database.
And for the database, I just changed the color and size values of the skin so we could see something again
Re: List of ranks
Seeing RZ at new gave me creeps. Argh.
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: List of ranks
Glitches occured, but they were not related to the RZ database 
Re: List of ranks
I don't think he was talking about glitches.
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: List of ranks
Whatever it is, I do not see how it can be related to the old RZ database 
Re: List of ranks
I don't actually have anything against the old RZ, as the bad admins had left the time I joined. In fact, I liked the old RZ. The new RZ is dumb, though.
-
Hunchman801

- Posts: 87633
- Joined: Thu Aug 07, 2003 6:50 pm
- Location: Paris, France
- Contact:
- Tings: 640277
Re: List of ranks
I had liked the old RZ until I was unfairly banned -_-
Re: List of ranks
This is why PC is far larger than RZ.
Re: List of ranks
No, i think that rz is larger.



