Previous Thread
Next Thread
Print Thread
Hop To
Joined: Apr 2011
Posts: 31
S
newbie
newbie
S Offline
Joined: Apr 2011
Posts: 31
We recently uploaded a java/css script yesterday for our banners and today I personally lost several PM's and one of our members tried to login but he is receiving "user does not exist in the database" error. His post are still on the board but his user name does not appear.

Any suggestions?

Thought I would try here before opening a service ticket.

Joined: Jun 2006
Posts: 1,344
G
veteran
veteran
G Offline
Joined: Jun 2006
Posts: 1,344
I would first remove the java/css script first. Than check the database to see if his name is in fact gone. Do you have backups?

Joined: Jun 2006
Posts: 81
M
member
member
M Offline
Joined: Jun 2006
Posts: 81
Ouch.

Agree. Dump whatever you just instituted.

I am very curious as to exactly what "java/css" script you refer to. No way I'd trust anything that interfered with your database.

Care to provide more detail?

Joined: Apr 2011
Posts: 31
S
newbie
newbie
S Offline
Joined: Apr 2011
Posts: 31
Yeah I did a backup yesterday prior to installing the script, I will dig into the databse and see if i can find his user name.

The script is just a div container rotator for our banners. I had it up earlier this year but we lost due to a sudden change, it ran for several months with zero problems.
Code
<script type="text/javascript" src="/jquery-1.5.min.js"></script>
<script type="text/javascript" src="/jquery.rotate.js"></script>
<script type="text/javascript">
<!--
	$(document).ready(function() {
		$("#banner_container").rotate();
	});
	$(document).ready(function() {
		$("#banner_container2").rotate();
	});
	$(document).ready(function() {
		$("#banner_container3").rotate();
	});
	$(document).ready(function() {
		$("#bannertop_container").rotate();
	});
	$(document).ready(function() {
		$("#bannertop_container2").rotate();
	});
//-->
</script>
<style type="text/css">
#banner_container, #banner_container2, #banner_container3, #bannertop_container, #bannertop_container2 {
	width: 213px;
	height: 213px;
	background-color: #EEEEEE;
	overflow: hidden;
	position: relative;
	margin: 0 0 10px 0;
	border:1px solid #000;
}
#banner_container div, #banner_container2 div, #banner_container3 div, #bannertop_container div, #bannertop_container2 div {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
#banner_container img, #banner_container2 img, #banner_container3 img, #bannertop_container img, #bannertop_container2 img {
	border: 0;
}
#bannertop_container, #bannertop_container2 {
	float:left;
	margin:0 10px;
	width: 150px;
	height: 150px;
	background-color: #EEEEEE;
	overflow: hidden;
	position: relative;
	border:1px solid #000;
}
#header {
	width:971px;
	height:150px;
	margin:20px auto;
}
#logo {
	width:627px;
	height:150px;
	float:left;
	background:url(/images/****************.png) no-repeat;
}
#leaderboard {
	height:100px;
	text-align:center;
	margin:20px auto;
}
</style>

Last edited by gliderdad; 03/02/2012 6:11 PM. Reason: wrapped with code tags
Joined: Dec 2003
Posts: 6,560
Likes: 78
Joined: Dec 2003
Posts: 6,560
Likes: 78
I can't believe that a javascript like that would delete table entries in the database.Yes, It may cause a conflict. That prevents the items from appearing.As well as other errors.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
spam issues
by ECNet - 03/19/2024 11:45 PM
Looking for a forum
by azr - 03/15/2024 11:26 PM
Editing Links in Post
by Outdoorking - 03/15/2024 9:31 AM
Question on barkrowler and the like
by Mors - 02/29/2024 6:51 PM
Member Permissions Help
by domspeak - 02/27/2024 6:31 PM
Who's Online Now
0 members (), 744 guests, and 147 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)