Cronus Posted May 31, 2007 Share Posted May 31, 2007 Delete Gang Option Created By: Cronus Presidents of gangs can completely disband their gang with the simple click of a button This is to prevent someone buying a gang, changing their mind about wanting to run one and not being stuck in it until they can get someone to take the president spot. Price: FREE Click here to download. Quote Link to comment Share on other sites More sharing options...
Magictallguy Posted July 17, 2007 Share Posted July 17, 2007 Re: [mccode] [TGM] Delete Gang Option [TGM] Nicely done!! Thanks...+1 Quote Link to comment Share on other sites More sharing options...
HITMAN 17 Posted September 23, 2007 Share Posted September 23, 2007 Re: [mccode] [TGM] Delete Gang Option [TGM] can u post this normally plz Quote Link to comment Share on other sites More sharing options...
AlabamaHit Posted October 15, 2007 Share Posted October 15, 2007 Re: [mccode] [TGM] Delete Gang Option [TGM] thanks so much Quote Link to comment Share on other sites More sharing options...
welard Posted October 15, 2007 Share Posted October 15, 2007 Re: [mccode] [TGM] Delete Gang Option [TGM] thanks nice mod but i cant find teh President section of the gang staff room. Quote Link to comment Share on other sites More sharing options...
rye1994 Posted October 16, 2007 Share Posted October 16, 2007 Re: [mccode] [TGM] Delete Gang Option [TGM] wassap whats the program u use to look at it! :mrgreen: Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted October 16, 2007 Share Posted October 16, 2007 Re: [mccode] [TGM] Delete Gang Option [TGM] wassap whats the program u use to look at it! :mrgreen: Is this a joke...? Notepad? Quote Link to comment Share on other sites More sharing options...
YoungGold Posted October 16, 2007 Share Posted October 16, 2007 Re: [mccode] [TGM] Delete Gang Option [TGM] wassap whats the program u use to look at it! :mrgreen: LMFAO the stage this human is going through is called three stages before class: N00b and can be cured....by taking time and thinking straight Quote Link to comment Share on other sites More sharing options...
welard Posted October 18, 2007 Share Posted October 18, 2007 Re: [mccode] [TGM] Delete Gang Option [TGM] i use dreamwever Quote Link to comment Share on other sites More sharing options...
hamster01 Posted October 18, 2007 Share Posted October 18, 2007 Re: [mccode] [TGM] Delete Gang Option [TGM] i use dreamwever The human race has just descended a few levels.. Quote Link to comment Share on other sites More sharing options...
YoungGold Posted October 18, 2007 Share Posted October 18, 2007 Re: [mccode] [TGM] Delete Gang Option [TGM] i only use dreamweaver if im designing something so i can see what im doing cause i hate doing things basically blind folded. Quote Link to comment Share on other sites More sharing options...
welard Posted October 18, 2007 Share Posted October 18, 2007 Re: [mccode] [TGM] Delete Gang Option [TGM] so what is the recomeded program then?? Quote Link to comment Share on other sites More sharing options...
YoungGold Posted October 18, 2007 Share Posted October 18, 2007 Re: [mccode] [TGM] Delete Gang Option [TGM] either macromedia dreamwevaer, notepad, wordpad Quote Link to comment Share on other sites More sharing options...
hamster01 Posted October 18, 2007 Share Posted October 18, 2007 Re: [mccode] [TGM] Delete Gang Option [TGM] i only use dreamweaver if im designing something so i can see what im doing cause i hate doing things basically blind folded. either macromedia dreamwevaer, notepad, wordpad The human race has just fallen. how! what! why!! Dreamweaver equals invalid XHTML markup. Quote Link to comment Share on other sites More sharing options...
Isomerizer Posted October 18, 2007 Share Posted October 18, 2007 Re: [mccode] [TGM] Delete Gang Option [TGM] Its ashame they encourage people in web dev to use dreamweaver in college. Notepad++ > All Quote Link to comment Share on other sites More sharing options...
hamster01 Posted October 19, 2007 Share Posted October 19, 2007 Re: [mccode] [TGM] Delete Gang Option [TGM] Its ashame they encourage people in web dev to use dreamweaver in college. Notepad++ > All Or Kate, id you don't use windoze.. d: Quote Link to comment Share on other sites More sharing options...
KDawg08 Posted March 12, 2008 Share Posted March 12, 2008 Re: [mccode] [TGM] Delete Gang Option [TGM] dunno why but this fails to work for me... i dunno exactly what to put in the yourgang staff section etc. i posted the a href="douwanna.php but i dunno what i'm doin wrong... (yes i did the full <a href code) Quote Link to comment Share on other sites More sharing options...
dementor Posted March 13, 2008 Share Posted March 13, 2008 Re: [mccode] [TGM] Delete Gang Option [TGM] You have to tweak it a bit ;) Quote Link to comment Share on other sites More sharing options...
KDawg08 Posted March 16, 2008 Share Posted March 16, 2008 Re: [mccode] [TGM] Delete Gang Option [TGM] dunno how to tweak it up lol I've had a couple people from CE try to help me with this and fail at it. Quote Link to comment Share on other sites More sharing options...
gurpreet Posted March 16, 2008 Share Posted March 16, 2008 Re: [mccode] [TGM] Delete Gang Option [TGM] Just a quick question, I lost my old mysql.php file and I put it like this in the file. <? $c=mysql_connect('localhost','Passwordhere' or die(mysql_error()); mysql_select_db('DBhere',$c); ?> Then I get Parse error: syntax error, unexpected ';' in /home/gurpreet/public_html/mysql.php on line 3 Sorry to be noobish but I lost all my knowledge of this stuff. BTW it's to do with this mod as I need it for douwanna.php Quote Link to comment Share on other sites More sharing options...
jamboy1 Posted July 11, 2008 Share Posted July 11, 2008 Re: [mccode] [TGM] Delete Gang Option [TGM] Its ashame they encourage people in web dev to use dreamweaver in college. Notepad++ > All Woooooo go Notepad++ i like the bright colours xD, seems to help me :L Quote Link to comment Share on other sites More sharing options...
Cronus Posted July 17, 2008 Author Share Posted July 17, 2008 Re: [mccode] [TGM] Delete Gang Option [TGM] Just a quick question, I lost my old mysql.php file and I put it like this in the file. <? $c=mysql_connect('localhost','Passwordhere' or die(mysql_error()); mysql_select_db('DBhere',$c); ?> Then I get Parse error: syntax error, unexpected ';' in /home/gurpreet/public_html/mysql.php on line 3 Sorry to be noobish but I lost all my knowledge of this stuff. BTW it's to do with this mod as I need it for douwanna.php This... <? $c=mysql_connect('localhost','Passwordhere' or die(mysql_error()); mysql_select_db('DBhere',$c); ?> Should be this... <? $c=mysql_connect('localhost','Passwordhere') or die(mysql_error()); mysql_select_db('DBhere',$c); ?> I think... just off the top of my head that's what I see. Quote Link to comment Share on other sites More sharing options...
iR00T Posted July 17, 2008 Share Posted July 17, 2008 Re: [mccode] [TGM] Delete Gang Option [TGM] <? $c=mysql_connect('localhost','Passwordhere') or die(mysql_error()); mysql_select_db('DBhere',$c); ?> is wrong it should have a DB user int here so like this <? $c=mysql_connect('localhost','lur db user','db user pass') or die(mysql_error()); mysql_select_db('db name',$c); ?> Quote Link to comment Share on other sites More sharing options...
Cronus Posted July 17, 2008 Author Share Posted July 17, 2008 Re: [mccode] [TGM] Delete Gang Option [TGM] Yeah that looks better lol. I just noticed a bracket missing and threw that out there lol. Quote Link to comment Share on other sites More sharing options...
iR00T Posted July 17, 2008 Share Posted July 17, 2008 Re: [mccode] [TGM] Delete Gang Option [TGM] :-P I got it first lol Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.