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 > WoW Emulator Server > Emulator Server Discussion > Requests

Requests This subforum is for requests for Emu servers.

Reply
 
LinkBack Thread Tools
  #1  
Old 07-21-2009
Tomatsuppen is offline.
New User
  
 
Join Date: Sep 2007
Posts: 73
Reputation: 2
Help Mangos Vote Reward System (Must Work)

Hello MMowned,

I know that there are a few requests already with people looking for a vote reward system for Mangos, but all the requests are either dead or showing incorrect information, so I choosed to make a new request about this.

Me and im sure many other people are still in a desperate need of a working Mangos Voting Reward System.

I have been searching for hours , with no luck in getting what i wanted.

I'm looking for the AVS Voting Reward System (BUT) converted and working for Mangos. (Or anything that has the same options and features)

I did find a few converted uploads of it, but everytime it failed and many other people claimed it as none working and the topics went dead.

I dont have much to give back as a reward for finding a solution for my problem. I can give you rep, you can get a gm account on our server, or maybe give you some money as a thank you gift.

It would really save my day if I could get a converted and working AVS version for Mangos.

Thanks for reading

Last edited by Tomatsuppen; 07-21-2009 at 06:28 PM.
Reply With Quote


Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.

  #2  
Old 07-21-2009
The-Eradicator's Avatar
The-Eradicator is offline.
Contributor
  
 
Join Date: May 2007
Posts: 409
Reputation: 89
Points: 1,912, Level: 3
Points: 1,912, Level: 3 Points: 1,912, Level: 3 Points: 1,912, Level: 3
Level up: 74%, 188 Points needed
Level up: 74% Level up: 74% Level up: 74%
Activity: 6.3%
Activity: 6.3% Activity: 6.3% Activity: 6.3%

Quote:
Originally Posted by Tomatsuppen View Post
Hello MMowned,

I know that there are a few requests already with people looking for a vote reward system for Mangos, but all the requests are either dead or showing incorrect information, so I choosed to make a new request about this.

Me and im sure many other people are still in a desperate need of a working Mangos Voting Reward System.

I have been searching for hours , with no luck in getting what i wanted.

I'm looking for the AVS Voting Reward System (BUT) converted and working for Mangos. (Or anything that has the same options and features)

I did find a few converted uploads of it, but everytime it failed and many other people claimed it as none working and the topics went dead.

I dont have much to give back as a reward for finding a solution for my problem. I can give you rep, you can get a gm account on our server, or maybe give you some money as a thank you gift.

It would really save my day if I could get a converted and working AVS version for Mangos.

Thanks for reading
Code it yourself, or hire someone. Money is a very good incentive, if you'd like to throw out a number.
Reply With Quote
  #3  
Old 07-21-2009
Tomatsuppen is offline.
New User
  
 
Join Date: Sep 2007
Posts: 73
Reputation: 2
I have no experience coding what so ever. Well if a person would fix the AVS for me to work on my Mangos community I would give, lets say 25$

I know the coding wouldn't take long since the files a pretty simple to lookup and fix if you know how to code, so yeah 25$ I would give.
Reply With Quote
  #4  
Old 07-24-2009
jerrkan's Avatar
jerrkan is offline.
Contributor
  
 
Join Date: Sep 2007
Location: wowvirtue.com
Posts: 147
Reputation: 84
Points: 1,610, Level: 3
Points: 1,610, Level: 3 Points: 1,610, Level: 3 Points: 1,610, Level: 3
Level up: 30%, 490 Points needed
Level up: 30% Level up: 30% Level up: 30%
Activity: 1.1%
Activity: 1.1% Activity: 1.1% Activity: 1.1%

Okey.
There is 1 AVS for mangos out there i know. Also there is another vote system thats working great. Let me find it and i will update this post.

AVS mangos: [Only registered and activated users can see links. ] (I dont take credits for this)

Other mangos vote system: [Only registered and activated users can see links. ] (No credits for this) Im using this working 100%
__________________


Last edited by jerrkan; 07-24-2009 at 08:02 AM.
Reply With Quote
  #5  
Old 07-24-2009
Tomatsuppen is offline.
New User
  
 
Join Date: Sep 2007
Posts: 73
Reputation: 2
Jerrkan if it works , you really saved my day dude, I will return when I have tested them Ty man.
Reply With Quote
  #6  
Old 07-24-2009
Tomatsuppen is offline.
New User
  
 
Join Date: Sep 2007
Posts: 73
Reputation: 2
Hi again Jerrkan,

The one you use is what I have been trying to setup on my server the last days, it communicates fine with the database, but when buying rewards with votingpoints it gives me a error

"A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond"

I have installed telnet server & client services are running, but it gives me this error all the time.
Reply With Quote
  #7  
Old 07-24-2009
Tomatsuppen is offline.
New User
  
 
Join Date: Sep 2007
Posts: 73
Reputation: 2
People say that the Mangos AVS voting reward system is a dead project until some person will be fixing the login.php which gives mysql error when trying to claim rewards from voting.

If you could maybe help me out fixing the voting system you already use and says works 100% it would be nice!

+ for you.

Last edited by Tomatsuppen; 07-25-2009 at 07:21 AM.
Reply With Quote
  #8  
Old 08-02-2009
milla247 is offline.
New User
  
 
Join Date: Oct 2008
Posts: 21
Reputation: 3
Hi Tom, I think I have fixed the AVS program.
Download the Org AVS from the link linked above or [Only registered and activated users can see links. ]

Now download my edited spend.php and replace it or make these fixes:

AFTER THESE LINES:
Code:
//send item.
		$Con = mysql_connect($Realminfo['sqlhost'],$Realminfo['sqluser'],$Realminfo['sqlpass']);
		mysql_select_db($Realminfo['chardb']);
		$stack = 1;
		$gold = 0;
		$item = 1;
DELETE ALL LINES BETWEEN ABOVE AND BELOW (not incuding these):
Code:
//	if ($result) {
//	      mysql_close();
//          return $mail_id;
//	} else {
//			mysql_close();
//			return 0;
//			}
AND ADD THIS CODE IN BETWEEN THEM:
Code:
if ($item == 0) {
        	 $has_items = 0;
    	} else {
        	 $has_items = 1;
    	}

		// create item first...
		$result =  mysql_query("SELECT MAX(`guid`) FROM item_instance");
		$item_instance_id = (mysql_result($result, 0)) + 1;
		$result = mysql_query("INSERT INTO `item_instance` (`guid`, `owner_guid`, `data`) VALUES ($item_instance_id , '{$Character}', '".$item_instance_id." 0 3 {$Rinfo['itemid']} 0 0 {$Character} 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 ')");
		
		// Write message
		$result = mysql_query("SELECT MAX(`id`) FROM item_text");
		$item_page_id = (mysql_result($result, 0)) + 1;
		$result = mysql_query("INSERT INTO `item_text` (id, text) VALUES ($item_page_id,'".MAIL_BODY."')");
		
		// Setup Mail entry
		$result = mysql_query("SELECT MAX(`id`) FROM mail");
		$mail_id = (mysql_result($result, 0)) + 1;
	   	$result = mysql_query("INSERT INTO mail (id,messageType,stationery,mailTemplateId,sender,receiver,subject,itemTextId,has_items,expire_time,deliver_time,money,cod,checked) VALUES ($mail_id, 0, 61, 0, '{$Character}', '{$Character}', '".MAIL_SUBJECT."', '$item_page_id', '$has_items', '".(time() + (30*24*3600))."','".(time()+5)."', '$gold', 0, 0)");
 		if ($has_items) {
			$result = mysql_query("INSERT INTO mail_items (mail_id,item_guid,item_template,receiver) VALUES ($mail_id, $item_instance_id, '{$Rinfo['itemid']}', '{$Character}')");
		}
Or download the spend.php file here:
[Only registered and activated users can see links. ] [Only registered and activated users can see links. ] [Only registered and activated users can see links. ]

EDIT:
I see you mentioned that you were considering paying or rewarding etc, you dont have to, but if you feel a tip is in need then send me a PM =)

Hope this fix works for you

Last edited by milla247; 08-02-2009 at 07:59 AM.
Reply With Quote
  #9  
Old 08-08-2009
Tomatsuppen is offline.
New User
  
 
Join Date: Sep 2007
Posts: 73
Reputation: 2
Hey Milla247.

Sorry for me being slow replying back, I just came home from vaccation yesterday. Now I have done what you have explained in your upper post, but it still does not work,

I keep getting this error :

"Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in C:\xampp\htdocs\vote\pages\login.php on line 76
Login failed."


Exact same error as in all the other mangos avs I have tried. The login.php does not seem to be coded correct to work with Mangos and I dont know how to fix it. :/
Reply With Quote
  #10  
Old 08-08-2009
milla247 is offline.
New User
  
 
Join Date: Oct 2008
Posts: 21
Reputation: 3
I need to know what ver of PHP is on your server and send me a typical database structure of your realmd accounts table
mine is...
Code:
CREATE TABLE /*!32312 IF NOT EXISTS*/ `account` (
  `id` int(11) unsigned NOT NULL auto_increment COMMENT 'Identifier',
  `username` varchar(32) NOT NULL default '',
  `sha_pass_hash` varchar(40) NOT NULL default '',
  `gmlevel` tinyint(3) unsigned NOT NULL default '0',
  `sessionkey` longtext,
  `v` longtext,
  `s` longtext,
  `email` text,
  `joindate` timestamp NOT NULL default CURRENT_TIMESTAMP,
  `last_ip` varchar(30) NOT NULL default '0.0.0.0',
  `failed_logins` int(11) unsigned NOT NULL default '0',
  `locked` tinyint(3) unsigned NOT NULL default '0',
  `last_login` timestamp NOT NULL default '0000-00-00 00:00:00',
  `online` tinyint(4) NOT NULL default '0',
  `expansion` tinyint(3) unsigned NOT NULL default '0',
  `mutetime` bigint(40) unsigned NOT NULL default '0',
  `locale` tinyint(3) unsigned NOT NULL default '0',
  `reward_points` int(8) unsigned default NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `idx_username` (`username`),
  KEY `idx_gmlevel` (`gmlevel`)
) ENGINE=MyISAM AUTO_INCREMENT=72 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System';

Last edited by milla247; 08-08-2009 at 09:50 AM.
Reply With Quote
  #11  
Old 08-09-2009
Tomatsuppen is offline.
New User
  
 
Join Date: Sep 2007
Posts: 73
Reputation: 2
Code:
CREATE TABLE `account` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Identifier',
  `username` varchar(32) NOT NULL DEFAULT '',
  `sha_pass_hash` varchar(40) NOT NULL DEFAULT '',
  `gmlevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `sessionkey` longtext,
  `v` longtext,
  `s` longtext,
  `email` text,
  `joindate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `last_ip` varchar(30) NOT NULL DEFAULT '0.0.0.0',
  `failed_logins` int(11) unsigned NOT NULL DEFAULT '0',
  `locked` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `last_login` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
  `online` tinyint(4) NOT NULL DEFAULT '0',
  `expansion` tinyint(3) unsigned NOT NULL DEFAULT '0',
  `mutetime` bigint(40) unsigned NOT NULL DEFAULT '0',
  `locale` tinyint(3) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `idx_username` (`username`),
  KEY `idx_gmlevel` (`gmlevel`)
) ENGINE=MyISAM AUTO_INCREMENT=417 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Account System';
PHP version I have no clue, we run it using Xampp
Reply With Quote
  #12  
Old 08-11-2009
milla247 is offline.
New User
  
 
Join Date: Oct 2008
Posts: 21
Reputation: 3
This is how to check the version...
create a text file and rename it phpver.php

Open the file with notepad and put in the following and then save it in C:\xampp\htdocs and open with your browser (http://localhost/phpver.php)

Code:
<?php
phpinfo();
?>
As a control I am running php ver 5.2.10 with MySQL ver 5.1.37
You can verify your MySQL ver by either connecting to your database or if your using HiediSQL it will say it at the bottom.

I do belive that either you php ver is outdated or mysql is too
Reply With Quote
  #13  
Old 08-14-2009
Wast3d is offline.
New User
  
 
Join Date: May 2009
Posts: 4
Reputation: 1
Somtimes the script send wrong items... And gives errors for me. (MAIL INSERT errors)

Using trinitycore2

Anyone got aolsution for this?
Reply With Quote
  #14  
Old 08-17-2009
Tomatsuppen is offline.
New User
  
 
Join Date: Sep 2007
Posts: 73
Reputation: 2
Php

Okay Milla247.

Im running :

PHP Version 5.2.9
MYSQL Communty Server 5.1.36

So I guess my issue is that im outdated? Its just weird since I did install the latest xampp & mysql community server avalible.
Reply With Quote
  #15  
Old 3 Weeks Ago
BlackGoth is offline.
New User
  
 
Join Date: Oct 2009
Posts: 2
Reputation: 1
Points: 2, Level: 1
Points: 2, Level: 1 Points: 2, Level: 1 Points: 2, Level: 1
Level up: 1%, 398 Points needed
Level up: 1% Level up: 1% Level up: 1%
Activity: 0.7%
Activity: 0.7% Activity: 0.7% Activity: 0.7%
sry i have any problems with the Mangos_AVS vote Systhem!

My Englisch isnīt verry good...iīm coming from Germany and i hope you can help me =(

I have this Problem.

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in

did everybody know whats the problem are?

I need your help.

My Serverversion is Mangos 3.2.2a

Thank you.
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 08:35 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