
VitalEnd
Members-
Posts
68 -
Joined
-
Last visited
Never
Content Type
Profiles
Forums
Events
Everything posted by VitalEnd
-
There was a forum post online about him as well, he goes around scamming, he did some legit coding work for us but i guess tha was just to earn our trust, just goes to show you can't trust anyone these days. I hope no one else falls for his scamming ways, thanks for the post peter.
-
Well im not takign credit for the layout, it was all designed by w3theory || Peter
-
Enter a world like no other. Decide your fate with a class of your choice, and join the race to become the best there is. Before embarking on your journey, you must choose between a Flesh Crazed Zombie, with a bonus to Agility, Strength and Defense a Blood Thirsty Vampire, with a bonus to Agility and Strength, or a Heavy Handed Human, with a bonus to all stats: Strength, Agility, and Defense. It is your choice whether to go it alone, or to join a gang to fight beside. Take part in daily rampages, teaming up with your own class as you take over the city, before everything comes to a Vital End. Random rampage hours take place daily, as there are 3 classes there are 3 rampages each day meaning during the rampage hour, only one class is able to attack, and the person with the most attacks in that hour comes out with a 250 points prize.
-
I saw before there was a mod on this forum, it was an item info pop up box, which meant you could click the name of an item on your game and a window popped up with the item info in, i have searched but i cannot find this mod now, does anyone know where i can find this?
-
Custom ipn_donator NEEDED ! or original fixed ...
VitalEnd replied to VitalEnd's topic in Requests & In Production
Awesome work from him ^^ Would recomend if you ever needed work done :) problem was found fast and solved easily. -
So basically we have a donator system which kind of nearly works as it is sending the information back to ipn_donator, however it seems the script is erroring somewhere as only half of it works. What we need is someone to either fix this or to create a whole new one using the features built into our donator system. THIS IS A PAID JOB, It is urgent we get this done today! Please contact me on msn: [email protected] Or message me here if you do not have msn, thanks
-
Ajax Login! I personally would like to see the basic authenticate.php merged with login.php and have that made into ajax, would make a much better login system then, i have seen an ajax login system here on mwg, but many bugs and does not work properly, so if that could be done i would be a customer for that :)
-
A little function to go in forums.php would be good to display the users who are in the forum, a count would be good aswell so in the menu the link would like like this: Forums [3] If anyone can do this then it would be much appreciated, ive thoguth about it quite a few times and cannot figure out where i would begin.
-
I'd like to see some examples of your work and some prices, i would be interested in a full weapons set and set of achivement cards (random picture cards for achieving stuff in the game).
-
Check out the free modifications section spud, thanks for the post but it got coded already :D
-
Just did exactly that, had my banners done the very day for a very reasonable price and good quality :) Strongly reccomend them :)
-
Yeah thats not really relavent to this topic now is it, the game is still in development stages and i've only missed out an exit; line, which is all sorted now, thanks for the error spot.
-
Thanks for the code above joshua but i am curious as to why you did this: $y = $db->fetch_row($x); Could you not have just used $x instead of having to use $y to call $x ? By the way im not questioning your work, im not a great coder lol i just want to know why this was done.
-
Ah awesome, requested this yester, thank you :) What would i put in the count section on the mainmenu then ? instead of Events ({$ec})
-
LOL ^^ You really need to widen your contacts then and you will realise $20 is alot, i can get a custom game layout for $100 these days and i have recently paid $130 for a high quality design, so 5 advertising banners does not eequivilate to as whole game design, seriously thats ridiculous.
-
What kind of modifications would you like to see?
VitalEnd replied to a topic in Requests & In Production
I have tried however failed, i asked around and most people said a new auction system would have to be created for it to be able to work. -
Yeah they do a good job however only problem is they charge $99 for 5 banners, RIDICULOUS.
-
For hospital, jail, mail and events is it possibleto have a counter that updates without you refreshing the page, and as seen in facebook could you make a javascript function to change the title of the page from "game name" to "1 New Message". Would appreciate it if someone could either point me in the right direction or post up something they have already made. Thanks
-
I am in need ofr at least 5 different banners for advertising and they MUST be quality, no crap or low quality stuff, i have already been mailed a banner which was made on paint :\ I am looking for: Formats: 728x90, 468x60, 120x600, 160x600, 300x250, 125x125. File Types: GIF, JPG, PNG, SWF. Size limit is 60 KB, except for 125x125 limited to 40 KB. I would like a couple of them animated if possible as its a nice eye catching advertisement then, i have some custom made mascotts i can send the banner designer to be used on the banner. Please contact me either here or for a quicker response add me on msn: [email protected] Thanks
-
What kind of modifications would you like to see?
VitalEnd replied to a topic in Requests & In Production
I would like to see a secure auction, where adding an item to the auction would be added in the file. eg: auction.php?Action=add I would like people to have their money given back when someone outbids them and it could return their money into their bank to save them being mugged if offline. Javascript timers would be good so you do not need to refresh the page to see the time update, a buy it now price would be nice and the user could chose between putting it up for a buy it now or auction, or have both. Would be a huge file to code but sure would be awesome :) -
Well ive tried that and failed lol... if your up for doing it ill send you a couple of $$ if you can :) msn: [email protected] :thumbup:
-
Ok i couldn't get the function to work so i just wrote a query ... only problem is nothing is inserting into the table and i think its down to the SELECT query, if someone could point out the error or write it up correctly for me it would be most appreciated, thanks $winner=$db->query("SELECT * FROM users WHERE rampageKILLS > 0 ORDER BY rampageKILLS DESC LIMIT 1"); while($w=$db->fetch_row($winner)) { $db->query("INSERT INTO events VALUES('',{$w['userid']},unix_timestamp(),0,'text here')"); }
-
I dont have any custom fields i have all the same from the default mccodes forum but when i visit a forum say theres 10 posts in there, they are all reported by me then instead of me having to click the button, the way i laid it out it now displays the button but when i click it, i just stay on the same page and its like it isn't submitting. Appreciate the help by the way :) Any ideas whats wrong here?
-
Yeah but the way you laid it out when i visited the forum every topic was reported ....
-
Thank you both for help, i now have the main code all fixd and nearly working: $_POST['fp_poster_id'] = abs((int) $_POST['fp_poster_id']); $_POST['fp_id'] = abs((int) $_POST['fp_id']); $_POST['fp_text'] = mysql_real_escape_string(strip_tags($_POST['fp_text'])); if(isset($_POST['fp_poster_id']) && isset($_POST['fp_id']) && isset($_POST['fp_text'])) { echo " <form action='forums.php' method='post'> <input type='hidden' name='fp_poster_id' value='{$r['fp_poster_id']}'> <input type='hidden' name='fp_id' value='{$r['fp_id']}'> <input type='hidden' name='fp_text' value='{$r['fp_text']}'> <input type='submit' value='Report'> </form>"; } else { $poster = $_POST['fp_poster_id']; $postid = $_POST['fp_id']; $posttext = $_POST['fp_text']; $db->query("INSERT INTO freports VALUE('', '$poster', '$postid', '$posttext')"); echo 'Post successfully reported'; } print "</td> <td valign=top class='forumb'>{$r['fp_text']} {$edittext} </td> </tr>"; } However: When i click the button it just takes me to forums.php instead of reporting the forum.