|
pc_user_info_panel
|
| behrooz |
Posted on 04-01-2012 23:32
|

Member

Posts: 110
Joined: 25/08/2009
|

Security is very Important when login site,This is a virtual keyboard for greater security.

-- View this Addon --
Edited by behrooz on 05-01-2012 11:59
|
| |
|
|
| PHPar |
Posted on 04-01-2012 23:33
|

Admin

Posts: 88
Joined: 03/03/2010
|
Good Work  |
| |
|
|
| bydwpr2011 |
Posted on 05-01-2012 04:18
|

Newbie

Posts: 1
Joined: 05/01/2012
|
Good! |
| |
|
|
| behrooz |
Posted on 05-01-2012 09:19
|

Member

Posts: 110
Joined: 25/08/2009
|
thanks , for you
|
| |
|
|
| Harly |
Posted on 05-01-2012 10:13
|

Senior Member

Posts: 250
Joined: 24/02/2007
|
@behrooz - Could you please provide a screenshot with an english text, which most people can understand? And also explain a little more about the panel itself - because I, for one, don't understand what the panel does different compared to the standard user_info_panel?
Best regards, Harly.
OPEN SOURCE RULES! 
|
| |
|
|
| behrooz |
Posted on 05-01-2012 10:20
|

Member

Posts: 110
Joined: 25/08/2009
|
you see Virtual keyboard in the panel , So when login , you can Use Virtual keyboard
|
| |
|
|
| Harly |
Posted on 05-01-2012 10:54
|

Senior Member

Posts: 250
Joined: 24/02/2007
|
Not trying to be a pain in the bottom, but What are the advantages about that - I still don't get it. And how about the screenshot in english, that I also mentioned, and a better explaination about the panel itself, in the addon's downloadpage?
Don't get me wrong: I appreciate your effort, but maybe you should think more about the mentioned in the future, when submitting an Addon, so that newbies and other not-so-php-skilled users, like myself, can understand what the Addon does, and if it's something that they could use on their site.
This is an english speaking site, so that's why I think both the screenshot and the demo provided, should be in english too. Am I right?
@PHPar - Shouldn't you be the one telling behrooz about this, before approving the Addon? 
Just trying to help out here, making this a better CMS concerning the international infomation and availability!
Best regards, Harly.
OPEN SOURCE RULES! 
|
| |
|
|
| behrooz |
Posted on 05-01-2012 11:16
|

Member

Posts: 110
Joined: 25/08/2009
|
@Harly my site is persian , so i how add english screenshot? i must install english php-fusion ?
|
| |
|
|
| Harly |
Posted on 05-01-2012 11:26
|

Senior Member

Posts: 250
Joined: 24/02/2007
|
Use Google-translate to translate your site, and then take a screenshot of the Addon (<-the easiest way), or, as you mentioned yourself, install a test-site in english! 
EDIT: Just tryed to translate your site from persian into english, and it worked just fine, but the translater reversed the right-to-left text read into left-to-right (english form of) read, resulting in stretching the panel - also because of all the W3C-errors on your site, I guess:
The HTML validation of your site:
http://validator....mp;group=0
- and the CSS:
http://jigsaw.w3....mp;lang=en
You need to clean up your codes to make it look right, in all the modern browsers!
Edited by Harly on 05-01-2012 11:43
Best regards, Harly.
OPEN SOURCE RULES! 
|
| |
|
|
| behrooz |
Posted on 05-01-2012 11:45
|

Member

Posts: 110
Joined: 25/08/2009
|

2: yes know , i soon clean up codes.
Edited by behrooz on 05-01-2012 11:47
|
| |
|
|
| Tyler |
Posted on 05-01-2012 11:45
|

Member

Posts: 160
Joined: 30/11/2011
|
I'm not interested but last night I saw this and had no clue. I saw the keyboard icons and thought it was styling. if I understand correctly this is supposed to prevent key logging and exposing passwords via key stroke?? |
| |
|
|
| Harly |
Posted on 05-01-2012 11:48
|

Senior Member

Posts: 250
Joined: 24/02/2007
|
Good for you, and your visitors as well, behrooz!
Best regards, Harly.
OPEN SOURCE RULES! 
|
| |
|
|
| behrooz |
Posted on 05-01-2012 11:54
|

Member

Posts: 110
Joined: 25/08/2009
|
@Mittens Returns This is a virtual keyboard for greater security.
@HarlyNow, understand?
i add english screenshot in post 1
Edited by behrooz on 05-01-2012 12:00
|
| |
|
|
| Harly |
Posted on 05-01-2012 12:08
|

Senior Member

Posts: 250
Joined: 24/02/2007
|
If you're confirming, that this, that Mittens Returns wrote, is right:
if I understand correctly this is supposed to prevent key logging and exposing passwords via key stroke??
- then: Yes, now I understand what the panel does! And that exact description should be written on the Addon's downloadpage, so that, people know exactly what the panel does! 
Maybe one of the Admins can help you correct that?
i add english screenshot in post 1
Cool!
Best regards, Harly.
OPEN SOURCE RULES! 
|
| |
|
|
| smokeman |
Posted on 05-01-2012 12:36
|

Veteran Member

Posts: 960
Joined: 23/06/2006
|
For validating regarding XHTML:
1. Change:
Code<link rel='stylesheet' type='text/css' href='".INFUSIONS."pc_user_info_panel/includes/keyboard.css'>
- to:
Code<link rel='stylesheet' type='text/css' href='".INFUSIONS."pc_user_info_panel/includes/keyboard.css' />
2. Change:
Code<img style='width: 100px; height: 100px;' border='0' src='".BASEDIR."images/avatars/".$userdata['user_avatar']."' />
- to:
Code<img style='width: 100px; height: 100px;' border='0' src='".BASEDIR."images/avatars/".$userdata['user_avatar']."' alt='' />
3. Change:
Code<img style='width: 100px; height: 100px;' border='0' src='".INFUSIONS."pc_user_info_panel/images/noav.gif' />
- to:
Code<img style='width: 100px; height: 100px;' border='0' src='".INFUSIONS."pc_user_info_panel/images/noav.gif' alt='' />
4. Change:
Code</hr>
- to:
Code<hr />
5. Change:
Code<br><br>
- to:
Code<br /><br />
The CSS-part do have some errors too, but this is CSS 3 errors - don't know what to do about them if you want it coded for the CSS 3.
|
| |
|