Reply
Hi How can i create the table with the database.txt dump info?
Old 02-04-2008, 02:42 AM Hi How can i create the table with the database.txt dump info?
Junior Talker

Posts: 1
Hi How can i create the table with the database.txt dump info?

i purchased PTC script.

Im trying to install it here : http://1.fabriconengineers.com/

it shows error.

The Read me says

Quote:
- create the table with the database.txt dump info

- modify the config.php file

- Modify url.php

- Configure the paypal buttons delete my paypal email and put your paypal email in advertise.php in purchase.php and in upgrade.php

- Upload the files
please help
xceed is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 02-05-2008, 07:57 PM Re: Hi How can i create the table with the database.txt dump info?
Learning Newbie's Avatar
Moderator

Posts: 4,811
Name: John Alexander
I dunno, sounds MySQL or PHP or application specific.

What's in database.txt? Maybe it's the SQL code you need? If you see a bunch of

Create Table xxx (
yyy
)

In there, then run that through whatever console you got.
__________________
4 ways to improve the lives of the "bottom billion"

"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 07-06-2008, 11:43 PM Re: Hi How can i create the table with the database.txt dump info?
Junior Talker

Posts: 1
Name: John
Hi Learning Newbie

Mind clarifying in baby steps as to how one goes about creating the table?

The README file says as quoted above by the thread starter.

The first few lines of the SQL file (which is in .txt format) read as follows:
-- phpMyAdmin SQL Dump
-- version 2.9.0.2
-- http://www.phpmyadmin.net
--
-- المزود: localhost
-- أنشئ في: 10 فبراير 2008 الساعة 10:46
-- إصدارة المزود: 5.0.24
-- PHP إصدارة: 5.1.6
--
-- قاعدة البيانات: `alertpay`
--
-- --------------------------------------------------------
--
-- بنية الجدول `tb_ads`
--
CREATE TABLE `tb_ads` (
`id` int(11) NOT NULL auto_increment,
`user` varchar(150) collate latin1_general_ci NOT NULL,
`ip` varchar(15) collate latin1_general_ci NOT NULL,
`tipo` varchar(150) collate latin1_general_ci NOT NULL,
`visitime` varchar(150) collate latin1_general_ci NOT NULL,
`ident` varchar(150) collate latin1_general_ci NOT NULL,
`fechainicia` varchar(150) collate latin1_general_ci NOT NULL
Appreciate if you can give step by step instructions as to how to create the table so that it can be accessed by the website.

Thanks
loophole is offline
Reply With Quote
View Public Profile
 
Old 07-07-2008, 07:09 PM Re: Hi How can i create the table with the database.txt dump info?
Learning Newbie's Avatar
Moderator

Posts: 4,811
Name: John Alexander
If you convert your site to SQL Server and ASP.NET, I'll tell you the baby steps for how to make a table.
__________________
4 ways to improve the lives of the "bottom billion"

"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
Learning Newbie is offline
Reply With Quote
View Public Profile
 
Old 07-07-2008, 10:22 PM Re: Hi How can i create the table with the database.txt dump info?
mgraphic's Avatar
Truth Seeker

Posts: 2,305
Name: Keith Marshall
Location: West Hartford, CT
From the command line (or SSH):

mysql -uusername -ppaswword dbname < textfile.txt
__________________

<mgraphic /> - I don't have a solution but I admire the problem.
mgraphic is offline
Reply With Quote
View Public Profile
 
Old 07-10-2008, 11:56 PM Re: Hi How can i create the table with the database.txt dump info?
joder's Avatar
Flipotron

Posts: 6,446
Name: James
Location: In the ocean.
Keith has it right if you are installing from the command line. Are you trying to install it from there or through an interface like phpmyadmin?
joder is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Hi How can i create the table with the database.txt dump info?
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.13346 seconds with 13 queries