Best Blackhat Forum

Full Version: Req The latest version Skadate X
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
i will try to get the newer one.. but what i did for admin.. i maede a new social account or public user,authorizeda/activated. then just copied over encoded PW over the default admin one. either that or i encoded one cant fo rthe life of me remember, but copy paste should be ok.

to explain this better :- grabbed user pass from profile table, copied over existing admin/inserted new one admin1. and i was good to go.

--
-- Dumping data for table `skadate_profile`
--

INSERT INTO `skadate_profile` (`profile_id`, `email`, `username`, `password`, `sex`, `match_sex`, `birthdate`, `headline`, `general_description`, `match_agerange`, `custom_location`, `country_id`, `zip`, `state_id`, `city_id`, `join_stamp`, `activity_stamp`, `membership_type_id`, `affiliate_id`, `email_verified`, `reviewed`, `has_photo`, `has_media`, `status`, `featured`, `register_invite_score`, `rate_score`, `rates`, `language_id`, `join_ip`, `neigh_location`, `neigh_location_distance`, `bg_color`, `bg_image`, `bg_image_url`, `bg_image_mode`, `bg_image_status`, `has_music`, `is_private`) VALUES
(1, 'loomy69@xxxxx.com', 'admin1', '9afc7331db9d488b49171c83a5aaf394d91dacca', 2, 1, '1974-06-28', 'Hello', 'aa', '21-30', '', 'ZA', NULL, NULL, 0, 1411653899, 1411751301, 18, 0, 'undefined', 'n', 'y', 'n', 'active', 'n', 0, 0, 0, 1, 2130706433, 'country', 0, NULL, NULL, NULL, NULL, 'active', 'n', 0);

--------------------------------------------------------

--
-- Table structure for table `skadate_admin`
--

CREATE TABLE IF NOT EXISTS `skadate_admin` (
`admin_id` int(5) NOT NULL AUTO_INCREMENT,
`admin_username` varchar(32) NOT NULL DEFAULT '',
`admin_password` varchar(40) NOT NULL,
`email` varchar(32) CHARACTER SET latin1 DEFAULT NULL,
PRIMARY KEY (`admin_id`),
UNIQUE KEY `username` (`admin_username`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=2 ;

--- Dumping data for table `skadate_admin`
--

INSERT INTO `skadate_admin` (`admin_id`, `admin_username`, `admin_password`, `email`) VALUES
(1, 'admin1', '9afc7331db9d488b49171c83a5aaf394d91dacca', 'loomy@xxxxx.com');
But does this look right to you ? http://i61.tinypic.com/157dwzq.png
share please skadate x =:
1 option would be to all contribute to a monthly signup. and we cancel after first month, after getting hold of the code
Why all this ??????

costa get a new install.php with own password in install , the only place to change admin install password and all is done
Pages: 1 2
Reference URL's