Mistery one_code

Hello Everyone!

 

I'm looking to all my database tables and I found this Mystery one_code table on my databased here is the code

 

can you tell me wat to dowith this I never see this before I have another database using Dolphin 7 and I don't see that there

Thank's

 

______________________________________________________________________________________________

 

 

-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Sep 02, 2010 at 03:22 PM
-- Server version: 5.1.47
-- PHP Version: 5.2.9

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `Myinformation_MyUsername`
--

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

--
-- Table structure for table `one_code`
--

CREATE TABLE IF NOT EXISTS `one_code` (
`id` int(11) NOT NULL,
`code` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `one_code`
--

INSERT INTO `one_code` (`id`, `code`) VALUES
(1, '0');

 

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 2 Sep 2010

Hello

 

do any one know about this Mystery one_code

 

Thank's

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 3 Sep 2010

I have never seen it. And it does not belong to dolphin, so perhaps its used by one of your modules.

https://www.deanbassett.com
Quote · 3 Sep 2010

I have the same modules install on my testing site and I check the databse tables from my testing site and still don't see the one_code

 

I have never seen it. And it does not belong to dolphin, so perhaps its used by one of your modules.

 

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 3 Sep 2010

can you provide us what wrote there ?

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 3 Sep 2010

Hi

When I click

The one_code is nothing there when me export the SQL for that table you can see this inside

_______________________________________________________________________

-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Sep 02, 2010 at 03:22 PM
-- Server version: 5.1.47
-- PHP Version: 5.2.9

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `Myinformation_MyUsername`
--

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

--
-- Table structure for table `one_code`
--

CREATE TABLE IF NOT EXISTS `one_code` (
`id` int(11) NOT NULL,
`code` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `one_code`
--

INSERT INTO `one_code` (`id`, `code`) VALUES
(1, '0');

 

 

can you provide us what wrote there ?

 

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 3 Sep 2010

You can search any php files use this table

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 3 Sep 2010

Wat php files you want me to serach using tha table

I don't know from how long I got that on my database I yes found that

by triying to fix something on my databsed

 

You can search any php files use this table

 

Post Reply - if you going to help - No for - bla bla bla bla
Quote · 3 Sep 2010
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.