Jump to content
MakeWebGames

Reecey12345

Members
  • Posts

    165
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Reecey12345

  1. Ah I guess i could be, but about the Support and stuff, that isn't wrong, it took Mccodes 3 week to reply to my first support ticket and now my second one its been a month, no reply
  2. Looking at the screenshot, looks great! Nice work, also your game is looking really cool now nice work there too :-)
  3. Well considering there is no one working for Mccodes anymore dealing with support request and games with no license, there probably won't be a V3.
  4. Here is the updated README. This is exactly how I did it and works perfectly fine for me. It's basically just finding the username functions, and wherever else you want to show the imaged username then find it within that page.   Images as your username * Mccodes version 2.* * Created by sniko * Paid system £20 // NOW A FREE RELEASE BY SNIKO. * 1 License only. * This README was adjusted by Reecey12345 of MWG for easier tutorial. * chmod images/username to 777, if it's not already * Create new directory "images/username" * Open phpmyadmin CREATE TABLE IF NOT EXISTS `user_imageusername` ( `userid` int(11) NOT NULL, `imagepath` varchar(50) NOT NULL COMMENT 'exclude the directory names.', PRIMARY KEY (`userid`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='PAID SYSTEM BY sniko'; * Open header.php & find: if($ir['donatordays']) { $u = "<font color=red>{$ir['username']}</font>";$d="<img src='donator.gif' alt='Donator: {$ir['donatordays']} Days Left' title='Donator: {$ir['donatordays']} Days Left' />"; } * Add below: /* See if their username is an image. - sniko */ $get = $db->query("SELECT `imagepath` FROM `user_imageusername` WHERE `userid`={$_SESSION['userid']}"); if( $db->num_rows($get) ) { $r_image = $db->fetch_row($get); $txt_username = $ir['username']; $ir['username'] = "<img src=\"images/username/{$r_image['imagepath']}\" alt=\"{$txt_username}\" />"; } * Open viewuser.php & find: if($r['donatordays']) { $r['username'] = "<font color=red>{$r['username']}</font>";$d="<img src='donator.gif' alt='Donator: {$r['donatordays']} Days Left' title='Donator: {$r['donatordays']} Days Left' />"; } if($r['laston'] >= time()-15*60) { $on="<font color=green><b>Online</b></font>"; } else { $on="<font color=red><b>Offline</b></font>"; } * Add below: /* See if their username is an image. - sniko */ $get = $db->query("SELECT `imagepath` FROM `user_imageusername` WHERE `userid`={$_GET['u']}"); if( $db->num_rows($get) ) { $r_image = $db->fetch_row($get); $txt_username = $r['username']; $r['username'] = "<img src=\"images/username/{$r_image['imagepath']}\" alt=\"{$txt_username}\" />"; } * Open userlist.php & find: if($r['donatordays']) { $r['username'] = "<font color=red>{$r['username']}</font>";$d="<img src='donator.gif' alt='Donator: {$r['donatordays']} Days Left' title='Donator: {$r['donatordays']} Days Left' />"; } * Add below: /* See if their username is an image. - sniko */ $get = $db->query("SELECT `imagepath` FROM `user_imageusername` WHERE `userid`={$r['userid']}"); if( $db->num_rows($get) ) { $r_image = $db->fetch_row($get); $txt_username = $r['username']; $r['username'] = "<img src=\"images/username/{$r_image['imagepath']}\" alt=\"{$txt_username}\" />"; } * IM NOT SURE WHERE THIS GOES? I DIDN'T ADD THIS PART TO MY GAmE AND WORKS PERFECTLY WITHOUT IT * function username($userid) { global $db; $ori = $db->query("SELECT `username` FROM `users` WHERE `userid`={$userid}"); $get = $db->query("SELECT `imagepath` FROM `user_imageusername` WHERE `userid`={$userid}"); if( $db->num_rows($get) ) { $r_image = $db->fetch_row($get); $txt_username = $db->fetch_single($ori); return "<img src=\"images/username/{$r_image['imagepath']}\" alt=\"{$txt_username}\" />"; } else { return $db->fetch_single($ori); } }
  5. I will update the README part of the file to how I got it working and post it here for anyone who is struggling with it. Give me 10 minutes.
  6. I'd give him £2.50, maybe round it to £3.00 if he's lucky. Maximum offer, considering its Ravans and illegal, but for £3.00 I guess its not too bad as it can easily be converted into something legal.
  7. Im just wondering has anyone out there made a module for Gradient usernames? I know there is a Imaged usernames. But if someone has this or is willing to make then I am happy to give payment for this. But I dont want no scruffy coding.
  8. QUERY ERROR: Table 'soutsq127.clans' doesn't exist Query was SELECT `u`.*,`g`.* FROM `users` `u` LEFT JOIN `clans` `g` ON `g`.`clanID`=`u`.`clan` WHERE `u`.`laston` > unix_timestamp()-15*60 ORDER BY `laston` DESC   "clans" where is this from :P I think this needs replacing for Gangs i guess? Needs neatening up but so far as what i see apart from that error looks okay.
  9. Id have interest in using this. I already do use this but updates would be fantastic.
  10. Looks good, but you should really test deep in before releasing! I found 1 error so far. When you try to reply to someone's mail you first have to add them into your Contacts otherwise it wont allow you to do reply.
  11. Sniko there is one issue with your property mod, when creating a property, when filling all fields it says "Please fill out all fields!"
  12. I was very very close to buying these recently;-) but thanks!
  13. Already have someone to do it, thanks anyway!
  14. converting from HTML to Php, sorry about not stating that.
  15. Request to move this to Free Modifications or somewhere, posted in the wrong area oops.
  16. As I'm stuck with converting a template which I had converted not long ago by Pete, I lost the files. So I'm not looking to go make another payment, I'm wondering if someone will spend a bit of time converting it for me? Reece.
  17. Again, are you using V1 or V2 and what is the query.
  18. Are you using V1 or V2? PM me.
  19. I would happily pay for this, but you've released it on the web so anyone could have ripped that by now so nty..
  20. Cheers, i did state Pete anyhow and most people would understand that is you:-)
  21. Here is a layout I got coded about 3 days ago by Pete. To clarify, the design is mine this is coded by W3Theory || Peter. As Instead of Zebba coming to Wreckless-Life, we have now changed so I will be going to Gang Nation. So yes I'm selling this, I have the PSD, Html/css version and the php version fitted in with MCCodes V2. As it's not the best of layouts, I'm guessing someone would buy this cheaper and rework the images to make it look better, so here it is. How it looks in MCCodes: http://i61.tinypic.com/2s7j4aa.png How it looks in the regular Html/css: http://i60.tinypic.com/2h3a5w0.png So, I'm not looking for big money, but £25 as the minimum, if you want for £25 I will take it. I ONLY TAKE PAYMENTS FIRST TO PREVENT SCAMS, SO DON'T WASTE MY TIME. Cheers, Reece.
  22. Crons? Or not required?
  23. Dude you stupid or something? If you read the threads proper you know what your going on about, the others are me selling designs & this one is wanting one coded.
  24. Request no longer needed.
  25. Football bets, admin can set teams to bet on and then either the admin enters the results or automatically the results are done. These bets would be for real life games.
×
×
  • Create New...