Welcome Guest, Not a member yet? Register   Sign In
Clarification of CI
#1

[eluser]usmansid[/eluser]
Hi

im new to CI and just when I was dipping my hands into modifying a script built on CI i was told by someone that sites built on CI are encrypted or compiled by their creators and so ppl cannot modify them as they cannot be de-compiled/decrypted. and if i try to do any sort of modification to that script itll mess up the whole script and render it useless/buggy?

is that true?
#2

[eluser]Twisted1919[/eluser]
that person is an idiot .
#3

[eluser]TheIgniter[/eluser]
Hi there,

First of all as twisted said, he is an idiot! Try these links to learn more about this awesome framework :

Code:
http://en.wikipedia.org/wiki/CodeIgniter#CodeIgniter

http://en.wikipedia.org/wiki/Web_application_framework

http://codeigniter.com/wiki

http://ellislab.com/codeigniter/user-guide/

http://codeigniter.com/wiki/Category:Help::Tutorials

http://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-1/
#4

[eluser]pickupman[/eluser]
A creator might use ion cube or something similar to encrypt any php files. You will find tons and tons of freely posted code for CI. Even the source is hosted on open source repository for anyone to look at and submit bugs. And you should laugh really hard at the person who told you that.

PS congrats on finding CI and welcome to the boards.
#5

[eluser]usmansid[/eluser]
thanx for all the info guys

one last question i had was could you tell post a code of CI and ioncubed code so i could differentiate between them and see if i can work with the given script or build my own (which will take time)

@TheIgniter: thanks a lot for the links. CI seems easy to use! watching the tutorials right now!

again thanks a lot guys
#6

[eluser]pbreit[/eluser]
@usmansid, your friend is mis-informed. CodeIgniter and CodeIgniter apps are *NOT* encrypted in *ANY* way. No need to worry.
#7

[eluser]pickupman[/eluser]
Ion cubed code would be like opening a binary file like an image or mp3 in notepad. You wouldn't reading thing out of it. The server would also need a server module to decompile/run ion cubed code.

A little thought is if you see regular php code, but it looks messed up, you may want to use a php beautifer. It will basically rewrite line breaks after ; and properly indent the code. Some people will compress there code by eliminating all white space in the file.
#8

[eluser]usmansid[/eluser]
thanks a lot guys

cheers




Theme © iAndrew 2016 - Forum software by © MyBB