[Help]only players age 15 and over are permitted to connect to this server
when i try to connect to the server shows me that error "
only players age 15 and over are permitted to connect to this server" look in the image ImageShack - Hosting :: eroareyf0.jpg help pls
Re: [Help]only players age 15 and over are permitted to connect to this server
while registering, in your ID code put: 123456789123
if you know how, make this field hidden containing that value.
Re: [Help]only players age 15 and over are permitted to connect to this server
Make it 11111111111 its 100% secure
Re: [Help]only players age 15 and over are permitted to connect to this server
doesn't work other players can play but the new players who registered appear this sugestion pls
Re: [Help]only players age 15 and over are permitted to connect to this server
as we said. when your new players register they should put one of the codes we stated above as their ID code,!!!!
this cant "not workin".
learn english man
Re: [Help]only players age 15 and over are permitted to connect to this server
Problem fixed i run this command in sql query analyzer : Use MuOnline;
UPDATE dbo.MEMB_INFO SET sno__numb = '1111111111111' .I'm romanian and can't be so smart like you :drinks_no
Re: [Help]only players age 15 and over are permitted to connect to this server
lol ^^
Smart like him?
Your script updates the table yes, but what about new users?
You wanna do that when ever a new user regs? >.<
Re: [Help]only players age 15 and over are permitted to connect to this server
the new registered users now works fine no need to do that again ;)
Re: [Help]only players age 15 and over are permitted to connect to this server
k listen up
long story short
open modules/register.php with notepad
find this (ctrl+f)
Code:
<tr>
<td><div align="right" class="normal_text_white">Personal ID Code </div>
<div align="right"></div></td>
<td colspan="4"><div align="left">
<input name="idcode" type="text" id="idcode" size="14" maxlength="12">
<font size="1">(12 digits 0->9)</font> </div></td>
</tr
replace with this:
Code:
<tr>
<td><div align="right" class="normal_text_white">Personal ID Code </div>
<div align="right"></div></td>
<td colspan="4"><div align="left">
<input name="idcode" type="text" value="123456789123" id="idcode" size="14" maxlength="12">
<font size="1" color="red">(Do Not Change!)</font> </div></td>
</tr>
the result would be this:
http://img213.imageshack.us/img213/558/untitledmn2.jpg
as long as ur users are not dumb enough to change the code when it says in red not to, all will be fine
Warning: if you r not using Mu Web, most likely you will not find that code.. but if you do thats ok.. as long as ur web has that code in register.php you can replace it without any fear.
Re: [Help]only players age 15 and over are permitted to connect to this server
thanks but like i said the problem already fixed now it's work with any personal id ;) anyway thanks
Re: [Help]only players age 15 and over are permitted to connect to this server
Simply find
<tr>
<td><div align="right" class="normal_text_white">Personal ID Code </div>
<div align="right"></div></td>
<td colspan="4"><div align="left">
<input name="idcode" type="text" id="idcode" size="14" maxlength="12">
<font size="1">(12 digits 0->9)</font> </div></td>
</tr
Replace with:
<tr>
<td><div align="right" class="normal_text_white">Personal ID Code </div>
<div align="right"></div></td>
<td colspan="4"><div align="left">
<input name="idcode" type="text" value="111111111111" id="idcode" size="14" maxlength="12" readonly="readonly">
<font size="1">(12 digits 0->9)</font> </div></td>
</tr>