Looking for Someone who can script HTML will pay with paypal for its fix. menu

User Tag List

Results 1 to 7 of 7
  1. #1
    shadowslayer133's Avatar Active Member
    Reputation
    61
    Join Date
    May 2008
    Posts
    313
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Looking for Someone who can script HTML will pay with paypal for its fix.

    Hey I have my website set up and everything. I have my account creation page
    setup and I was wondering if someone could add a GM access level to this html
    ( and make it work ) I have a private server, and it has a private page for my
    friends to make GM accounts on. I want it to be an input field where i can put in
    two letters such as "a" or "az" I will also try the html before i pay you.


    Code:
    <head>
    	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
    	<title>
    		The Deleted Becouse there are you hackerz Encrypted Signup Page
    	</title>
    </head>
    <body style="background-color: rgb(51, 51, 51); color: rgb(204, 204, 204);">
    	<form action="/server/index.php" method="post">
    		<table>
    			<tbody>
    				<tr>
    					<td>
    						Login : (6 chars min)
    					</td>
    					<td>
    						<input name="login" value="" style="border: 1px dashed rgb(255, 255, 255); background-color: rgb(204, 204, 204);" type="text"/>
    					</td>
    				</tr>
    				<tr>
    					<td>
    						Password : (6 chars min)
    					</td>
    					<td>
    						<input name="password" value="" style="border: 1px dashed rgb(255, 255, 255); background-color: rgb(204, 204, 204);" type="password"/>
    					</td>
    				</tr>
    				<tr>
    					<td>
    						Email :
    					</td>
    					<td>
    						<input name="email" value="" style="border: 1px dashed rgb(255, 255, 255); background-color: rgb(204, 204, 204);" type="text"/>
    					</td>
    				</tr>
    				<tr>
    					<td colspan="2" align="center">
    						<input style="border: 1px dashed rgb(255, 255, 255); background-color: rgb(204, 204, 204);" type="submit"/>
    					</td>
    				</tr>
    			</tbody>
    		</table>
    	</form>
    </body>
    Read on first post for a slightly simplified html of it

    Done by piersd
    Gamer tag - Midnight133

    Looking for Someone who can script HTML will pay with paypal for its fix.
  2. #2
    shadowslayer133's Avatar Active Member
    Reputation
    61
    Join Date
    May 2008
    Posts
    313
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Slightly simplified version of html\
    Code:
        <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
        <html xmlns="http://www.w3.org/1999/xhtml">
        <head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
        <title>The Deleted Becouse of you hackerz Encrypted Signup Page</title>
        </head>
    
        <body style="background-color:#333333; color:#CCCCCC;">
        
              <form action="/server/index.php" method="post">
    
                 <table>
                    <tr><td>Login : (6 chars min) </td><td><input name="login" value="" type="text" style="border:1px dashed #FFFFFF; background-color:#CCCCCC;" /></td></tr>
                    <tr><td>Password : (6 chars min) </td><td><input name="password" value="" type="password" style="border:1px dashed #FFFFFF;background-color:#CCCCCC;" /></td></tr>
                    <tr><td>Email : </td><td><input name="email" value="" type="text" style="border:1px dashed #FFFFFF;background-color:#CCCCCC;" /></td></tr>
                    <tr><td colspan="2" align="center"><input type="submit" style="border:1px dashed #FFFFFF;background-color:#CCCCCC;"/></td></tr>
                 </table>
              </form>    </body>
    
        </html>

    Done by piersd
    Gamer tag - Midnight133

  3. #3
    Herleybob's Avatar Contributor
    Reputation
    178
    Join Date
    Jul 2007
    Posts
    663
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>The Deleted Becouse of you hackerz Encrypted Signup Page</title>
    </head>

    <body style="background-color:#333333; color:#CCCCCC;">

    <form action="/server/index.php" method="post">

    <table>
    <tr><td>Login : (6 chars min) </td><td><input name="login" value="" type="text" style="border:1px dashed #FFFFFF; background-color:#CCCCCC;" /></td></tr>
    <tr><td>Password : (6 chars min) </td><td><input name="password" value="" type="password" style="border:1px dashed #FFFFFF;background-color:#CCCCCC;" /></td></tr>
    <tr><td>Email : </td><td><input name="email" value="" type="text" style="border:1px dashed #FFFFFF;background-color:#CCCCCC;" /></td></tr>
    <tr><td colspan="2" align="center"><input type="submit" style="border:1px dashed #FFFFFF;background-color:#CCCCCC;"/></td></tr>
    <tr><td>GM Access : </td><td><input name="gm" value="" type="text" style="border:1px dashed #FFFFFF; background-color:#CCCCCC;" /></td></tr>
    </table>
    </form> </body>

    </html>
    This should work, you just have to alter the PHP part of your website to Insert what they type in the box.
    there?

    Nom Nom Nom :P

  4. #4
    shadowslayer133's Avatar Active Member
    Reputation
    61
    Join Date
    May 2008
    Posts
    313
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It didn't work..

    Done by piersd
    Gamer tag - Midnight133

  5. #5
    Sounddead's Avatar Contributor
    Reputation
    160
    Join Date
    Sep 2007
    Posts
    1,126
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Code:
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
        <title>
            The Deleted Becouse there are you hackerz Encrypted Signup Page
        </title>
    </head>
    <body style="background-color: rgb(51, 51, 51); color: rgb(204, 204, 204);">
        <form action="/server/index.php" method="post">
            <table>
                <tbody>
                    <tr>
                        <td>
                            Login : (6 chars min)
                        </td>
                        <td>
                            <input name="login" value="" style="border: 1px dashed rgb(255, 255, 255); background-color: rgb(204, 204, 204);" type="text"/>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            Password : (6 chars min)
                        </td>
                        <td>
                            <input name="password" value="" style="border: 1px dashed rgb(255, 255, 255); background-color: rgb(204, 204, 204);" type="password"/>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            Email :
                        </td>
                        <td>
                            <input name="email" value="" style="border: 1px dashed rgb(255, 255, 255); background-color: rgb(204, 204, 204);" type="text"/>
                        </td>
                    </tr>
                    <tr>
                         <td>
                            GM Level :
                         </td>
                         <td>
                            <input name="GM" value="" style="border: 1px dashed rgb(255, 255, 255); background-color: rgb(204, 204, 204);" type="text"/>
                         </td>
                     </tr>
                    <tr>
                        <td colspan="2" align="center">
                            <input style="border: 1px dashed rgb(255, 255, 255); background-color: rgb(204, 204, 204);" type="submit"/>
                        </td>
                    </tr>
                </tbody>
            </table>
        </form>
    </body>

    I live in a shoe

  6. #6
    Herleybob's Avatar Contributor
    Reputation
    178
    Join Date
    Jul 2007
    Posts
    663
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    It didnt work because you need to edit the php part of your website, to get it to insert what you type into your database.... >_>

    Nom Nom Nom :P

  7. #7
    freonjake's Avatar Member
    Reputation
    1
    Join Date
    Aug 2008
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well if you need one my msn is [email protected]

Similar Threads

  1. [Buying] Someone who can get me 12k rep with the dominon!
    By Ekimba in forum WildStar Buy Sell Trade
    Replies: 1
    Last Post: 06-24-2014, 04:07 PM
  2. Replies: 4
    Last Post: 05-31-2012, 04:19 PM
  3. Need someone to buy me pvptool, will pay with $25 visa gift card
    By Phygar in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 1
    Last Post: 08-11-2009, 04:08 PM
  4. Need someone to buy me pvptool, will pay with visa gift card
    By Phygar in forum Members Only Accounts And CD Keys Buy Sell
    Replies: 0
    Last Post: 07-26-2009, 06:09 AM
  5. Need someone to xfer a toon, will pay with 70s
    By Smallfry in forum WoW Scams Help
    Replies: 6
    Last Post: 10-02-2008, 02:22 PM
All times are GMT -5. The time now is 08:35 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search