Author |
Message |
13/01/2003 04:27:15
|
simply
Newbie
Joined: 13/01/2003 04:20:31
Messages: 1
Offline
|
I have an existing book. I want to stop future posts from entering in a URL. It is generating too much spam of the adult kind for my family web site. How do I do this?
Thanks
Joe
|
|
04/07/2004 10:30:01
|
Anonymous
|
I had this problem for ages and have adopted a different approach
LET THEM POST !!!
but then do what i did
open template
entry.php
find
$URL
and remove it
now the link to the URL is no longer displayed
Not the ideal solution but it works
|
|
04/07/2004 11:14:11
|
Anonymous
|
Just been experimenting more and have found the code for the entry in the first place
open Template
form.php
find and delete
<tr bgcolor="$VARS[tb_color_1]">
<td width="25%" class="font1"><img src="$GB_PG[base_url]/img/home.gif" width="16" height="16"> $LANG[FormUrl]:</td>
<td><input type="text" name="gb_url" size="42" value="http://" maxlength="45"></td>
</tr>
no more URL entries !!
|
|
04/07/2004 17:34:11
|
JTD
Graduate
Joined: 08/05/2004 21:52:50
Messages: 529
Location: Arkansas
Offline
|
cool works great. I just tried it.
|
LINK-> Use Lazarus Guestbook |
|
04/07/2004 17:45:57
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
Anonymous wrote:Just been experimenting more and have found the code for the entry in the first place
open Template
form.php
find and delete
<tr bgcolor="$VARS[tb_color_1]">
<td width="25%" class="font1"><img src="$GB_PG[base_url]/img/home.gif" width="16" height="16"> $LANG[FormUrl]:</td>
<td><input type="text" name="gb_url" size="42" value="http://" maxlength="45"></td>
</tr>
no more URL entries !!
it would be better to comment it out in case you ever needed it to be put back in.
Or at least make a backup of the old one just in case.
- Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
04/07/2004 17:50:51
|
Anonymous
|
JTD wrote:cool works great. I just tried it.
|
|
04/07/2004 18:47:09
|
JTD
Graduate
Joined: 08/05/2004 21:52:50
Messages: 529
Location: Arkansas
Offline
|
Auron wrote:
it would be better to comment it out in case you ever needed it to be put back in.
Or at least make a backup of the old one just in case. Auron
I myself backup my whole server on a daily base's.
|
LINK-> Use Lazarus Guestbook |
|
12/07/2004 02:51:10
|
lcars
Beginner
Joined: 02/07/2004 16:42:18
Messages: 6
Location: USA
Offline
|
Works great! Thanks for the hookup. Wish I had made a backup copy of the server before the hackers hacked my guestbook (v2.2). Lessened learned. Now we's running 2.3.1
|
|
12/07/2004 02:54:45
|
JTD
Graduate
Joined: 08/05/2004 21:52:50
Messages: 529
Location: Arkansas
Offline
|
lcars wrote:Works great! Thanks for the hookup. Wish I had made a backup copy of the server before the hackers hacked my guestbook (v2.2). Lessened learned. Now we's running 2.3.1
Here ya go hack mine. Here is the exploit just incase you dont know it. 'a'='a www.ravenprom.org/guestbook/admin.php/
|
LINK-> Use Lazarus Guestbook |
|
12/07/2004 03:43:16
|
lcars
Beginner
Joined: 02/07/2004 16:42:18
Messages: 6
Location: USA
Offline
|
well since you might still be online, I need to change my background colors, but can't remember the file. Can you help me?
|
|
12/07/2004 03:54:31
|
lcars
Beginner
Joined: 02/07/2004 16:42:18
Messages: 6
Location: USA
Offline
|
JTD wrote:
lcars wrote:Here ya go hack mine. Here is the exploit just incase you dont know it. 'a'='a www.ravenprom.org/guestbook/admin.php/
nice statement, but that's not the way they're hacking. They are changing the files in the guestbook directory (i.e. ftp.yoursite.com/guestbook)
|
|
12/07/2004 15:29:42
|
JTD
Graduate
Joined: 08/05/2004 21:52:50
Messages: 529
Location: Arkansas
Offline
|
Yes it is the way they are hacking. If you have GB 2.2 I can change anyfile in it from your admin section.
|
LINK-> Use Lazarus Guestbook |
|
13/07/2004 01:49:43
|
lcars
Beginner
Joined: 02/07/2004 16:42:18
Messages: 6
Location: USA
Offline
|
Ah....now that all makes sense.
|
|
12/08/2004 18:18:19
|
Anonymous
|
Anonymous wrote:Just been experimenting more and have found the code for the entry in the first place
open Template
form.php
find and delete
<tr bgcolor="$VARS[tb_color_1]">
<td width="25%" class="font1"><img src="$GB_PG[base_url]/img/home.gif" width="16" height="16"> $LANG[FormUrl]:</td>
<td><input type="text" name="gb_url" size="42" value="http://" maxlength="45"></td>
</tr>
no more URL entries !!
OK Well the above suggestion of mine did work for a while now i need an explanation
There is no way for someone to enter the URL ont the sign guestbook form and no way of displaying it , so how am i getting URL entered? they must either go straight to the database or be using their own form
Have had 4 URLS appear
http://www.gifs-clipart-smiley.de
http://www.sms-sprueche.de.be
http://www.fun-spass-game.de.ms
http://www.mega-spass.com
Have seen these before, ok my guests dont see them but its a pain, the only thing i can think of now is find all references to the URL field in the database and comment out, also then delete the field itself, or just rename it in the table and files
Best suggestions please
|
|
12/08/2004 18:26:25
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
Isn't there like gb code so that they can put images in their posts?
I think there was a problem with the gb that it some how allowed
links or javascript or something. I think there was a post about it
from Jared a long time ago.
_ Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
|