CodeIgniter Forums
Ci sites - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Ci sites (/showthread.php?tid=29681)



Ci sites - El Forum - 04-17-2010

[eluser]Ngulo[/eluser]
hi guys....anyone have idea if i can discover if i site was built in CI?

how can i take this information?

thanks Wink


Ci sites - El Forum - 04-18-2010

[eluser]Tominator[/eluser]
You can take a look to path of images and javascript ... but there is not 100% way ...


Ci sites - El Forum - 04-18-2010

[eluser]Mareshal[/eluser]
create a random URL from the original. If siteurl is domain.com/page/14 try domain.com/page/2f34/5f345/f345 something like this and check 404 error. I found a few sites with this

http://www.bzi.ro/w4twgsd

Or check form error. submit an empty form. or paste the link here


Ci sites - El Forum - 04-18-2010

[eluser]Ngulo[/eluser]
thanks guys,i think to induce at the 404 error pages should be perfect to see this Wink