All the sources codespage 72
PHP
March 06, 2014 pm31 23:23
#93
} else {
$errmsg='An unknown error occured.';
}
$errmsg='The passwords you entered do not match';
} else {
$errmsg='Password has to be at least 8 characters long.';
}
} else {
$errmsg='The email you entered is already in our database.';
}
} else {
$errmsg='Please enter your email address.';
}
} else {
$errmsg='Please enter your first name and your last name.';
}
} else {
(...)
JavaScript
March 06, 2014 pm31 23:20
#91
window.setTimeout(function() {
$('#preloader_navigation_instructions_2')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_1')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_3')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_2')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_4')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_3')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_5')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_4')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_6')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_5')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_7')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_6')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_8')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_7')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_9')
.animate({
opacity: 1
}, 400);
$('#preloader_navigation_instructions_8')
.animate({
opacity: 0
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_9')
.animate({
opacity: 1
}, 400, function() {
window.setTimeout(function() {
$('#preloader_navigation_instructions_9')
.animate({
opacity: 0
}, 400);
preloaderInstructionsEnded();
}, 600);
});
}, 600);
})
}, 600);
})
}, 600);
})
}, 600);
})
}, 600);
})
}, 600);
})
}, 600);
})
}, 600);
})
}, 1000);
JavaScript
March 06, 2014 pm31 23:20
#90
x = 5;
$(this).oneTime(500, function() {
x = 5;
});