Author Topic: mobile edition which doesn't require internet access  (Read 8216 times)

Offline obidose

  • Normal Members
  • *
  • Posts: 3
mobile edition which doesn't require internet access
« on: December 12, 2006, 12:27:40 AM »
Is it possible for a mobile version which does not need to connect to a web server. I currently use the java edition on my mobile however it cannot save preferences and so I have to manualy input data for every field every time i use it.

Actually TBH if somoeone could tell me a way to change the default values on the java applet that would be good enough.

Offline Miquel 'Fire' Burns

  • Administrator
  • *****
  • Posts: 1157
  • Programmer
mobile edition which doesn't require internet access
« Reply #1 on: December 12, 2006, 01:48:18 AM »
Java edition?
"I'm not drunk, just sleep deprived."

Offline obidose

  • Normal Members
  • *
  • Posts: 3

Offline Miquel 'Fire' Burns

  • Administrator
  • *****
  • Posts: 1157
  • Programmer
mobile edition which doesn't require internet access
« Reply #3 on: December 14, 2006, 02:09:24 AM »
Oh, JavaScript edition.

A) If the browser you're using supports cookies, just change them.
B) If you know HTML, I think it shouldn't be too hard to change them around. Just a little hunting for that part of the code (provided you have a local copy to edit)
« Last Edit: December 14, 2006, 02:10:10 AM by miquelfire »
"I'm not drunk, just sleep deprived."

Offline Eric H. Jung

  • grimholtz
  • Administrator
  • *****
  • Posts: 3353
mobile edition which doesn't require internet access
« Reply #4 on: December 18, 2006, 10:46:50 PM »
Obidose, post again if you need more help changing the edition to suit your needs.

Offline obidose

  • Normal Members
  • *
  • Posts: 3
mobile edition which doesn't require internet access
« Reply #5 on: December 22, 2006, 11:12:45 PM »
Quote from: Eric H. Jung
Obidose, post again if you need more help changing the edition to suit your needs.



Yes, Still having problems. I have put the mobile java edition on my phone, however whenever I click submit query I get taken to a page which appears to be showing the php source code, maybe my browser can't support it? (using internet explorer on windows mobile). Also I still can't work out how to get it to save the form information for each time it starts.

I was hoping to be able to just open it up put in the url and allow it to generate a password using the other info saved on the phone.

I had a look at the source code and I can't see what to do, admittedly my html knowledge is pretty minimal.

Code: [Select]
1 && $alg[1] == 'v6') { $trim = false; $_POST['charset'] = '0123456789abcdef'; } else { $trim = true; } $alg = $alg[0]; echo "

Password is " . htmlspecialchars(generatepassword($alg, $_POST['mpw'], $_POST['url'] . $_POST['user'] . $_POST['mod'], $_POST['leet'], $_POST['level'], $_POST['len'], $_POST['charset'], $_POST['prefix'], $_POST['suffix'], $trim)) . '
'; if (isset($_POST['verbose'])) { echo 'Master PW: ' . $_POST['mpw'] . "
"; echo 'algorithm: ' . $_POST['alg'] . "
"; echo 'url: ' . $_POST['url'] . "
"; echo 'username: ' . $_POST['user'] . "
"; echo 'modifier: ' . $_POST['mod'] . "
"; echo 'leet: ' . $_POST['leet'] . "
"; echo 'level: ' . $_POST['level'] . "
"; echo 'length: ' . $_POST['len'] . "
"; echo 'characters: ' . $_POST['charset'] . "
"; echo 'prefix: ' . $_POST['prefix'] . "
"; echo 'suffix: ' . $_POST['suffix']; }?>
« Last Edit: December 22, 2006, 11:20:17 PM by obidose »

Offline Miquel 'Fire' Burns

  • Administrator
  • *****
  • Posts: 1157
  • Programmer
mobile edition which doesn't require internet access
« Reply #6 on: December 23, 2006, 02:16:51 AM »
Edit the Javascript Edition instead, since you said that works (unless you want to install a web server on your phone, then you may use the Mobile Edition)
"I'm not drunk, just sleep deprived."

PasswordMaker Forums

mobile edition which doesn't require internet access
« Reply #6 on: December 23, 2006, 02:16:51 AM »