We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
OMG Admins Help :X; database error or me?
Topic Started: May 24 2004, 10:08 PM (508 Views)
DeathRayge
Member
[ * ]


Ok, on my forums http://s7.invisionfree.com/NariaMU/index.php (page viewed 1024 x 768), people can't register because the register page has a "Security Code Configuration" which I didn't put...

I had 4 people register, including myself, manually and we never ran into the Security Code Configuration. And it was nice and dandy until some of my other friends tried joining and mentioned that there was a Security Code Configuration (with no box underneath to type it in) that was stopping them from registering.

as seen here: http://s7.invisionfree.com/NariaMU/index.php?act=Reg&CODE=00

I haven't changed one thing since the 2nd person joined, which was my brother. I'm getting mad >_< lolz. I don't know what I did wrong or the database to create this problem!

Can anyone help me with this?
I appreciate it, and btw, InvisionFree r0x!

Thanks,
-Rayge
Offline Profile Quote Post Goto Top
 
Aka Tolken
I'm a valued number.
[ *  *  *  *  * ]
Why don't they just type in the code?
Offline Profile Quote Post Goto Top
 
DeathRayge
Member
[ * ]
Thats where the problem is :lol:

There is no textbox to put the code in...

...and I didn't add the Security Code Configuration in either...

When four of my friends and I registered, there was no Security Code Configuration, and my other friends just told me that they were having problems registering, so I checked it.

Quite surprised, I found that problem in my registration...

I hadn't added that (dont know if its possible to add) or edited anything since the first of my friends registered.



:unsure:



any way to get rid of it?
Offline Profile Quote Post Goto Top
 
Brandon
Member Avatar


It will automatically appear where it feels the volume of registers is high enough a bot could be flooding. You most likely have an html error in your skin if the box is not visible.
Offline Profile Quote Post Goto Top
 
DeathRayge
Member
[ * ]
:no:

Grr...

why did this have to happen now.......

It was fine b4

:angry:



and do you have an idea where the error might be in the skin that causes the textbox not to show? i hadn't put any scripts/codes that alters that to my knowlege.
Offline Profile Quote Post Goto Top
 
DeathRayge
Member
[ * ]
fixed
Offline Profile Quote Post Goto Top
 
DeathRayge
Member
[ * ]
Well, I found the problem...

<script type='text/javascript'>
<!--
// Remove space between categories
// code by ticlo
// http://s4.invisionfree.com/Digitalized/
function removeBlankForumRow(where) {
tbs = where.getElementsByTagName('TABLE')
if (tbs.length) {
tb = tbs[tbs.length -1]
tb.rows[tb.rows.length -1].style.display = 'none'
}}
e = document.getElementsByTagName('DIV')
for (n = 0; n < e.length; n++) {
if (e[n].className == 'tableborder'){
f = true
for (el = e[n].nextSibling; el && el.nodeName != 'DIV'; el = el.nextSibling) {
if (!((el.nodeName == '#text' && el.nodeValue.match(/(^\s+$)|(^$)/)) || (el.nodeName == 'BR'))) {
f = false
break
}}
if (f && el && el.className == 'tableborder') {
lastTbl = el
for (el = el.previousSibling; el != e[n]; el = el.previousSibling) {
if (el.style) el.style.display = 'none'
}
removeBlankForumRow(e[n])
}}}
if (lastTbl) removeBlankForumRow(lastTbl)
// -->
</script>





caused the textbox to collapse :lol:
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · zIFBoards Discussion · Next Topic »
Add Reply