Distant Lands
There are 0 players online. (hover for list)
 * Register
It is currently Sun Apr 20, 2025 10:07 am

All times are UTC - 5 hours




Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: Update 7/30/07
PostPosted: Mon Jul 30, 2007 5:19 pm 
Offline
Administrator
Administrator
User avatar

Joined: Fri Aug 19, 2005 11:37 pm
Posts: 220
Location: New Orleans, LA
[ Nominate for medal ]

Medals: 1
GM of the Month (1)
I've converted the website to use PHP instead of static HTML. While that probably doesn't mean much to most people, it means a lot to me! Now I'll be able to edit things like the menus that are common across all of the pages of the site.

You'll now notice that when you hover over one of the links on the "Main Menu" box, it will lead to pages such as "index.php" and "art.php". The same content is still displayed, but it's just managed differently from the back-end.

Also, on every page (except in the forums) you'l see the "recent posts" box underneath the "Main Menu" box. Thank Nezmar for writing the code for the recent post box :)

I'll be updating pictures, art and other stuff soon - I just wanted to get the HTML to PHP conversion completed first :)

_________________
"If everybody is thinking alike then somebody isn't thinking."
--General George S. Patton


Top
 Profile  
 
 Post subject:
PostPosted: Sat Aug 04, 2007 10:00 am 
Offline
Builder
Builder
User avatar

Joined: Wed Aug 31, 2005 12:59 pm
Posts: 38
Location: Toronto, Canada
[ Nominate for medal ]
Should the recent posts box be showing 'staff only' posts to everyone? I posted in the Builders area and it's showing.

_________________
**Hana**


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 07, 2007 9:51 pm 
Offline
Administrator
Administrator
User avatar

Joined: Fri Aug 19, 2005 11:37 pm
Posts: 220
Location: New Orleans, LA
[ Nominate for medal ]

Medals: 1
GM of the Month (1)
I suppose it's OK, but only staff can actually read those posts.

_________________
"If everybody is thinking alike then somebody isn't thinking."
--General George S. Patton


Top
 Profile  
 
 Post subject:
PostPosted: Mon Aug 13, 2007 4:47 pm 
Offline
Builder
Builder
User avatar

Joined: Wed Aug 31, 2005 12:59 pm
Posts: 38
Location: Toronto, Canada
[ Nominate for medal ]
Is it just me suddenly noticing, or are there alot more spambots posting here now that it's converted? :shock:

_________________
**Hana**


Top
 Profile  
 
 Post subject:
PostPosted: Tue Aug 14, 2007 12:59 am 
Offline
Implementor
Implementor

Joined: Sat Aug 20, 2005 12:34 am
Posts: 92
Location: State of Insanity
[ Nominate for medal ]
Hanaisse wrote:
Is it just me suddenly noticing, or are there alot more spambots posting here now that it's converted? :shock:


I've only seen one "post" in many months. I see a lot of names created, which I spend a lot of time deleting daily, but not any more now then before.

_________________
Regards,
Myrrima ~ Distant Lands Administration
Now go vote!!
--Life is too short to be uptight. Either find your sense of humor and enjoy it
or get over it and go away.


Top
 Profile E-mail  
 
 Post subject:
PostPosted: Wed Aug 15, 2007 10:20 pm 
Offline
Administrator
Administrator
User avatar

Joined: Fri Aug 19, 2005 11:37 pm
Posts: 220
Location: New Orleans, LA
[ Nominate for medal ]

Medals: 1
GM of the Month (1)
If you can get the IP address of the spam bots, I'll see about banning the IPs or ranges if they're close enough together.

Actually, I think you can do that too.. just get the IP address and go into the admin panel and ban it. I've done that with a couple already.

_________________
"If everybody is thinking alike then somebody isn't thinking."
--General George S. Patton


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 16, 2007 12:06 am 
Offline
Implementor
Implementor

Joined: Sat Aug 20, 2005 12:34 am
Posts: 92
Location: State of Insanity
[ Nominate for medal ]
Vulsin wrote:
If you can get the IP address of the spam bots, I'll see about banning the IPs or ranges if they're close enough together.

Actually, I think you can do that too.. just get the IP address and go into the admin panel and ban it. I've done that with a couple already.


Tell me how to get the IP from just them creating a name but not posting and I'm all over banning them. The few that did post I added to the ban list successfully. :)

_________________
Regards,
Myrrima ~ Distant Lands Administration
Now go vote!!
--Life is too short to be uptight. Either find your sense of humor and enjoy it
or get over it and go away.


Top
 Profile E-mail  
 
 Post subject:
PostPosted: Thu Aug 16, 2007 5:10 pm 
Offline
Implementor
Implementor

Joined: Mon Aug 29, 2005 7:50 pm
Posts: 302
Location: Florida
[ Nominate for medal ]
Banning individual IP addresses isn't very effective. These are usually from computers that have been compromised with a trojan or some proxy network, they use them for a little while and then move on to another. Vulsin CAN effectively ban them -- just like I do. Get their IP address and go to http://ws.arin.net/whois and type/paste it in. Look under CIDR to get their network IP address and associated network mask in CIDR notation. It will be something like 10.0.0.0/8. Add this address into the .htaccess file in the forums directory with the others I've put in like so:

Deny from 10.0.0.0/8

From that point on, nobody from this entire IP network can access the forums. Naturally if this cuts off players, we'll want to adjust it some... if you have questions let me know, I do know a thing or two about IP networking. 8)

Best regards,

--Nezmar


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 16, 2007 5:15 pm 
Offline
Implementor
Implementor

Joined: Mon Aug 29, 2005 7:50 pm
Posts: 302
Location: Florida
[ Nominate for medal ]
Oh, I forgot about the other major NICs... you might also need to check:

http://www.apnic.net/whois

http://www.ripe.net/whois

These are for Asia Pacific and Europe... ARIN will refer you to them if the space is managed elsewhere.


Top
 Profile  
 
 Post subject:
PostPosted: Thu Aug 16, 2007 8:50 pm 
Offline
Implementor
Implementor

Joined: Sat Aug 20, 2005 12:34 am
Posts: 92
Location: State of Insanity
[ Nominate for medal ]
Maybe I'm just too simple.

I do not understand how to obtain the IP from them simply making a name here. When you click on Members, it lists names... and they list web sites, usually either selling things, but sometimes they are extremely unacceptable web sites they advertise.

Next round of names that gets created, I'll just leave. Maybe it can be explained to me how to get the IP from them.

*shrug*

_________________
Regards,
Myrrima ~ Distant Lands Administration
Now go vote!!
--Life is too short to be uptight. Either find your sense of humor and enjoy it
or get over it and go away.


Top
 Profile E-mail  
 
 Post subject:
PostPosted: Fri Aug 17, 2007 4:44 pm 
Offline
Implementor
Implementor

Joined: Mon Aug 29, 2005 7:50 pm
Posts: 302
Location: Florida
[ Nominate for medal ]
As far as I know, there isn't an easy way to get their IP when they only create an account and don't post anything. Again, I think Vulsin has access to get it -- it is logged by the web server. Generally though, if they don't post anything, do we really care if they create a bogus account? Any thoughts?

Best regards,

--Nezmar


Top
 Profile  
 
 Post subject:
PostPosted: Fri Aug 17, 2007 10:18 pm 
Offline
Builder
Builder
User avatar

Joined: Wed Aug 31, 2005 12:59 pm
Posts: 38
Location: Toronto, Canada
[ Nominate for medal ]
Personally, if they aren't posting, I don't care.

My concern was the ones that get through and do post (and I've seen more than one lately).

Vulsin, is there not a way to stop them up front? I'm a member of a number of forums that prevent this, so there must be. Do we do image verification?

_________________
**Hana**


Top
 Profile  
 
 Post subject:
PostPosted: Mon Aug 20, 2007 9:11 pm 
Offline
Administrator
Administrator
User avatar

Joined: Fri Aug 19, 2005 11:37 pm
Posts: 220
Location: New Orleans, LA
[ Nominate for medal ]

Medals: 1
GM of the Month (1)
The captchas (or image verification) things aren't 100% effective, but they are definitely something to consider. I'll look into if PHPBB (the forum system we use) has support for captchas. If they do, then I'll add that as part of the account creation process.

Like I said, it's not 100% effective, but it will slow them down.

_________________
"If everybody is thinking alike then somebody isn't thinking."
--General George S. Patton


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Forum design by .
DHTML Menu By Milonic JavaScript
Forum icons by www.chaosburnt.com © 1995-2007 ChaosBurnt
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group