preCharge Certified Payments
 

Go Back   Chargeback Forum > eCommerce Development > Development

Development Web Design, Graphics, Programming, Databases, Site Security and more.

Reply
 
LinkBack Thread Tools Display Modes
Old 03-20-2007   #1 (permalink)
tommy
Member
 
Join Date: Mar 2007
Posts: 56
Rep Power: 2 tommy is on a distinguished road
Default Forum secure

I just created a forum and I am looking for ways to make it more secure.
I have used SMF which I think is better than Phpbb.
Any other suggestions.
tommy is offline   Reply With Quote
Old 03-24-2007   #2 (permalink)
backslash
Junior Member
 
Join Date: Mar 2007
Posts: 24
Rep Power: 0 backslash is on a distinguished road
Default

I think that you have started well by using SMF instead of phpbb.
You should always try to keep up to date with the security updates and find a good host for your forum.
backslash is offline   Reply With Quote
Old 04-07-2007   #3 (permalink)
ltjman22
Senior Member
 
Join Date: Apr 2007
Posts: 409
Rep Power: 0 ltjman22 is an unknown quantity at this point
Default

You need to read other forums about the software, they will tell you what you need to know to make your forum secure enough for business!
__________________

Myfishsite Fishing Forums!
ltjman22 is offline   Reply With Quote
Old 10-16-2007   #4 (permalink)
Jerlene
Senior Member
 
Jerlene's Avatar
 
Join Date: Mar 2007
Posts: 1,237
Rep Power: 3 Jerlene is on a distinguished road
Send a message via AIM to Jerlene Send a message via MSN to Jerlene Send a message via Yahoo to Jerlene
Default

Make sure the captcha is enabled and require email activation.
__________________
Jerlene | Smoke Site
Jerlene is offline   Reply With Quote
Old 10-31-2007   #5 (permalink)
JoniMontana
Junior Member
 
Join Date: Oct 2007
Posts: 20
Rep Power: 0 JoniMontana is on a distinguished road
Default

Install updates and add this script:

Quote:
<?php
// Basic code , JoniMontana.
$array1 = array("select","insert","drop");
$string = $_SERVER['query_string'];

foreach ($array1 as $x)
{
if (stristr($x,$string) AND stristr("where",$string))
{
header("Location: index.php");
}
}
?>
put it on your main index.php file. thats help agienst scriptkids who try to inject sql tought addr...
JoniMontana is offline   Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Favorite forum software njoker555 Development 19 02-25-2008 02:29 PM
Forum Frauds smarty Forum Fraud 22 11-10-2007 04:47 PM
Is your password secure? redcow General Discussions 8 10-25-2007 04:50 AM
copy of the DP forum swapnil90 General Discussions 14 08-05-2007 12:26 AM
Best forum hosting website swapnil90 Development 5 03-16-2007 09:55 AM

 
 
 


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52