tagshout beta for phpnuke 8
Trick
1.close tiny mce because this can conflict with shouting (there is no security ,only can't post)
2.look at /modules/tagshout/data ,You need protected directory so has to enable .htaccess because people can get through this and can read sensitive data.
3.Thanks to data/*.xml ,you can easily add blocked IP ,blocked words (and some script to exploit) Thanks to xmlhttprequest so cross domain scrip_t can not be run here ,and this is text base ,so there should be no SQL injections vulnerabilities.
you can download at downloads in old site
Any requests or questions can post in forums
MiniFAQ
1.Change the width of box ,change in ajaxtab.css
2.Change color for dark background ,change the image in includes file
3.Want a database driven shoutbox...have to wait
4.Want to block URL or scri_t posting ..,have to put in modules/tagshout/data/*.xml
More ? Fell free to ask in forums
Readme file ///-------------------------------------
Tagshout 1.0 alpha - ajax shout with ajaxtab module and block for phpNUKE7.9-------------------------------------////
//This scripts is an advance using of Ajax (Asynchronous javascript with XML) which is now very popular in web2.0 concept ,using of java and xmlhttp so you don't //need to refresh the browser , communication between browser and server is very smooth and impressive.
//The scripts derived from smiletag-beta (auther site http://www.smiletag.com seems to be down and sold ,there was no other support now) and plus using of //Ajaxtab scripts from http://www.dynamicdrive.com merge together ,plus Fade -anything (FAT) visual exciter,so make the user impressive and come back.
Beta version
1. add image verification code
/*alpha 1.0 alpha version -5/4/2007- by www.doctornuke.com
1.using of xml text ,no database
2.word censors included
3.use of ajaxtab and xmlhttp
4.no admin panel
5.block included
///-------------------------------------
/*
Readme--------------------------
installation
1.uploads these file in /html
/includes/*
/includes/custom_files/*
/modules/*
/blocks/*
2.change permission of /modules/tagshout/data/messages.xml to 666 for linux server (this is a text file to store message)
3.config file is in /modules/tagshout/data/ you can set ban-list ,badword list ,smilies and some configurations there (how many lines,messagetexts etc.)
4.in admin.php activate tagshout module and use.
TODO. many things in the next version
1.use of database
2.admin control of config,censors.
3.smilies control,and botton
4.international language pack for UTF8(as of now only English and Thai )