PDA

View Full Version : [WIP] BETA TEST



Florx
29-04-2007, 07:31 PM
Against my better judgement I have for some RANDOM reason decided to release my usersystem to the public for BETA testing!

WOO

http://www.habblio.com/usertest

So if you would like to try it out go to the link above ^ and have a click at all the buttons.

I coded most of it apart from some of the private messages bits cause i got bored and wanted it finished asap. LOL (im really lazy)

So there you have it. Go ahead comment :eusa_danc and slate :(

Thanks,
Jake // Owner of Habblio and HabboPast

ThisNameWillDo!
29-04-2007, 07:49 PM
It's nice, +rep.

Ardrougne
29-04-2007, 07:50 PM
Very nice!

Great work.

Florx
29-04-2007, 07:53 PM
It's nice, +rep.


Very nice!

Great work.

Thanks :)

redtom
29-04-2007, 08:01 PM
Can you make my account 'tom' active I used a fake e-mail, and I carnt log out of it to re-register.

[Oli]
29-04-2007, 08:09 PM
Can you make my account 'tom' active I used a fake e-mail, and I carnt log out of it to re-register.

Same as that, but account "tester" xD
Maybe edit your topic & note that theres email activasion, or state on register page. (if its there sorry didn't see)

Splinter
29-04-2007, 08:10 PM
Did you make this from scratch.. if so then you have the basics of a good user system...

Florx
29-04-2007, 09:41 PM
Did you make this from scratch.. if so then you have the basics of a good user system...

i think it says email activation somewhere but sorry its for the forgot pass feature and updates.

yeah i did && thanks! it uses sessions which are easier and safer(?) may sell it may not dont know yet

redtom
30-04-2007, 06:25 PM
i think it says email activation somewhere but sorry its for the forgot pass feature and updates.


So will you make the accounts active for me and oil then or not?

Florx
30-04-2007, 06:41 PM
So will you make the accounts active for me and oil then or not?
Okey All accounts are now active =D

Enjoy!

redtom
30-04-2007, 06:48 PM
Any chance I could have admin for a few secs to check the stuff out.

Florx
30-04-2007, 07:50 PM
done you are admin

Verrou
01-05-2007, 04:53 AM
Maybe make an account yourself called Test or w/e or Demo and then we can use it without going through and registering etc.

MrChaz
01-05-2007, 06:28 AM
go on my account if you want to test it i guess

username: chaz
password: 12345

Aces
01-05-2007, 07:52 AM
very nice! +rep

Mr.OSH
01-05-2007, 03:16 PM
Very nice work! + rep. :D

Invent
01-05-2007, 03:57 PM
Its nice, but I would have preffered it if you could have asked before you used the JS file I compiled.

jarhead!
01-05-2007, 04:00 PM
Add a skin thing, it'll look bedtter,

but very nicely done!

Blob
01-05-2007, 04:07 PM
Its nice, but I would have preffered it if you could have asked before you used the JS file I compiled.

Well you nicked mine and Dans ajax thing off froobe :rolleyes: (PowerPod and PP)

Invent
01-05-2007, 04:08 PM
How the **** have I stole it on PP?

If you could show me where I've used it I will apologize :S

Blob
01-05-2007, 04:22 PM
How the **** have I stole it on PP?

If you could show me where I've used it I will apologize :S


var bustcachevar=1
var loadedobjects=""
var rootdomain="http://"+window.location.hostname
var bustcacheparameter=""

function dopage(url, containerid){
document.getElementById("content").innerHTML = '<div align="center"><br><font size="1" color="black" face="verdana"><b>Loading</b>...</font></div>';
var page_request = false
if (window.XMLHttpRequest)
page_request = new XMLHttpRequest()
else if (window.ActiveXObject){
try {
page_request = new ActiveXObject("Msxml2.XMLHTTP")
}
catch (e){
try{
page_request = new ActiveXObject("Microsoft.XMLHTTP")
}
catch (e){}
}
}
else
return false
page_request.onreadystatechange=function(){
loadpage(page_request, containerid)
}
if (bustcachevar)
bustcacheparameter=(url.indexOf("?")!=-1)? "&"+new Date().getTime() : "?"+new Date().getTime()
page_request.open('GET', url+bustcacheparameter, true)
page_request.send(null)
}

function loadpage(page_request, containerid){
document.getElementById("content").innerHTML = '<div align="center"><br><font size="1" color="black" face="verdana"><b>Loading</b>...</font></div>';
if (page_request.readyState == 4 && (page_request.status==200 || window.location.href.indexOf("http")==-1))
document.getElementById(containerid).innerHTML=pag e_request.responseText
}

function loadobjs(){
if (!document.getElementById)
return
for (i=0; i<arguments.length; i++){
var file=arguments[i]
var fileref=""
if (loadedobjects.indexOf(file)==-1){
if (file.indexOf(".js")!=-1){
fileref=document.createElement('script')
fileref.setAttribute("type","text/javascript");
fileref.setAttribute("src", file);
}
else if (file.indexOf(".css")!=-1){
fileref=document.createElement("link")
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", file);
}
}
if (fileref!=""){
document.getElementsByTagName("head").item(0).appendChild(fileref)
loadedobjects+=file+" "
}
}
}

function doupdate(update)
{
var title = document.getElementById('title');
title.innerHTML = update;
}

Your ajax function update thing


var bustcachevar=1
var loadedobjects=""
var rootdomain="http://"+window.location.hostname
var bustcacheparameter=""

function dopage(url, containerid){
document.getElementById("shubba").innerHTML = '<div align="center"><img src="ajax-loader.gif" border="0" /></div>';
var page_request = false
if (window.XMLHttpRequest)
page_request = new XMLHttpRequest()
else if (window.ActiveXObject){
try {
page_request = new ActiveXObject("Msxml2.XMLHTTP")
}
catch (e){
try{
page_request = new ActiveXObject("Microsoft.XMLHTTP")
}
catch (e){}
}
}
else
return false
page_request.onreadystatechange=function(){
loadpage(page_request, containerid)
}
if (bustcachevar)
bustcacheparameter=(url.indexOf("?")!=-1)? "&"+new Date().getTime() : "?"+new Date().getTime()
page_request.open('GET', url+bustcacheparameter, true)
page_request.send(null)
}

function loadpage(page_request, containerid){
document.getElementById("shubba").innerHTML = '<div align="center"><img src="ajax-loader.gif" border="0" /></div>';
if (page_request.readyState == 4 && (page_request.status==200 || window.location.href.indexOf("http")==-1))
document.getElementById(containerid).innerHTML=pag e_request.responseText
}

function loadobjs(){
if (!document.getElementById)
return
for (i=0; i<arguments.length; i++){
var file=arguments[i]
var fileref=""
if (loadedobjects.indexOf(file)==-1){
if (file.indexOf(".js")!=-1){
fileref=document.createElement('script')
fileref.setAttribute("type","text/javascript");
fileref.setAttribute("src", file);
}
else if (file.indexOf(".css")!=-1){
fileref=document.createElement("link")
fileref.setAttribute("rel", "stylesheet");
fileref.setAttribute("type", "text/css");
fileref.setAttribute("href", file);
}
}
if (fileref!=""){
document.getElementsByTagName("head").item(0).appendChild(fileref)
loadedobjects+=file+" "
}
}
}

function doupdate(update)
{
var title = document.getElementById('title');
title.innerHTML = update;
}

My update thing

Invent
01-05-2007, 04:29 PM
Ah I'll remove now, considering I'm not even using it :P

Blob
01-05-2007, 04:30 PM
Its on PowerPod though, you can use it on that if you want

Want to hide these adverts? Register an account for free!