Jump to content
MakeWebGames

Paypal


Recommended Posts

idk.. In basic setting's it allows you to set up your paypal address and when i type mine in it sdoesn't register and when i went to the table it wasn't in there just like my game owner and my game name.. I had to add them in myself... But I had help and i need help with my Paypal one now

Link to comment
Share on other sites

Guest Dylan1994

There is not paypal one :S i had a look at all the SQL's the only one i can find close to that is this :P hope it works for you :)[mysql]CREATE TABLE `dps_accepted` ( `dpID` int(11) NOT NULL auto_increment, `dpBUYER` int(11) NOT NULL default '0', `dpFOR` int(11) NOT NULL default '0', `dpTYPE` varchar(255) NOT NULL default '', `dpTIME` int(11) NOT NULL default '0', `dpTXN` varchar(255) NOT NULL default '', PRIMARY KEY (`dpID`)) ENGINE=MyISAM ;[/mysql]

Link to comment
Share on other sites

DPS_accepted:

[mysql]CREATE TABLE `dps_accepted` (

`dpID` int(11) NOT NULL auto_increment,

`dpBUYER` int(11) NOT NULL default '0',

`dpFOR` int(11) NOT NULL default '0',

`dpTYPE` varchar(255) NOT NULL default '',

`dpTIME` int(11) NOT NULL default '0',

`dpTXN` varchar(255) NOT NULL default '',

PRIMARY KEY (`dpID`)

) ENGINE=MyISAM ;[/mysql]

Settings:

[mysql]CREATE TABLE `settings` (

`conf_id` int(11) NOT NULL auto_increment,

`conf_name` varchar(255) NOT NULL default '',

`conf_value` text NOT NULL,

PRIMARY KEY (`conf_id`)

) ENGINE=MyISAM ;

INSERT INTO `settings` VALUES (NULL, 'validate_period', '15');

INSERT INTO `settings` VALUES (NULL, 'validate_on', '0');

INSERT INTO `settings` VALUES (NULL, 'regcap_on', '0');

INSERT INTO `settings` VALUES (NULL, 'hospital_count', '0');

INSERT INTO `settings` VALUES (NULL, 'jail_count', '0');

INSERT INTO `settings` VALUES (NULL, 'sendcrys_on', '1');

INSERT INTO `settings` VALUES (NULL, 'sendbank_on', '1');

INSERT INTO `settings` VALUES (NULL, 'ct_refillprice', '12');

INSERT INTO `settings` VALUES (NULL, 'ct_iqpercrys', '5');

INSERT INTO `settings` VALUES (NULL, 'ct_moneypercrys', '200');

INSERT INTO `settings` VALUES (NULL, 'staff_pad', 'Here you can store notes for all staff to see.');

INSERT INTO `settings` VALUES (NULL, 'willp_item', '0');[/mysql]

Link to comment
Share on other sites

WTH! 8|

@ Djkanna:

Agreed. All though CB & Dbas might be busy, personally I would just goto MCC support. But, I it's true were your getting at. :)

@ Dylan:

Thanks mate, need some more added I think. :D

@ Crimgame:

Thank you. :)

@ bladewolf2010:

OK first WTH? Not many on here don't know SQL, so there for, they can't help, along with me(But still learning, lol). People who have spare time and know SQL, will help. Like Dylan & Crimgame. And this is dreadful.

 

HAHAHA you to late now I got it myself..... With HELP from another person since I can't really get it here as quickly as I like

OK, tell you what. When you need more help. With your "Valid" MCC V2, don't come whyinging to us when your friend isn't online. Just because we have saw your thread doesn't mean we should help STRAIGHT away. We will help you when we have time. Ohh 1 more question...

With the VALID MCCV2 Files, you get a page full of SQL's. And if you don't understand, the DP SQL's should already be there. So I think someone has paid a visit to Rapidshare.. :thumbdown:

Link to comment
Share on other sites

@ Danny.

Alright honestly Danny who has a valid copy... Not many games that run on MCCodes do.. Including myself.. Mainly cause I didn't know until I got the codes from my hoster.. I already told CB about the Hosting site and my site.. So go screw yourself danny...

@ Jordan.

Sorry I'm not an experienced coder as you or most people on here. If I read the manual and understood it do you think I'd be in here asking for help?

@Rasheed Saeed.

This is a SUPPORT section. I'm not asking for help right away either..

@CrimGame.

SQL's aren't full... Your missing some..

 

CREATE TABLE IF NOT EXISTS `settings` (
 `conf_id` int(11) NOT NULL auto_increment,
 `conf_name` varchar(255) NOT NULL default '',
 `conf_value` text NOT NULL,
 PRIMARY KEY  (`conf_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=26 ;

--
-- Dumping data for table `settings`
--

INSERT INTO `settings` (`conf_id`, `conf_name`, `conf_value`) VALUES
(1, 'validate_period', '15'),
(2, 'validate_on', '0'),
(3, 'regcap_on', '0'),
(4, 'hospital_count', '0'),
(5, 'jail_count', '0'),
(6, 'sendcreds_on', '1'),
(7, 'sendbank_on', '1'),
(8, 'ct_refillprice', '30'),
(9, 'ct_iqpercreds', '4'),
(10, 'ct_moneypercreds', '1000'),
(11, 'staff_pad', 'Here you can store notes for all staff to see.'),
(12, 'willp_item', '26'),
(13, 'game_name', 'game name'),
(14, 'game_banner', 'link to your banner'),
(15, 'game_owner', 'your username'),
(16, 'paypal', 'your paypal email'),
(17, 'game_currency', 'Crystals'),
(18, 'game_value', '$'),
(19, 'game_energy', 'Energy'),
(20, 'game_will', 'Will'),
(21, 'game_brave', 'Brave'),
(22, 'game_exp', 'EXP'),
(23, 'game_health', 'Health'),
(24, 'game_description', 'your description');

 

That be the full settings..

Thank you and have a nice day..

Link to comment
Share on other sites

@ Danny.

Alright honestly Danny who has a valid copy...

i do and i think your not to smart for posting that then saying

So go screw yourself danny...

anyways djk i think its people like him that make people go ask dabs/cold sad i know but hey btw can i have a link to your site badwolf2010?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...