Jump to content
MakeWebGames

Shivski

Members
  • Posts

    58
  • Joined

  • Last visited

    Never

Everything posted by Shivski

  1. Re: [mccode V2] Header [$20.00] New Very clean look mate. Hope it sells for ya.
  2. Re: GRPG Exploits - Help needed lol, so i've been told. Hmm, I'll have to check everything or pay someone then lol.
  3. I have recently installed the GRPG game on my server and it seems that someone has already managed to exploit my game. It's currently in beta amungst a few friends, but im guessing someone who I may have sent the url to a while back in my old game may be hacking it. It seems they can gain cash, points and houses with ease. Is there anyone here that can assist in plugging up these exploits? :cry: Shiv
  4. Re: Chat in V2 Something similar to this.
  5. Re: Chat in V2 I would like a chat room to put into my game. I know some people on here use ajax chat in their games but would like to know what scripts are avaliable and how I would put them into my game as a normal page, so I can link to it in my main menu and user can chat whilst still in my game header.
  6. Hi all I've played around with a few chat scripts, but can't seem to find anything to impelment into my game, so that it's surrounding by my main menu and header. I've seen Ajax but can't get it to wck in my game. I've got an Ajax IM thing in my game, but it opens in another window and I want it to open within my game surrounded by the header and mani menu. Can anyone point me to any scripts that can do this and how would I put my header around it? Any help would be great. Shiv
  7. Re: change names... crystals, will, brave, ect All sorted on most of my pages now. Thanks for the help. Just going to let at the item pages now and see how easy they are.
  8. Re: change names... crystals, will, brave, ect Cheers guys. I changed it to '?' and it didn't work, so I left it lol. Wil give it a go. yeh I noticed before alot of pages don't use the currency, they just have a dollar sign in the text. Will have top go through each page and change lol. Fun :-P
  9. Re: change names... crystals, will, brave, ect Which parts of the standard MCCode V2 would I need to change in the global functions? Im not sure what to look out for to change the default currency and don't wanna mess it up. Im guessing its more then 1 simple change.
  10. Re: change names... crystals, will, brave, ect   Where is this? Im looking at changing my currency from dollars to pounds :)
  11. Re: [mccode v2] userADS All sorted now. I had re-named the .php file wrong lol. Cheers Made some edits on the mod and it works great :)
  12. Re: [mc codes lite] User Credit Card Companys   I'm still having this issue? Iv deleted the .sql data and also deleted the .php and compeltly re-installed it all again and its still a blank page. The header shows, so most of the code is working.
  13. Re: change names... crystals, will, brave, ect Best thing to do is go through each page and edit it by using CTRL-F, find the thing u want to change, edit it, then repeat for each thing :)
  14. Re: [mccodes v2] Main Announcement at the top of the all pages Cheers Killah. I feel so dumb, I should have tried that, but... lol. Nice 1 anyway. nice mod :)
  15. Re: [mccodes v2] Main Announcement at the top of the all pages When i try to add it to my header, it does not work. MThe code surrounding donator.php is as follows   </table>"; print "[url='donator.php'][b]Click here to donate to {$set['game_name']} now to become a respected dj![/b][/url] "; } function smenuarea() { include "smenu.php"; global $ir,$c;   Where would I place the annoucement code?
  16. Re: [mc codes lite] User Credit Card Companys Hmm, iv added this, but when I click the link, there is nothing. The game around it is fine, just no tables or anything. iv added the sql and the .php file again to no avail. Im using the V2 version. Any ideas?
  17. Re: A standalone Mug mod Ahh I get ya, sorry for the stupid question lol. Shall look at adding it soon :)
  18. Re: A standalone Mug mod Thanks for the link. I can't seem to see exactly what it does though? Can you explain? is it hacking into peoples user accounts and stealing their game cash and crystals? Any screen shots avaliable?
  19. Hey I am looking for a stand alone Mug mod? This might not be the best place to ask, but i've searched through the forums and can't find anything. Im not looking for an attack then mug mod, but a mod where they click a users profile and select mug, then grab some of the cash :D Shiv
  20. Re: [v2]Assassin.php[v2] I have had reports that on using this on Friday , the player that gets hit has been in hospital over the weekend on -2mins?
  21. Re: [mccode v2] Roulette Problem sorted, it was because I had had changed the name of the file. :D thanks
  22. Re: [mccode v2] Roulette When using this code, I click anything on the page and I get... Error, you cannot refresh or go back on the slots, please use a side link to go somewhere else.
  23. Re: [v2]Assassin.php[v2] Can confirm this works now :D
  24. Re: "if location =" ... query Hey, that sorted the 1st issue out, cheers. But, when I try to add another location query, it once again goes blank. This is the way I have coded it. I can't see any prints or echos open, btu im possibly blind lol   a href='shops.php'>All Shops</a> "; if($ir['location'] == 1) { print " [url='shops.php?shop=4']Geoff's Gun Shop[/url] [url='shops.php?shop=5']Andy Gun Shop[/url] [url='shops.php?shop=6']Steve's Shoe Shop[/url] [url='shops.php?shop=9']Owen's Odds & Sods[/url] "; } print " if($ir['location'] == 2) { print " [url='shops.php?shop=10']Shop[/url] [url='shops.php?shop=11']Shop[/url] [url='shops.php?shop=12']Shop[/url] [url='shops.php?shop=13']Shop[/url] "; } print " [url='itemmarket.php']Item Market[/url]
  25. Re: "if location =" ... query Wicked will give it a try. If I want to change the location after I put all those up. How would I add it?
×
×
  • Create New...