Hi,
Is there anything simliar or like a form for banning.
Like a form that gets filled in on the website. The info is entered into the database.
Thanks!
- shyra posted »MenuTree Mystery« 19:50h
- dks answered »include a file« 18:22h
- dks answered ».764 -> 1.1.1, Can't add new blocks« 17:33h
- craigh posted »PostCalendar 5.5.0RC1 needs testers and translators« 17:24h
- bartl answered »Upgrading 1.0.2 --> 1.1.1« 15:02h
- Charlie-otb answered »SafeHTML output filter and youtube« 10:02h
- dl7und answered »Adding an "About Us" page« 03:34h
Login
DB For banning
-
-
- Rank: Freshman
- Registered: 23.11.03
- last visit: 23.02.04
- Posts: 47
Ok let me try to explain abit more.
This module can only be accessed by Certain people, and there is basically 2 pages.
1 is a form, where info is instered into DB. The other shows the info!
All info is deleteable editable.
Info can be for e.g:
OFP Name, OFP Squad, OFP ID, Ban Reason, Extra Comments! -
- Rank: Professional
- Registered: 12.07.03
- last visit: 30.03.07
- Posts: 667
IPBan is the only banning tool I know of. It costs money, barely works and does not do any of what you want...
There is such a script for phpBB so if you had the PNphpBB module then you could ban them in the PNphpBB admin and insert code to make a PNphpBB user session (a few lines of code) which will keep them banned from that page. In fact, you could probably add it in a left block to keep them totally banned. -
- Rank: Helper
- Registered: 22.12.02
- last visit: 26.12.05
- Posts: 115
not too sure what you are trying to achieve here Phil , Are you looking to ban specific IP addresses permanently? If so .htaccess works and is easy to setup also of course free BUT it is only going to work if the person you are banning has a static IP address (unless you ban the whole of that range of IP addresses)
I saw something recently in perl that used cookies so that might work -I will attempt to find it for you.
evesham
--
not just a WebSite BUT an Amazing WebSite
http://www.our-evesham.co.uk
http://www.mr-webcam.co.uk
http://www.astrochat.co.uk -
- Rank: Freshman
- Registered: 23.11.03
- last visit: 23.02.04
- Posts: 47
No.. I know i am stupid at explaining!
Ok
basically i am looking for a module that stores information. That information is who and why someone got banned. Not on the website, somewhere else. Basically i need a module that connects to database, and has 2 pages, input and output of information.
Sorry! -
- Rank: Freshman
- Registered: 23.11.03
- last visit: 23.02.04
- Posts: 47
I try to explain even more:
Right, i have a site: www.icl-cti.tk and i want to create a DB, for entering info about baned people on our gameserver, and basically, i need 2 pages. 1 Page will be a Form, where you enter the info of the banned person, and the second where all the info is displayed in a table.
Created this Database:
CREATE TABLE `ofp_bans` (
`id` int(4) NOT NULL auto_increment,
`ofp_id` int(7) NOT NULL default '0',
`ofp_name` varchar(100) NOT NULL default '',
`ban_reason` varchar(200) NOT NULL default '',
`clan` varchar(100) default '',
`comments` text,
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;
Any Help Appriciated! -
- Rank: Freshman
- Registered: 23.11.03
- last visit: 23.02.04
- Posts: 47
- Moderated by :
- Support
