Search found 3 matches

by improdigal
Mon Mar 02, 2009 5:15 am
Forum: [3.0/Olympus] New features discussion
Topic: How does the new User database work?
Replies: 8
Views: 25764

Re: How does the new User database work?

$email_hash = (int) (crc32(strtolower($email)) . strlen($email));
I don't suppose anyone knows how to do that in ColdFusion? :ugeek: I have convert the registration from a CF site to phpbb. Had it working in PHPBB 2.x but trying to upgrade now...
by improdigal
Thu Jun 08, 2006 12:05 pm
Forum: General EM Discussion
Topic: What would it take to get rid of all the blank lines?
Replies: 3
Views: 5154

Re: What would it take to get rid of all the blank lines?

wGEric wrote: Question: What method are you using for write? FTP or server? This will help me pinpoint exactly where it is at.
FTP

Is this not common then? After each Mod I apply, it adds a couple blank lines between each line of code.
by improdigal
Wed Jun 07, 2006 2:07 pm
Forum: General EM Discussion
Topic: What would it take to get rid of all the blank lines?
Replies: 3
Views: 5154

What would it take to get rid of all the blank lines?

Love EasyMod, but I heavily mod my site and after running a bunch of mods, I have 100's of blank lines between code. This makes it really hard to edit the code manually.

Any chance the next version could cleanup the blank lines after it adds the mod - or - create a separate file to run a cleanup on ...