Search found 28 matches

by phoenix-cms
Tue Oct 10, 2006 2:01 am
Forum: [3.0/Olympus] Discussion
Topic: Why not PHP 5?
Replies: 22
Views: 23736

Re: Why not PHP 5?

there is one thing i do love about php5 its security like public, protected and private vars
and the way you can write classes is so much better coding wise.

and also i do see alot of hosts going php5 soon if anyone tried the beta of cpanel it will make you update to php5 and apache 2

i use this ...
by phoenix-cms
Fri Sep 29, 2006 4:31 pm
Forum: [3.0/Olympus] Discussion
Topic: Password hashing function
Replies: 207
Views: 164425

Re: Password hashing function

the base64 part is not used for the password itself but for encoding the saltkey
hope that helps

Steve ;)
by phoenix-cms
Fri Sep 29, 2006 2:11 am
Forum: [3.0/Olympus] Discussion
Topic: Password hashing function
Replies: 207
Views: 164425

Re: Password hashing function

well since using my own encoding, and even phpbb3 is easy to pull hash data out i done it many times and even the cvs its been there for about 2 months once its final i start bug reporting but i not registered on main forum so i cant be bothered right now with that.
and my encoding class its ...
by phoenix-cms
Thu Sep 28, 2006 11:47 pm
Forum: [3.0/Olympus] Discussion
Topic: Password hashing function
Replies: 207
Views: 164425

Re: Password hashing function

i use my own encryption on phpbb2 which is basailly md5 / sha1 pending on php version installed. then use of base64 and salt so the stored hash is never the same.
and i know for a fact it would never break upgrades. and more secure in my terms becuase if someone discoved a cookie issue and gained ...
by phoenix-cms
Sun Sep 10, 2006 2:32 pm
Forum: [3.0/Olympus] Discussion
Topic: phpbb rc1 vs phpbb gold
Replies: 1
Views: 2470

phpbb rc1 vs phpbb gold

when phpbb group releases the first stable release of phpbb.
will they start offering code changes to patch files again.
becuase i aim to start submitting mods and dont like to start wipping a forum, becuase any mods i will make i will keep them running on my new site.
and with code changes we can ...
by phoenix-cms
Mon Jul 31, 2006 5:17 pm
Forum: [3.0/Olympus] Discussion
Topic: making mods and security
Replies: 9
Views: 7753

Re: making mods and security

thanks guys was getting kinda confused with php6 C code when i was looking though it

atlest that cleans it up for me was going to start again otherwise.

Steve
by phoenix-cms
Sun Jul 30, 2006 2:57 am
Forum: [3.0/Olympus] Discussion
Topic: making mods and security
Replies: 9
Views: 7753

Re: making mods and security

what would you say best way around this, would you think i need to use ".$userprefix."".$pointsprefix."

i did try disable register globals in my local linux server
globals still seem to work is there alternative to this method

thanks in advance Steve
by phoenix-cms
Sat Jul 29, 2006 7:15 pm
Forum: [3.0/Olympus] Discussion
Topic: making mods and security
Replies: 9
Views: 7753

making mods and security

hi i been looking into making mods and trying to keep to php5 and php6

after looking at php6 they seem to remove register globals will this stop $GLOBALS from working like $GLOBALS['pointsprefix']

thanks in advance

Steve
by phoenix-cms
Sat Jul 29, 2006 4:14 pm
Forum: [3.0/Olympus] Discussion
Topic: using the olympus look on a non-phpBB site
Replies: 7
Views: 9275

Re: using the olympus look on a non-phpBB site

you mean these as thats what the phpbb team used :P

http://www.alistapart.com/articles/slidingdoors2/" target="_blank
by phoenix-cms
Sun Jul 16, 2006 3:53 pm
Forum: [3.0/Olympus] Discussion
Topic: phpbb future
Replies: 15
Views: 18971

Re: phpbb future

thanks for the reply means alot to me

Steve ;)