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 > Model Editing > Model Editing Questions and Requests
Reload this Page This wow promotion algorithm?
Model Editing Questions and Requests You can request model edits and ask questions in this forum. Pro Model editors may offer help in exchange for reputation, please give reputation to those who helped you accordingly.

Reply
 
LinkBack Thread Tools
This wow promotion algorithm?
(#1)
Old
deatholis is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
deatholis is an unknown quantity at this point
 
Posts: 22
Join Date: Aug 2008
Iwasthinking This wow promotion algorithm? - 08-23-2008

It would be pretty cool to decrypt this and make it into a keygen
title name is wrong its realy suposrt to be "This wow promotion key's, algorithm?"
Code:
<script language="javascript">
<!--
	
	function confirmRedeem(){
		if(confirm('Are you sure you want to redeem an item in region [' + document.petForm.regionName.value + '] realm [' + document.petForm.realmName.value + "]?" )){
			return true;
		}
		else{
			return false;
		}
	}
    // Check to see if the key is in the query string, if it is, replace the value with the new value, if not, put in the key/value pair
    
	function queryStringAppend(theName,theValue){		
				
		var params = new Object();	
		var queryString = document.location.search.substring(1,document.location.search.length);
		
		if(queryString != ''){
			var pairs = queryString.split('&');
	
			for (var i=0; i < pairs.length; i++) {		
				var pair = pairs[i].split('=');
				var name = pair[0];
				var value;
									
				if (pair.length == 2){
					value = pair[1];
				}
				else{
					value = name;
				}
				params[name] = value;
			}
		}
		
		// update the name/value pair if it is found in the current query string
		var found = 0;
		for (var name in params)
		{	
			if(name == theName){
				found = 1;				
				params[name] = theValue;	
			}			
		}
		// if the name/value pair is not found in the current query string, add it	
		if(found == 0){
			params[theName] = theValue;			
		}
				
		// rebuild query string
		var newQueryString;
		var first = 1;
		for (var a in params)
		{
			if(first == 1){
				newQueryString = a + "=" + params[a];
				first = 0;
			}else{
				newQueryString = newQueryString + '&' +  a + "=" + params[a];
			}			
		}
		var newUrl = document.location.protocol + '../index.htm' + document.location.host + document.location.pathname + '?' + newQueryString;		
		document.location.href = newUrl;
	}
	
	function inputLengthCheck(fieldNum) {


		if( document.captureEvents ) {

		    if( Event.KEYUP ) {

		        document.captureEvents( Event.KEYUP );
		    }
		}

		
		document.onkeyup = alertkey;

		function alertkey(e) {
		    if( !e ) {

		        if( window.event ) {

		            e = window.event;
		        } else {

		            return;
		        }
		    }
		    if( typeof( e.which ) == 'number' ) {

		        e = e.which;
		    } else if( typeof( e.keyCode ) == 'number'  ) {

		        e = e.keyCode;
		    } else if( typeof( e.charCode ) == 'number'  ) {

		        e = e.charCode;
		    } else {

		        return;
		    }



			if (fieldNum == 1) {

				var boxString = document.petForm.redemptionCode1.value;
				
				if ((e >= 65 && e <= 122) || (e >= 48 && e <= 57)) {

					if (boxString.length == 4 && fieldNum < 5) {
						document.petForm.redemptionCode2.focus();
					}

				}

			}

			if (fieldNum == 2) {

				var boxString = document.petForm.redemptionCode2.value;


				if ((e >= 65 && e <= 122) || (e >= 48 && e <= 57)) {

					if (boxString.length == 6 && fieldNum < 5) {
						document.petForm.redemptionCode3.focus();
					}

				}

			}

			if (fieldNum == 3) {

				var boxString = document.petForm.redemptionCode3.value;


				if ((e >= 65 && e <= 122) || (e >= 48 && e <= 57)) {

					if (boxString.length == 5 && fieldNum < 5) {
						document.petForm.redemptionCode4.focus();
					}

				}

			}

			if (fieldNum == 4) {

				var boxString = document.petForm.redemptionCode4.value;


				if ((e >= 65 && e <= 122) || (e >= 48 && e <= 57)) {

					if (boxString.length == 6 && fieldNum < 5) {
						document.petForm.redemptionCode5.focus();
					}

				}

			}

			if (fieldNum == 5) {
				var boxString = document.petForm.redemptionCode5.value;
			}
		}
	}
-->
</script>

Last edited by deatholis; 08-23-2008 at 12:21 AM.. Reason: Wrong title
Reply With Quote

Donate to remove ads.
(#2)
Old
Aestysu's Avatar
Aestysu is Offline
Contributor
Rep Power: 2
Reputation: 186
Aestysu has a spectacular aura aboutAestysu has a spectacular aura about
 
Posts: 876
Join Date: Dec 2007
Location: Dec 2007
08-23-2008

just looks like useless info from a websites source code to me.


Need 70-80 guide? [ [Only registered and activated users can see links. ] ]
New WoW login phisher [ [Only registered and activated users can see links. ] ]
Support MMOwned, buy from mmokings [ [Only registered and activated users can see links. ] ]
Reply With Quote
(#3)
Old
Clain's Avatar
Clain is Offline
Contributor
Rep Power: 1
Reputation: 105
Clain will become famous soon enoughClain will become famous soon enough
 
Posts: 975
Join Date: Jan 2008
08-23-2008

That isn't the algorithm.


Spurious 3.0.3 - Developer
Reply With Quote
(#4)
Old
deatholis is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
deatholis is an unknown quantity at this point
 
Posts: 22
Join Date: Aug 2008
08-23-2008

so it just there to trick us?
thanks guys xD

Last edited by deatholis; 08-23-2008 at 12:38 AM..
Reply With Quote
(#5)
Old
merfed's Avatar
merfed is Offline
キタ━━━(゜∀゜)━━━!!!!!

Rep Power: 5
Reputation: 428
merfed is just really nicemerfed is just really nicemerfed is just really nicemerfed is just really nicemerfed is just really nice
 
Posts: 1,357
Join Date: Jul 2006
Location: UK
08-23-2008

stop the internet. I want to get off.


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



Powered by vBulletin® Version 3.7.4
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 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