Home Forums Archives Get Help doesnt make me op Reply To: doesnt make me op

#3573
aLeSs
Participant

Quote:
I replaced my old script, although l asked if l should or not and no answer.

I’m sorry I didn’t answered your question. I didn’t saw it.
But YES, the old code you have to delete it and replace it for this one.

I also found the fauld in your code addy…
Code:


<!-- ChatRoom code created by ChattersOnline.com --> 
<script language="JavaScript" src="http://www.chattersonline.com/ads/jIRC/popupcreater2.js"></script> 
<script language="JavaScript"> 
myLogin = '<form name="ChatNow"><table width="380" border="0" 
cellspacing="0" cellpadding="0" height="60" background="http://www.chattersonline.com/ads/graphics/javachat/javachatlogin21.gif">' 
+ '<tr align="right"><td height="80"><input type="hidden" name="appbg" value="89,0,179"> 
<input type="hidden" name="chatroomident" value="jchatter">' 
+ '<input type="hidden" name="appfg" value="0,255,0"><input type="hidden" name="chan" value="<font color="blue">DogGroups II<!--color--></font>"> 
<input type="hidden" name="bodycss" value="body { background-color: #cccccc;}">' 
+ '<input type="hidden" name="webs" value="DogGroups II"> 
<input type="hidden" name="bgcolor" value="#5900B3">' 
+ '<input type="hidden" name="pagecolor" value="#cccccc"><input type="hidden" name="titlecolor" value="#00ff00">' 
+ '<input type="hidden" name="bordercolor" value="#000000"><input type="hidden" name="fonttype" value="Arial">' 
+ '<input type="hidden" name="titlesize" value="30"> 
<input type="hidden" name="homepageurl" value="<font color="blue">http://excoboard.com/exco/index.php?boardid=6718<!--color--></font>"' 
+ '<input type="hidden" name="textcolor" value="0,0,0"><input type="hidden" name="textareabg" value="255,255,255">' 
+ '<input type="hidden" name="servcmdcolor" value="255,102,0"><input type="hidden" name="serverrorcolor" value="255,0,0">' 
+ '<input type="hidden" name="usercmdcolor" value="0,0,255"><input type="hidden" name="actioncolor" value="0,153,153">' 
+ '<input type="TEXT" name="nick" size="'+inputSize2+'">&nbsp;&nbsp;<br><input type="text" name="nickpass" size="'+inputSize+'">' 
+ '&nbsp;<input type="button" value="Chat Now!" onClick="goChat();">&nbsp;&nbsp;</td></tr></table></form>' 
document.write(myLogin); 
</script> 
<!-- ChatRoom created on 02/28/02 07:50 AM. -->

The first marked blue, is because you MAY NOT have spaces. You should make it DogsGroupII
The second is because there was an > tag behind the URL. I removed it and marked it blue.
That’s why your box won’t load.
Also the Language=”Javascript” tag HAS TO BE THERE!

Greets, bless