Author |
Message |
|
Not enough information for me to be able to help. Does it show up when you type a password? What script are you running.
|
 |
|
some body knows this?
|
 |
|
*BUMP*
|
 |
|
I'm thinking it is a relative path problem somewhere in the script that only impacts some guestbook set-ups but not all.
|
 |
|
Did you do a search on this forum for your question?
|
 |
|
My administrator's panel seems to work fine, but when I go to the polls page I get:
Poll ID 1 does not exist. Poll ID 2 does not exist.
along with a lot of scattered HTML. Can anyone help?
Thanksin advance,
Steve
|
 |
|
naber lowwwwwwwwww
|
 |
|
Nobody nows? If you don't understand so look at the Advanced poll, and see if you can find a blue bar over the vote.
|
 |
|
OK, I changed the password. How do I keep this from being hacked again?
|
 |
|
How do you log in using the exploit?
|
 |
|
I dont know if the hacker changed the password or what, but I can't get in.
Sorry.
|
 |
|
Can someone tell me what the default username and password is?
Thanks.
|
 |
|
Thanks!
|
 |
|
Please help.
Someone hacked our message board from Turkey and I don't know how to get it back.
Any help would be extremely appreciated.
Here's the link. http://www.mariettafirst.org/guest/
|
 |
|
My problem is similar to the one of many, I am able to install the script, but it only shows me the title Access Stats 1.12 and the blue-green bar. Anything of statistical neither logfiles, the rest of the page in white.
Notice: I had to add -w to the route of Perl to see the log.gif
My files are in
/logstat/gif
/logstat/logfiles
log.pl, stat.pl and ip.log are in
/cgi-bin
My log.pl:
Code:
# url to the image file
$output = "http://www.domain.com/logstat/log.gif";
# path to the log files from the server root without trailing "/" (chmoded to 777 (drwxrwxrwx))
$base_dir = "http://www.domain.com/logstat/logfiles";
My stat.pl:
Code:
# url to script
$cgiurl = "http://www.domain.com/cgi-bin/stat.pl";
# url to the image files without trailing "/"
$gif_url = "http://www.domain.com/logstat/gif";
# path to the log files from the server root without trailing "/" (chmoded to 777 (drwxrwxrwx))
$base_dir = "http://www.domain.com/logstat/logfiles";
# url to the log files without trailing "/"
$log_url = "http://www.domain.com/logstat/logfiles";
The code in my html-file:
Code:
</head>
<script language="JavaScript">
<!--
document.write("<img src=\"http://www.domain.com/cgi-bin/log.pl?ref="+top.document.referrer+"\" width=16 height=16 border=0>");
//-->
</script>
<noscript>
<img src="http://www.domain.com/cgi-bin/log.pl?ref=noscript" width=16 height=16 border=0>
</noscript>
<body>
Thanks
Dieter.
|
 |
|