Jump to content

gf05856

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

gf05856's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. anybody? I read already dozens of login/registration/memberships tutorials/scripts but I can not choose, can somebody tell we which script he is using or if he made it himself ... seems a bit waste of time as there are 100 scripts around, but which one has it all?
  2. I am looking for the Master of all login/registration scripts with the following included: [list] [*]User Name - Password [*]Some personal Fields (Real name/birthday/registration date/ 10 other fields ... [*]Security MD5/RIJNDAAL - for every field! [*]Field validation / cookie reminder [*]Email validation [*]Admin Section to add/delete/inactive ... etc [*]Google Map to put the users on it [/list] Emphasis should be on security, security, security but also on performance, as I am talking of about 5.000.000 registrations... Do I work with different tables (like a user registration table and then a final user table when email has been validated etc ....) If you are interested in joining my project (mysql/php >5.000.000 records), then please do not hesitate to contact me.
  3. Thanks, It works very nicely. I can certainly use it as a basis and adjust it to my needs. For writing this myself ... it would have taken me .... 1.073.741.824 seconds Thanks again.
  4. Dear, I am looking for a php script that gives me the following output based on the amount of records in a particular mysql table: Fixed output table with 2 columns, 1 column with the numbers 2, 4, 8, 16, 32 .... 1.073.741.824 and a second column that should be filled out with a color based on the amount of records in the mysql table ... Like you see below there are 7 records in the database ( the | should be replaced by a color).  If you have any ideas on how to visualise this in a better way, then please be my guest! Also the total amount should be show as an amount like .... Total users: 123456 I probably should also consider the fact that when I have 10.000 hits a day on this site that this script is not run 10.000 times back and forward to the database ... but once a day ... and stored. records    column to fill up 2            ||||||||||||||| 4            ||||||||||||||| 8            ||||||||||||| 16 32 64 128 256 512 1.024 2.048 4.096 8.192 ........
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.