Thread Rating:
  • 2 Votes - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[MyCode] Password Box
Author Message
Svizy
Selfproclaimed MyBB Code Expert


Posts: 245
Joined: Aug 2009
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 393
Post: #1
[MyCode] Password Box

Password Box MyCode

Author: Maxigelvez
Description: Creates a box for passwords. Can be used to specify the password of the archived files (.zip, .rar...)

Regular Expression

Code:
\[password\](.*?)\[/password\]
Replacement
Code:
<table border="0" cellspacing="0" cellpadding="0"> <tr> <td height="39" colspan="3"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td width="123" background="images/pass/pwd1.gif" height="39">&nbsp;
                </td> <td background="images/pass/pwd2.gif">&nbsp;</td> <td width="48" background="images/pass/pwd3.gif" height="39">&nbsp;

                </td> </tr> </table> </td> </tr> <tr> <td bgcolor="#cdf4a3" width="10">&nbsp;</td> <td bgcolor="#cdf4a3"> <table border="1" width="100%" cellspacing="0" cellpadding="0" style="border-collapse: collapse; border: 1px solid #69ac00" bgcolor="#FFFFFF"> <tr> <td style="font-family: Arial; font-size: 12px; color: #707070; text-align: center"> <p style="margin: 5px"><font size="5"><font color="Navy"><b>$1</b></font></font></td> </tr> </table> </td> <td bgcolor="#cdf4a3" width="10">&nbsp;</td> </tr> <tr> <td colspan="3"> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td background="images/pass/pwd4.gif" height="11" width="11"> <img border="0" src="/images/space.gif" width="1" height="1"></td> <td bgcolor="#cdf4a3" height="11"> <img border="0" src="/images/space.gif" width="1" height="1"></td> <td background="images/pass/pwd5.gif" height="11" width="11"> <img border="0" src="/images/space.gif" width="1" height="1"></td> </tr> </table> </td> </tr> </table>
Enabled
Code:
Yes
Actual Resoult

  password.png (Size: 9.34 KB / Downloads: 28)

Installation
To make this MyBB Code work you must download these images and upload them into your forums "images" folder. Make sure you include the "pass" folder in the "images" folder of your forum or it won't work. (I hope that makes any sence )

Explanation

I've found a Phpbb3 version of the code on Phpbb3bbcodes.com, so all credits goes to the person who created and posted it there (Maxigelvez). All I've done is posted it here and removed some parts of the code. Special thanks goes to snAke for uploading the needed images archive to his site and giving the link to it (previous one was dead), thanks!



Special thanks goes to ByteHunter for making me dynamic userbar generator!
(This post was last modified: 08-24-2009 05:00 PM by Svizy.)
08-20-2009 08:11 PM


ptcsquad
Member


Posts: 169
Joined: Aug 2009
Reputation: 1
Thanked 0 Times in 0 Posts
MyBux: 361
Post: #2
RE: [MyCode] Password Box

hmmm... interesting... no wonder many phpbb codes are yet to come on mybb... but now we have svizy to get more and more codes


[Image: PtcSquadForums-AllForums.1.gif]
08-20-2009 11:10 PM
Svizy
Selfproclaimed MyBB Code Expert


Posts: 245
Joined: Aug 2009
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 393
Post: #3
RE: [MyCode] Password Box

(08-20-2009 11:10 PM)ptcsquad Wrote:  hmmm... interesting... no wonder many phpbb codes are yet to come on mybb... but now we have svizy to get more and more codes
You can be certain of that. I'm looking for the most useful codes on the net and then I submit them here (with giving proper credits of course)



Special thanks goes to ByteHunter for making me dynamic userbar generator!
08-20-2009 11:14 PM
wethegreenpeople
Member


Posts: 62
Joined: Jul 2009
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 43
Post: #4
RE: [MyCode] Password Box

LOL I love this one! And what an interesting thing to do HAHA im going to try to find some codes that work

08-21-2009 12:54 AM
Doubl3
Member


Posts: 62
Joined: Sep 2008
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 0
Post: #5
RE: [MyCode] Password Box

That's actually pretty cool, although it's still more practical just to put the password in code tags, however, that's not as flashy so I can see why some people might prefer this...


MyBB >
(This post was last modified: 08-22-2009 04:22 AM by Doubl3.)
08-22-2009 04:21 AM
rafaweb
Junior Member


Posts: 8
Joined: May 2009
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 6
Post: #6
RE: [MyCode] Password Box

Where are the images to upload


[Image: signature.png]
(This post was last modified: 08-22-2009 04:37 AM by rafaweb.)
08-22-2009 04:37 AM
Svizy
Selfproclaimed MyBB Code Expert


Posts: 245
Joined: Aug 2009
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 393
Post: #7
RE: [MyCode] Password Box

Right over there ..."download these images"...



Special thanks goes to ByteHunter for making me dynamic userbar generator!
08-22-2009 04:48 AM
GuitarMan
Junior Member


Posts: 3
Joined: Aug 2009
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 0
Post: #8
RE: [MyCode] Password Box

oo, this looks cool but can we use custom images?

08-22-2009 08:33 AM
Fenrir
Junior Member


Posts: 5
Joined: Apr 2009
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 4
Post: #9
RE: [MyCode] Password Box

Very nice, it's some what useful. Only certain people will download file X or Y.

08-22-2009 08:43 AM
Svizy
Selfproclaimed MyBB Code Expert


Posts: 245
Joined: Aug 2009
Reputation: 0
Thanked 0 Times in 0 Posts
MyBux: 393
Post: #10
RE: [MyCode] Password Box

(08-22-2009 08:33 AM)GuitarMan Wrote:  oo, this looks cool but can we use custom images?
Yes you can. Just change the default images the way you like and you've got it



Special thanks goes to ByteHunter for making me dynamic userbar generator!
08-22-2009 04:38 PM
 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Staff Message MyCode euantor 18 388 Yesterday 05:02 PM
Last Post: chonghua
  Youtube MyCode euantor 8 163 Yesterday 12:59 AM
Last Post: euantor
  [MyCode] Progress Bar Svizy 13 193 08-30-2009 06:27 AM
Last Post: ByteHunter
  [MyCode] Yahoo Status Svizy 7 98 08-30-2009 04:48 AM
Last Post: ByteHunter
[MyCode] Warning Svizy 15 185 08-30-2009 12:32 AM
Last Post: Ajdija
  [MyCode] Audio Player Wolfgang2025 20 432 08-24-2009 10:24 PM
Last Post: Wolfgang2025
[MyCode] Rapid Box Wolfgang2025 10 205 08-24-2009 07:44 PM
Last Post: neowarf
  [MyCode] Highlighted Text Svizy 7 104 08-24-2009 04:55 AM
Last Post: Svizy
  [MyCode] Hidden Note Svizy 4 84 08-22-2009 09:08 PM
Last Post: Chrissy
  Spoiler MyCode euantor 3 164 08-18-2009 02:40 PM
Last Post: wethegreenpeople



New to MyBBSource?Need Assistance?
  • Mark Forums Read
  • View Forum Staff
  • Looking for a MyBB Host?




Theme created by AK-47. Find more great themes and skins at K! Dezign Web Design
Wordpress Web Design
Youtube Video Free Bet Football Betting R1s