Jump to content

pyro.699

Members
  • Posts

    23
  • Joined

  • Last visited

Everything posted by pyro.699

  1. holly ######, man, i love you! ... do you have aim, id like to thank yo in person :)AIM - Exiled TwigMSN - joedirt_780@hotmail.com
  2. ok :)ill give it all outi have designed a prouduct, that i am selling, i ahve already created the members area.... i just need a code that i can send to the user to allow them into their members area...the way i currently have it set up is as follows:A * B - C + Dnow, the problem with that is, if you have more than one key, you can customize your own, by replacing some parts of the key with another... because its strictly math based...i need someway to make it imposible to reproduce, or recreat a new key, it must be generated by php :)there are 6 textfeilds, each can contail 4 letters(just so you know, A dose not equal 1, B dose not equal 2)Ive also split up (using php) each sections... so, if textfield A, had the letters Q, W, P, C... it would add each of those letters to an arrayive been loovin at encription, but that dosent seem to be working verry well :(I really hope you can help, ive been working 2 days on this, imalready late on this
  3. umm, how do i use that...example... make "hello" appear, then "bob" appear
  4. Thanks alot deathray :)anyway, i spent the lastnight pondering... and i found ut a flaw :(1 code = FPFG-FAFG-ZTFP-FFFN-FKFG-FRFG2 code = FGFP-FNFP-ZTZG-FFZE-FCFP-FOFPthe way i have this set up, it allows you to change around the key, allowing you to have, in this case, 12 keys :)move FGFP up, and FPFG down, and you havea completely new key...so... i thought.... what if i added every possible key to an array... i did i also added every number from 1-1747... now, i dont know if theres a limit on array's , but it dosent seem to eb working veryr well, do u guys have any idea for another wall of securety? using my current keys? AIM - Exiled TwigMSN - joedirt_780@hotmail.com
  5. ok, you know on some install scripts, when its making the tables in the mysql database... and it tells you what itd doing, and wthout refreshing, it adds another line of text... how do they do that?
  6. i get something like this like theres brs in there or sumthin
  7. umm, i dont see an echo, or print_r(); anywhere
  8. ######, idk if this really matters ^^; but i forgot that i upgraded my php, it is 5.0.5 ^^; my bad, sorry
  9. umm, i was thinking that nothing really would happen... i dont really, know... i could make them all 1747, would that make things easyer for you?
  10. (you dont need to keep adding to that file ) Make a new one, im gona print this 1 after i get it ...Ok, ill me a bit more presiceFile #1 - ASDGFile #2 - WBNXFile #3 - FIFKFile #4 - GJHRFile #5 - EGSTFile #6 - SDHGthe script would combine those to makeASDG - WBNX - FIFK - GJHR - EGST - SDGH(there is more than one code in each file ) but it dose the same thing as it did with the numbers except its dealing with files, and not numbers letters, and 4 of them... and 6 files...
  11. !yeah! nice! thanks!lol i got a new challange for ya, arnt i testing your skillz 2day :Di have 6 filesFile #1 has 1798 linesFile #2 has 1842 linesFile #3 has 1747 linesFile #4 has 2265 linesFile #5 has 2137 linesFile #6 has 2197 linesnow, i was wondering if you could make a script that would "explode" them all to a file, again, giving every posible combonation ( i used your script, and chopped it up a little(the replys))idk if it hepls but the file names arefirst.combosecond.combothird.combofourth.combofifth.combosixth.combo(i even made a special icon for all .combo files )(again, deleting all posible duplicates )(every line contains a code, again 4 chars, like AHFW would be line 435. )
  12. umm, what parts do i need to change, if i wanted to make it, 4-6+6-16?or just to alter the signs
  13. eh, do you know any1 i could ask, because, if the users found that out, thay can just scramble up their current one :S
  14. anyway to get rid of doubles?like 1+1+22+2626+22+1+1
  15. oh, dont worry, ive... closed every program, (encluding windows stuff, i dont have music anymore just for this )to change the numebr that it equals to, just chanfe == 50?anyway to get rid of doubles?like 1+1+22+2626+22+1+1
  16. this isent going to be part of the code, i need something to spit out all the posibilities, lol.. cause i need to write / print them off... something simplelike this would be the page-------------------------------|5+3+1+7|2+4+6+2|...|..|.|||||listing every posibility
  17. it did! thanks!since this is a validator, i need to find a fast was to add numbers up :)i need four numbers that equals, lets say, 50example: 23 + 2 + 12 + 13 = 50is there a quick code i could use to find EVERY posible equation, the highest posible number being 26...(dont worry, img going to have more securety than just this )
  18. Thankyou, how might i apply this to mine? so that the variable are as i said?
  19. ok, i made a text feild <input tabindex="1" name="A" type="text" value="XXXX" size="7" maxlength="4" /> and what i want to do as add each character in the "text feild" to a variable,since default it XXXX i would like the out put to be something like this$first = X;$second = X;$third = X;$fourth = X;like each digit a separate variable.it goes from A - F so 48ish variables would be put out....(its not always going to be 4x X's)
×
×
  • Create New...