Jump to content
MakeWebGames

SlanderDesign

Members
  • Posts

    106
  • Joined

  • Last visited

Everything posted by SlanderDesign

  1. Can this thread get moved to the normal section of GRPG? I don't see this as a mod ?( ?( ?( Thanks
  2. Okay so you "obtained" the Generic RPG Engine. Here is a quick guide on how to set it up. First create a MySQL user and database. on the MySQL page of your Cpanel it will say add database to user. Add them together. Go to Phpmyadmin on the Cpanel. Import the SQL for GRPG. Upload the files to your Root dictionary (extract if needed) go to DBcon.php add your MySQL username and password to the file & your database. now go to your domain eg http://www.DomainNameHere.com. If you get any errors at the top this is because you haven't changed the DBcon.php file. to fix this go to the DBcon.php and make sure that is the username and password for MySQL user and also the correct database. If you don't have any errors. go to phpmyadmin on Cpanel and click GRPGusers & empty it. (Yes even though no one is signed up)   Okay now you have done that register on your game. Login. goto phpmydmin click GRPGusers, select your username and edit the admin field, it will auto be set to "0" change this to "1" That will give you the control panel in game.... If all of that is done correct you can move on to the cron's. The GRPG engine only uses 1 cron file (rollover.php) On the Cron tab in Cpanel put "www.YourDamainHere.com/rollover.php" and set it to run at midnight! Okay now your all set to start using your game! Have fun any problems or errors mail me :)
  3. Agreed. Yeah argue like mad to get known and then work like mad to keep people happy :thumbsup:
  4. No not at all, I like it. But I have had my point market recoded so didn't help me much... Although I have saved to my comment notepad ;) And who said they don't like you? 8|
  5. I have :P I tested all yours, the only one I cant get to work is the staff levels! ;@
  6. Not this old argument, your talking to one of the first players...-_-" I watched it develop, and to say Mc is the rip of this, why is Mc an engine and Torn isn't?
  7. I don't understand why it is so popular though.... My time line for Mc lasted 17 days! I got some "small fixes done" Added some mods. Paid for some mods. created a nice game for people to play, almost bug free. Found out half of the world are using the same script. So I set out to find a script, the first game I played was Prisonstruggle.com (By Far The Best Game Every, (just has crap staff)..) I then found PrisonStruggle was, is a recode of Generic RPG. So went to a friend and paid him a small price for the license to use GRPG. Since then not looked back. I hope people do come to GRPG. Yeah it isn't instant setup like Mc but it's more rewarding to spend 6-10 weeks fixing it up, getting themes, creating mods, custom mods ect! Loads to do and loads to feel proud about!
  8. Well how about stop complaining and make a custom one?... Generic RPG is in BETA stage, for the people who paid for it you will get updates from the owner every time he has one. If you didn't pay for, well try update it yourself? Seen as most of us do a better job than the creator anyway XD
  9. Yes. Pointmarket.php Not fixed it yet myself....:(
  10. Great game! Good graphics ect... Great players... Most of it's great!
  11. -Gang Vault Mod For Generic RPG- Make a file gangpoints.php and add this:   <? /*Mod made by SlandDesign This is a Free Mod, Do not sell this! Any Errors contact me: mr_l_glover(AT)live(DOT)co(DOT)UK */ include 'header.php'; if ($user_class->gang != 0) { $gang_class = New Gang($user_class->gang); if($_POST['deposit'] != ""){ $amount = abs(intval($_POST['damount'])); if ($amount > $user_class->points) { echo Message("You do not have that many points."); } if ($amount < 1){ echo Message("Please enter a valid amount."); } if ($amount <= $user_class->points && $amount > 0) { echo Message("points deposited."); $newvault2 = $amount + $gang_class->vault2; $newpoints = $user_class->points - $amount; $result = mysql_query("UPDATE `grpgusers` SET `points` = '".$newpoints."' WHERE `id`='".$_SESSION['id']."'"); $result = mysql_query("UPDATE `gangs` SET `vault2` = '".$newvault2."' WHERE `id`='".$gang_class->id."'"); $user_class = new User($_SESSION['id']); $gang_class = New Gang($user_class->gang); } } if($_POST['withdraw'] != "" && $gang_class->leader == $user_class->username){ $amount = abs(intval($_POST['wamount'])); if ($amount > $gang_class->vault2) { echo Message("You do not have that much points in the vault."); } if ($amount < 1){ echo Message("Please enter a valid amount."); } if ($amount <= $gang_class->vault2 && $amount > 0) { echo Message("points withdrawn."); $newvault2 = $gang_class->vault2 - $amount; $newpoints = $user_class->points + $amount; $result = mysql_query("UPDATE `grpgusers` SET `points` = '".$newpoints."' WHERE `id`='".$_SESSION['id']."'"); $result = mysql_query("UPDATE `gangs` SET `vault2` = '".$newvault2."' WHERE `id`='".$gang_class->id."'"); $user_class = new User($_SESSION[' ']); $gang_class = New Gang($user_class->gang); } } echo "<tr><td class='contenthead'>[".$gang_class->tag."]".$gang_class->name." vault</td></tr><tr><td class='contentcontent'>"; ?> Welcome to the gang vault. There is currently <? echo $gang_class->vault2 ?> in the gang Points vault. <? if ($gang_class->leader == $user_class->username){ ?> <form method='post'><input type='text' name='wamount' value='<? echo $gang_class->vault2 ?>' size='10' maxlength='20'> <input type='submit' name='withdraw' value='Withdraw'></form> <? } ?> <form method='post'><input type='text' name='damount' value='<? echo $user_class->points ?>' size='10' maxlength='20'> <input type='submit' name='deposit' value='Deposit'></form> </td></tr> <? echo "<td><tr>"; } else { echo Message("You aren't in a gang."); } include 'footer.php'; ?> Save and close. Open gang.php and find: <td width='20%' align='center'>[url='gangvault.php']Vault[/url]</td>   Add under this: <td width='20%' align='center'>[url='gangpoints.php']Points Vault[/url]</td> Save and close. Open classes.php and find: $this->level = Get_The_Level($this->exp);   Add under: $this->vault2 = $worked['vault2'];   Save and close. Run this SQL: ALTER TABLE `gangs` ADD `vault2` BIGINT( 25 ) NOT NULL DEFAULT 0;   All done...If I've missed something please point it out =]
  12. Oh thought you was been a douche :whistling: Sorry? :P
  13. Same here to be honest :P Still great work...Seen as me and him are the only ones making them? I don't see anyone else helping out in the GRPG section? Apart from Pudda :thumbsup:
  14. Nice....I use the same mod but mine is not the same as that :)
  15. Works great! But it's for Mc Crap...:( Nice to see people joining in though :P
  16. viewgang.php XD
  17. Okay this is a gang profile mod. You will need Magictallguy's bbcode engine posted on my profile sig mod.   Open viewgang.php find: include 'header.php';   add under it: include 'bbcode_engine.php';   next find: <td><?= $gang_member->formattedonline; ?></td> <? } ?> </table> <td></tr>   Add this after: <? print"<tr><td class='contenthead'>Gang Profile</td></tr> <tr><td class='contentcontent'> <table width='100%'> <td align='center'>".$bbc->bbcode_parse($gang_class->gangpage)."</td> </table>"; ?>   Save and close. open gang.php and find: <tr><td class="contentcontent"><?= $gang_class->description; ?></td></tr> <table width='100%' height='100%' cellpadding='5' cellspacing='2'> <tr>   Add after: <? print"<tr><td class='contenthead'>Gang Profile</td></tr> <tr><td class='contentcontent'> <table width='100%'> <td align='center'>".$bbc->bbcode_parse($gang_class->gangpage)."</td> </table>"; ?> Save and close. Create a file called changegp.php and place this in it: <? include 'header.php'; $gang_class = new Gang($user_class->gang); if ($gang_class->leader != $user_class->username){ echo Message("You do not have authorization to be here."); include 'footer.php'; die(); } if ($_POST['submit'] != ""){ $result = mysql_query("UPDATE `gangs` SET `gangpage` = '".strip_tags($_POST['gangpage'])."' WHERE `id`='".$gang_class->id."'"); echo Message("You have changed the gang profile."); $gang_class = new Gang($user_class->gang); } ?> <tr><td class="contenthead">Change Gang Profile</td></tr> <tr><td class="contentcontent"> <form method='post'> <textarea name='gangpage' cols='53' rows='7'><?= $gang_class->gangpage; ?></textarea> <input type='submit' name='submit' value='Change'> </form> </td> </tr> <? include 'footer.php'; ?>   open classes.php and find: $this->leader = $worked['leader'];   Add this after it: $this->gangpage = $worked['gangpage'];   Run this SQL ALTER TABLE `gangs` ADD `gangpage` text NOT NULL   All done! Any errors bugs mail me. Edited: it was viewgang.php :P
  18. Yeah, we have a small collection plus my personal mods... :P
  19. Thank You! Great mod...I cant see why Publius (GRPG Creator) Couldn't do this. So sad
  20. Works okay mate, just some small bugs. Will post the updates later ;) Thanks for giving me credit for profile sig :) I might have an update for profile sigs soon! Keep an eye out :P
  21. Mc Crap isn't just for n00bs lol Check some of the most popular games "Hitmanslife" "Torn" ect Yes they may have been recoded but started on Mc Crap But yeah come to GRPG! :D
  22. Works! Thanks again! I'll give you the gang profile when your next on msn :)
  23. Thanks! I changed to so it's 25% but good work! :)
  24. Hey, just want to know how many people actually use GRPG?   Just that all I know is 3 and 1 of them wont even help... I offer to help anyone with GRPG if I can. So if you need help mail me or even better add me on msn [email protected] Thanks
×
×
  • Create New...