yeh can i please have an accout.
-EDIT OMG ITS A COPY OF KPRC2 wid better feture :D yay LOL
User: demop
pass: demo
User: bob
Pass: bob
user: im a **** head
pass: imsure
Printable View
yeh can i please have an accout.
-EDIT OMG ITS A COPY OF KPRC2 wid better feture :D yay LOL
User: demop
pass: demo
User: bob
Pass: bob
user: im a **** head
pass: imsure
Hmm, the AJAX seems like a little more unstable version of Kristall-Panel, sorry I don't want to compare the two but they are looking very similar. Why don't you get the Kristall-Panel source and just improve on it and release your own version? I'm sure it'll turn out much better that way then making one with pretty much the same features ? :)
AJAX = There isn't any AJAX?..lmao. I havn't coded any AJAX features yet ¬.¬Quote:
Hmm, the AJAX seems like a little more unstable version of Kristall-Panel, sorry I don't want to compare the two but they are looking very similar. Why don't you get the Kristall-Panel source and just improve on it and release your own version? I'm sure it'll turn out much better that way then making one with pretty much the same features ?
Sorry to be rude but for your second idea, **** no :)
I call your bluff.HTML Code:<script type="text/javascript" language="javascript">
var xmlHttp
function GetXmlHttpObject(){
var objXMLHttp=null
if (window.XMLHttpRequest){
objXMLHttp=new XMLHttpRequest()
}else if (window.ActiveXObject){
objXMLHttp=new ActiveXObject("Microsoft.XMLHTTP")
}
return objXMLHttp
}
function GetSlots(day){
xmlHttp=GetXmlHttpObject()
if (xmlHttp==null){
alert ("Browser does not support HTTP Request")
return
}
var url="timetable/time.php?day="+day
xmlHttp.open("GET",url,true)
xmlHttp.onreadystatechange = function () {
if (xmlHttp.readyState == 4) {
document.getElementById("timetable").innerHTML = xmlHttp.responseText;
}
};
xmlHttp.send(null);
}
function saveData(time, time2, day){
xmlHttp=GetXmlHttpObject()
if (xmlHttp==null){
alert ("Browser does not support HTTP Request")
return
}
xmlHttp.open('POST', 'time.php');
xmlHttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
xmlHttp.send('?action=book&slot=' + time2 + '&day=' + day);
document.getElementById(time).innerHTML = "<b>Booking....</b>"
}
</script>
That shouldn't be allowed to be called code. It barely works at the moment thus why I said there really isn't any (working) ajax code.Quote:
<script type="text/javascript" language="javascript">
var xmlHttp
function GetXmlHttpObject(){
var objXMLHttp=null
if (window.XMLHttpRequest){
objXMLHttp=new XMLHttpRequest()
}else if (window.ActiveXObject){
objXMLHttp=new ActiveXObject("Microsoft.XMLHTTP")
}
return objXMLHttp
}
function GetSlots(day){
xmlHttp=GetXmlHttpObject()
if (xmlHttp==null){
alert ("Browser does not support HTTP Request")
return
}
var url="timetable/time.php?day="+day
xmlHttp.open("GET",url,true)
xmlHttp.onreadystatechange = function () {
if (xmlHttp.readyState == 4) {
document.getElementById("timetable").innerHTML = xmlHttp.responseText;
}
};
xmlHttp.send(null);
}
function saveData(time, time2, day){
xmlHttp=GetXmlHttpObject()
if (xmlHttp==null){
alert ("Browser does not support HTTP Request")
return
}
xmlHttp.open('POST', 'time.php');
xmlHttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
xmlHttp.send('?action=book&slot=' + time2 + '&day=' + day);
document.getElementById(time).innerHTML = "<b>Booking....</b>"
}
</script>
Heres Loads Of Acounts
U: Dj1
P: Dj1
U: HXF
P: HXF
U: H
P: H
U: X
P: X
U: F
P: F
U:TDj
P:TDj
Sorry to bump but its easier than making a whole new thread, is it not? [:
Anyways, I thought I wasn't going to do this, but meh.
POWERpanel BETA 0.1 is almost near completion, so I'm going to pick some random site's to test it on :)
If you want to nominate your site to be a beta tester, then pls post!
xo.
mine like www.carlstac.com ;loool
Easy to "hack" ;)
PIN Code was simple but good system mate. I actually love it :P
So many features, text colour is a bit too light for my liking but we all have different tastes.