Warning: include(shared/gameData.php) [function.include]: failed to open stream: No such file or directory in /home/wielersp/public_html/vueltaSpel/aanmelden/gegevensSpeler/gegevensSpeler_javascript.php on line 4
Warning: include(shared/gameData.php) [function.include]: failed to open stream: No such file or directory in /home/wielersp/public_html/vueltaSpel/aanmelden/gegevensSpeler/gegevensSpeler_javascript.php on line 4
Warning: include() [function.include]: Failed opening 'shared/gameData.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/wielersp/public_html/vueltaSpel/aanmelden/gegevensSpeler/gegevensSpeler_javascript.php on line 4
var countryCodes = new Array();
Warning: mysql_query() [function.mysql-query]: Access denied for user 'wielersp'@'localhost' (using password: NO) in /home/wielersp/public_html/vueltaSpel/aanmelden/gegevensSpeler/gegevensSpeler_javascript.php on line 11
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/wielersp/public_html/vueltaSpel/aanmelden/gegevensSpeler/gegevensSpeler_javascript.php on line 11
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/wielersp/public_html/vueltaSpel/aanmelden/gegevensSpeler/gegevensSpeler_javascript.php on line 12
var countries_id = 0;
var documentRoot="aanmelden/gegevensSpeler/";
var logins_id = 0;
var subl=0;
if (requestParameter!="") {
parameters = requestParameter.split("~~");
if (parameters[0]=="subl") {
subl = parameters[1];
}
}
window.onload=laadBody;
function laadBody() {
voegToeBuffer("neemBody", "body.php");
}
function neemBody() {
if (xmlHttp.readyState!=4 && xmlHttp.readyState!="complete") return false;
document.getElementById("inhoudBody").innerHTML=xmlHttp.responseText;
verwijderBuffer("neemBody");
bijLaden();
}
function bijLaden() {
fillForm();
}
function fillForm() {
for (i = 0; i < document.frm.country.length; i ++ ) {
if ( document.frm.country.options[i].value == countries_id ) {
document.frm.country.options[i].selected = true;
break;
}
}
}
function submitForm() {
if ( !check() ) return false;
var f=document.frm;
var parameters=new Array("nickname="+f.nickname.value, "firstName="+f.firstName.value, "surname="+f.surname.value,"address1="+f.address1.value,"address2="+f.address2.value,"postalCode="+f.postalCode.value, "city="+f.city.value, "countries_id="+f.country.value, "telCountryCode="+f.telCountryCode.value, "telNumber="+f.telNumber.value, "email="+f.email.value, "password="+f.password.value, "logins_id="+logins_id);
voegToeBuffer("feedbackSchrijfSpeler", "schrijfSpeler.php", parameters);
}
function check(){
if(document.frm.nickname.value==""||
document.frm.firstName.value==""||
document.frm.surname.value==""||
(document.frm.address1.value=="" && document.frm.address2.value=="") ||
document.frm.postalCode.value==""||
document.frm.city.value==""||
document.frm.telCountryCode.value==""||
document.frm.telNumber.value==""||
document.frm.email.value==""||
document.frm.country.value==0||
document.frm.password.value==""||
document.frm.passwordAgain.value=="") {
document.getElementById("melding").innerHTML="
Fatal error: Call to undefined function showtext() in /home/wielersp/public_html/vueltaSpel/aanmelden/gegevensSpeler/gegevensSpeler_javascript.php on line 97