CodeIgniter Forums
codeigniter Support Forum Ticket System - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Spotlight (https://forum.codeigniter.com/forumdisplay.php?fid=16)
+--- Thread: codeigniter Support Forum Ticket System (/showthread.php?tid=66052)



codeigniter Support Forum Ticket System - lancet - 08-29-2016

Hey, everyone I am building a website  using codeigniter still have some way to go but looking for some people to test it and report bugs. 
its a Forum and  Ticket System in one.

Welcome to share feedback its something simple but will grow over time 

you can join here http://www.sftsystem.com/user/login and i'll change  your staus from user to admin after if you ask

Thank you


RE: codeigniter Support Forum Ticket System - albertleao - 08-29-2016

Can you provide us with a demo login?


RE: codeigniter Support Forum Ticket System - lancet - 08-29-2016

username : user1
password : password1


RE: codeigniter Support Forum Ticket System - lancet - 08-29-2016

admin: admin1
password: password1


RE: codeigniter Support Forum Ticket System - albertleao - 08-29-2016

I really like the layout! Smile


RE: codeigniter Support Forum Ticket System - lancet - 08-29-2016

(08-29-2016, 08:17 PM)albertleao Wrote: I really like the layout! Smile

Thank you


RE: codeigniter Support Forum Ticket System - PaulD - 08-29-2016

Atlanti is a template is it not?

Also I posted on a ticket name this:

PHP Code:
<script>alert("hi")</script

And the alerts duly popped up. You need to use xss_clean on output.


RE: codeigniter Support Forum Ticket System - Kel_Novi - 09-20-2016

Hi! when i add post with script alert it popped out in My Post. if you're using $_POST['blah'] to get POST values better avoid it. use codeigniter $this->input->post feature. BTW nice dashboard/work keep it up