Jump to content
MakeWebGames

canibalstew

Members
  • Posts

    131
  • Joined

  • Last visited

Everything posted by canibalstew

  1. Re: [minigame] Looking if you will buy [$100.00] Not to be rude or insulting but with iframes and includes this can be accomplished fairly easy i have had a java games site right in my game and two other games but are not open since I am still working on them. but this basic stuff to charge $100. But I guess if you had alot of extras and such maybe $100 but would have to be good and entertaining.
  2. Re: [mccode v2] Tournaments mod contact me on msn for current copy [email protected]
  3. Re: [mccodes v2] Tournement PvP [$10.00] lol why complain when there is a free version also i put a free vers on my tournaments up a while ago that you can change and do what you will also its mainly on one page all done in functions very nice but good mod man
  4. Re: [v1]Free Users Personal Page[v1] But i am sure you would need to spend alot of time watching for spamming other games nice mod but needs some security, good for free mod as is alot .They are great to have but with users spamming other games in them makes it hard to have and add to our games
  5. Re: NEW USERS IMAGE GALLERY FREE!!!!! new security updates see original post and new .rar file
  6. Re: NEW USERS IMAGE GALLERY FREE!!!!! but thats the only thing that would link to my site and now you cant acess it and will say your not from my site but if its too much to install why not pay the 10 to have me install it
  7. Re: NEW USERS IMAGE GALLERY FREE!!!!! this is your issues Edit gallery.php line 38 and 136 change http://www.battlecreekmafia.com to your site address   you would have thought you would have noticed that it was iframing my game lol   but than that dont see how it was uploading to me except this
  8. Re: NEW USERS IMAGE GALLERY FREE!!!!! lol well i have ver 2 and it worked perfectly for me but dont see why you would need to edit anything but the forms to buy it and ect other than that was all correct im not relieable to what you change and mess up as i stated before it was fully working on my game before releasing so could have been a miss edit in one of your files witch i dont see how since others worked perfectly for them actually now that i think of it it is almost self setting when you upload the first file as it sets your folders and creates them if not there dont quote me but as i figure it does the id containing folder   well sorry if you cant get it working
  9. Re: NEW USERS IMAGE GALLERY FREE!!!!! lol my god guys ok look ill install for $10 as i have and made this for ver2 you should have no issues seems you either did something wrong or your on a cache ftp program if so you have to refresh the file list the you will get folders if their id number since i said that ill say ver 1 is the only thing you possibly could have errors as i dont work with ver 1 much ummm other than that i dont know what to say it works for a fact as it is on my game as i dont want flooded with 100 people registering just to see so i will do the installs for people for $10 witch is a small price and wouldnt take me long but really cant see why your are having so much issues   NOTICE: You only change img/users/ in this line( $folder = "./img/users/{$b['userid']}/" ; ) do not change the varible {$b['userid']} and make sure folders exist   also change the upload.php file $multi_upload->upload_dir = "./img/users/{$_GET['ids']}/"; i am updating the rar file now for instructions
  10. Re: NEW USERS IMAGE GALLERY FREE!!!!! yes do that and it will work i gave very detailed instructions
  11. Re: NEW USERS IMAGE GALLERY FREE!!!!! yes please read instructions i pretty much said it all i used exact code in my game as i had worked on this and tested before even releasing thanx
  12. Re: NEW USERS IMAGE GALLERY FREE!!!!! lol thanks alot for the appreciation i have other mods comming out soon as you know their free!!!! i am in desperate need of ideas to make more   thanks Canibalstew
  13. Get the Gallery here   here is the fixed instructions with the upload.php edits as i forgot to tell all if you change image gallery floders you also have to change upload folders   ADD this table to Database CREATE TABLE `galleries` ( `Gid` BIGINT( 20 ) NOT NULL AUTO_INCREMENT , `user` BIGINT( 20 ) NOT NULL , PRIMARY KEY ( `Gid` ) ) ENGINE = MYISAM Add to users Table ALTER TABLE `users` ADD `galleryid` BIGINT( 20 ) NOT NULL DEFAULT '0'; Add to preferences links if($ir['galleryid']>0) { print"[url='gallery.php?action=galleryupload']Upload Your Pics[/url] "; } Add To explore.php [url='gallery.php?action=viewgalleries']View User Galleries[/url] if($ir['galleryid']<1) { print " [url='gallery.php?action=gallerypurchase']Gallery Dealer[/url] "; } EDIT viewgallery.php TO CHANGE WHERE IMAGES GO TO $folder = "./img/users/{$b['userid']}/" ; EDIT upload.php TO CHANGE WHERE IMAGES GO TO $multi_upload->upload_dir = "./img/users/{$_GET['ids']}/"; should be covertable for ver1 and 2 mccodes chage include "globals.php"; to session_start(); require "global_func.php"; if($_SESSION['loggedin']==0) { header("Location: login.php");exit; } $userid=$_SESSION['userid']; require "header.php"; $h = new headers; $h->startheaders(); include "mysql.php"; global $c; $is=mysql_query("SELECT u.*,us.* FROM users u LEFT JOIN userstats us ON u.userid=us.userid WHERE u.userid=$userid",$c) or die(mysql_error()); $ir=mysql_fetch_array($is); check_level(); get_mine(); $fm=money_formatter($ir['money']); $cm=money_formatter($ir['crystals'],''); $lv=date('F j, Y, g:i a',$ir['laston']); $h->userdata($ir,$lv,$fm,$cm); some other things may need changing but i am not real sure   new update for users whos images are comming to my server this is your issues   Edit gallery.php line 38 and 136 change change iframe source [url]http://www.battlecreekmafia.com[/url] to your site address i just figured people would see and know to change it cant call my http address if you want it on my server   also as security goes i am working on securing it more but as for i was doing this free i didnt put more out i have a few blocks i added today thanx for all your comments it helps alot but make sure you change i frame sources SECURITY UPDATE add to viewgallery.php $ref=$_SERVER['SERVER_ADDR']; if($ref!='CHANGE TO YOUR SERVER ADDRESS') { die("YOU ARE NOT FROM THIS SITE"); } below $_GET['id']=abs((int) $_GET['id']); $_GET['user']=abs((int) $_GET['user']); $_GET['users']=abs((int) $_GET['users']); and add this to upload.php $ref=$_SERVER['SERVER_ADDR']; if($ref!='CHANGE TO YOUR SERVER ADDRESS') { die("YOU ARE NOT FROM THIS SITE"); } below $_GET['gid']=abs((int) $_GET['gid']); $_GET['id']=abs((int) $_GET['id']); $_GET['gids']=abs((int) $_GET['gids']); $_GET['ids']=abs((int) $_GET['ids']);
  14. Re: free welfare mod thanx yeah the admin part was thrown together thanx for the reply
  15. Re: free welfare mod :-Dwell thanks for your reply but just so you know i did code this!!! look for it anywhere i challenge you :mrgreen:   also sorry for sql i do apologize i was lazy today
  16. this is a fairly easy mod just a simple welfare mod well hope you like it (::::REMEMBER:::: ithis is thrown together as i was just playing around when i made this there may or may not be errors please post all fixes here for all to see THANKS   table name:welfare welmoney int(11) 2000 not null default 0 welcry int(11) 10 not null default 0 welstat int(11) 20 not null default 0 user int (11) 0 not null default 0 add to users table welfare int(11) not null default 0 welfare_paid int(11) not null default 0 add links to explore city page as welfare signup welfare.php?action=welfareform and welfare.php?action=welfareatm as Welfate Atm then make a link to welfare.php?action=welfareatm for admins in staff panel as welfare admin   make php page called welfare <?php /** * @author canibalstew * @copyright 2007 */ include "globals.php"; switch($_GET['action']) { case 'welfareform': welfare_form(); break; case 'welfare': welfare_(); break; case 'welfareatm': welfare_atm(); break; case 'getpaid': welfare_paid(); break; case 'adminx': welfare_admin(); break; case 'adminxx': welfare_admin_sub(); break; default: print "Error: This script requires an action."; break; } function welfare_form() { global $db,$ir,$c,$h,$userid; if($ir['welfare'] > 0) {die("You are on welfare already go to your EBT ATM located in the City area");} if($ir['level'] > 30) {die("Your good on your way you dont need welfare this is for the noobs!!!!");} print "<h3>Apply for Welfare</h3><hr /> This is for the new begginners to the game a monthly welfare to boost your self to survive in this rough game!!!! <form action='welfare.php?action=welfare' method='post'> Put your User id number Here-><input type='text' name='user' value='' /> <input type='submit' value='Apply' /></form>"; } function welfare_() { global $db,$ir,$c,$h,$userid; if($ir['welfare'] > 0) {die("You are on welfare already go to your EBT ATM located in the Down Town area");} if($ir['level'] > 30) {die("Your good on your way you dont need welfare this is for the noobs!!!!");} If($ir['userid'] == $_POST['user']) { mysql_query("UPDATE users SET welfare=1 WHERE userid={$ir['userid']}",$c); } } function welfare_atm() { global $db,$ir,$c,$h,$userid; if($ir['welfare'] < 1) {die("You are not on Welfare");} if($ir['level'] > 30) {die("Your good on your way you dont need welfare this is for the noobs!!!!");} $g=mysql_query("Select * FROM welfare WHERE user={$ir['userid']}",$c); $tt=mysql_fetch_array($g); print"<table width='400' hight='400' class='table'> <tr> <td><font color=red><span>[b]Battle Creek Mafia ATM[/b]</font></span></td></tr> <tr> <td><center><span>You Have {$tt['welmoney']} {$tt['welcry']} {$tt['welstat']}(random gain on stats) </span></td></tr> <tr> <td><span><form action='welfare.php?action=getpaid' method='post'> Put your User id number Here-><input type='text' name='userget' value='' /> <input type='submit' value='Apply' /></form></span></td></tr> "; } function welfare_paid() { global $db,$ir,$c,$h,$userid; $g2=mysql_query("Select * FROM welfare WHERE user={$ir['userid']}",$c); $tt2=mysql_fetch_array($g2); $stat=rand(1,5); if($stat == 1) { $stat2='IQ'; } if($stat == 2) { $stat2='strength'; } if($stat == 3) { $stat2='agility'; } if($stat == 4) { $stat2='labor'; } if($stat == 5) { $stat2='fitness'; } if($ir['welfare_paid'] > 0) {die("You Have Been Paid Already");} if($ir['welfare_paid'] < 0) {die("You Have Been Paid Already");} if($ir['welfare'] < 1) {die("You are not on Welfare");} if($ir['level'] > 30) {die("Your good on your way you dont need welfare this is for the noobs!!!!");} if($ir['userid'] == $_POST['userget']) { mysql_query("UPDATE users SET money=money+{$tt['welmoney']} WHERE userid={$ir['userid']}",$c); mysql_query("UPDATE users SET crystals=crystals+{$tt['welcry']} WHERE userid={$ir['userid']}",$c); mysql_query("UPDATE userstats SET $stat2=$stat2+{$tt['welstat']} WHERE userid={$ir['userid']}",$c); mysql_query("UPDATE users SET welfare_paid=welfare_paid+1 WHERE userid={$ir['userid']}",$c); } } function welfare_admin() { global $db,$ir,$c,$h,$userid; if($ir['user_level'] == 2) { die("You Are Not An Admin!!!"); } $getinfo=mysql_query("SELECT * FROM welfare",$c); $gi=mysql_fetch_array($getinfo); $MoneyGiven="{$gi['welmoney']}"; $CrystalsGiven="{$gi['welcry']}"; $StatsGiven="{$gi['welstat']}"; print"<font size=3><font color=red><u>Welfare Admin</u></font> <form action='welfare.php?action=adminxx' method='post'> <table width='400' hight='400' class='table'> <tr><td>Money Given</td><td><input type='text' name='MoneyGiven' value='$MoneyGiven'/></td></tr> <tr><td>Crystals Given</td><td><input type='text' name='CrystalsGiven' value='$CrystalsGiven'/></td></tr> <tr><td>Stats Given</td><td><input type='text' name='StatsGiven' value='$StatsGiven'/></td></tr> <tr ><td colspan=1><input type='submit' value='Apply' /></form></td></tr> </table> "; } function welfare_admin_sub() { global $db,$ir,$c,$h,$userid; if($_POST['CrystalsGiven'] <0 || $_POST['MoneyGiven'] <0 || $_POST['StatsGiven'] <0) { die("you goofed up go back"); } if($_POST['CrystalsGiven'] >0 || $_POST['MoneyGiven'] >0 || $_POST['StatsGiven'] >0 && $ir['user_level'] == 2) { mysql_query("UPDATE welfare SET welmoney='{$_POST['MoneyGiven']}', welcry='{$_POST['CrystalsGiven']}', welstat='{$_POST['StatssGiven']}'",$c); print"<font size=3><font color=red><u>Updated!!!!</u></font> "; } } ?>
  17. also contributed from my header topic i really need someone trustworthy to help fix this issue its down to being the html in the code or the css setup i can PAY but how much depends on actual experience as alot has seen me trow money at people you would think alot would want to help so any one wanting to help please message me as i have been a PAYING customer to coder all over id hate to have to pay my proffessional 75$ an hr if its a simple issue and can take care of it for 10-20$ thanx
  18. Re: MCcodes Header Help ahhh yes i see i figured out what it is how to fix it is my issue for somereason menuarea function is both menu and the main window view to view jail and such well for some reason its not complying with how its flowing i need to get someone who knows how they exactly did mccodes to see where i have to change it as there has to be a widowed function added to the globals but it wont let it happen it makes me use the menuarea function to show the main window right but when i do that i get die issues and menu hide issues witch kills whole left side when doing it that way and a simple die shouldn't do that but i noticed there is the issue but how to fix it i don't know i cant see how the tied the menu and the main window together so i can separate it and use it in a separate function so to sum it up i need to figure how to split the menu area function into 2 parts the part for menu so only the menu will hide the main widow so the main window goes in right place
  19. Re: MCcodes Header Help yeah i am kinda stuck but as everyone had seen i will fix it i always find a way to learn how to but as there are alot of people that works on these seems there were to be at least 1 person who has had the issue before but guess not just looking for advice as i know the problem but everything i try dont work but i am trying a new thing today ill post back to tell how it goes thanx for your replys
  20. Re: MCcodes Header Help well seems i have been looking at this wrong i had alot into the menu area so when it does menu hide it hides all or if a die it dies all because its in that func and the dies kill whats in the function or info in it i suppose but now that i added a new func we will say its name is main and i call it in globals but now it is way off center but it is becoming a clear now i need to figure where and how to place it as it should stay in its panel like its en bedded into the main content frames but its not its way to the right and down a bit... also yes truly hard to tell when i cant give alot of access as i have other bought codes and other stuff that i cant let out as it is easy for a pro to rip codes when helping people so if anyone truly wants to help they need to come with some good references as i like to keep my code and other codes i buy safe so if you can please help with any advice you can if you have good references and you are honest message me i will let you see the header but as i said before i will check you out before even 1 sign of theft or even shadiness i will not allow you to view it sorry for this as i have had code stolen before while someone helped me
  21. OK i changed my header layout as i have noticed that ver2 header is into 3 or so funcs well i have it working with the functions but for some reason when you have a die func it cuts more than what it is supposed to as i have been thinking on why this is seems there is something to do with what is in each function as i am still learning i would like to ask for any advice on this as it seems something i am over looking and not paying attention with how the functions in header are set with the endpage and menu hide funcs
  22. Re: Tournaments mod For V2 i am so glad you all like this as i do more free mods they will get better and cleaner thank you for your post
  23. Re: Tournaments mod For V2 greate catch bro good eye
  24. Re: Tournaments mod For V2 thanx i really hope alot like this as i am trying to provide the best that i can do until i am a pro
  25. Re: Tournaments mod For V2 ok will add a fix asap thanx for the info
×
×
  • Create New...