Webmaster Forum
Go Back   Webmaster Forums UK SEO SEM Webmaster Community Forum - UKWW > Web Design and Website Development > Help and Tutorials for new Webmasters
Register FAQ Members List Downloads Calendar Today's Posts Webmaster Resources Webmaster Blogs

UK Web Hosting
UK Web Hosting
Website Hosting
Website Hosting
UK One Way
UK One Way
Free Website Thumbnail Creator
 
Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 04-14-2007, 05:25 PM
Senior Member
 
Join Date: Apr 2007
Posts: 120
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
funkypilchard is on a distinguished road
Default

Ok guys..

I have upgraded to a business package to get the extra database.
I am pretty sure I have created a new database on mysql correctly.
Here is the word press file I edited and saved (my info is the *** )

<?php
// ** MySQL settings ** //
define('*****_****', 'wordpress'); // The name of the database
define('*****_****', 'username'); // Your MySQL username
define('*****_****', 'password'); // ...and password
define('*****_localhost', 'localhost'); // 99% chance you won't need to change this value

// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = 'wp_'; // Only numbers, letters, and underscores please!

// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', '');

/* That's all, stop editing! Happy blogging. */

define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>

I have created a new folder called blogs in the public.html folder (the root folder?) I used normal mode to upload.

unfortunately all I see is a new web page with no word press details, do you think it is because I should have selected binary or ascII when uploading to my web space, I uploaded EVERYTHING from within the word press folder but not the main folder itself?

thanks in advance.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #12 (permalink)  
Old 04-14-2007, 05:48 PM
Senior Member
 
Join Date: Apr 2007
Posts: 120
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
funkypilchard is on a distinguished road
Default

one other thing, I edited and saved the php file in wordpad, if that makes a difference?
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #13 (permalink)  
Old 04-14-2007, 07:08 PM
Senior Member
 
Join Date: Apr 2007
Posts: 120
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
funkypilchard is on a distinguished road
Default

hey hey... don't know how but I've got to the first step :-o
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #14 (permalink)  
Old 04-14-2007, 08:22 PM
temi's Avatar
Facilitator
 
Join Date: Jun 2003
Location: London, England.
Posts: 11,442
iTrader: 16 / 100%
Thanks: 2
Thanked 14 Times in 7 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
temi is just really nicetemi is just really nicetemi is just really nicetemi is just really nicetemi is just really nice
Send a message via ICQ to temi
Default

I think you have done more than the first step, you have actually installed the blog, well done
__________________

* Build a shopping cart for your business with eCommerce software UK
* BossCart.com can build you a
Bespoke shopping cart
::
Add Eco sites to The Green Directory free of charge.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #15 (permalink)  
Old 04-14-2007, 08:36 PM
Senior Member
 
Join Date: Apr 2007
Posts: 120
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
funkypilchard is on a distinguished road
Default

cheers Temi and friends...

I will try and post a clear precise way to install a word press blog in my own laymans words here tomorrow, this may help others like me in the future? but tonight I need a cold beer
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #16 (permalink)  
Old 04-14-2007, 08:41 PM
temi's Avatar
Facilitator
 
Join Date: Jun 2003
Location: London, England.
Posts: 11,442
iTrader: 16 / 100%
Thanks: 2
Thanked 14 Times in 7 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
temi is just really nicetemi is just really nicetemi is just really nicetemi is just really nicetemi is just really nice
Send a message via ICQ to temi
Default

That would actually very useful for complete newbies because most of the people who have been giving you advice makes lots of assumption about your experience, that assumption is based on their own experience which is usually considerably more than a newbies, so a step by step install guide form you will be VERY good, it will also serve as a manual for you should you need to install another copy in future
__________________

* Build a shopping cart for your business with eCommerce software UK
* BossCart.com can build you a
Bespoke shopping cart
::
Add Eco sites to The Green Directory free of charge.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #17 (permalink)  
Old 04-15-2007, 10:04 PM
Senior Member
 
Join Date: Apr 2007
Posts: 120
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
funkypilchard is on a distinguished road
Default

Firstly you will need to gain access to your web space control panel, in my case it is a cpanel, it is straight forward to create a new database, you simply click on create new database, then create a new user and password, assign the user to the database you have just created allowing all privileges.
Cpanel should tell you what the host is, mine is localhost. (write down or save the user name and password, my database added my domain name and a _ before the user name etc).

Then you will need to download your blog files ready for editing, I used word press: WordPress › Blog Tool and Weblog Platform there are very good instructions here for installation but it doesn't tell you everything: How to install a WordPress blog in cPanel at Meta&#xfb02;uence

You then unzip the file and open the php file that will drive the database, in word press that file is sample-wp-config.php
DO NOT open and edit in wordpad. Notepad was what I used.

For this example lets say my website is called www testwebsite.com
You need to add three things.
OK the code in sample-wp-config.php looked exactly like this after I had edited the file:

<?php
// ** MySQL settings ** //
define('DB_NAME', 'testwebsite_blog'); // The name of the database
define('DB_USER', 'testwebsite_testuser'); // Your MySQL username
define('DB_PASSWORD', 'mypasswordgoeshere'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value

// You can have multiple installations in one database if you give each a unique prefix
$table_prefix = 'wp_'; // Only numbers, letters, and underscores please!

// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to 'de'
// to enable German language support.
define ('WPLANG', '');

/* That's all, stop editing! Happy blogging. */

define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #18 (permalink)  
Old 04-15-2007, 10:20 PM
Senior Member
 
Join Date: Apr 2007
Posts: 120
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
funkypilchard is on a distinguished road
Default

OK, then you need to save this php file over the existing sample-wp-config.php in the folder you opened it in originally, then simply rename the file wp-config.php (by removing the word 'sample').

Now, access your webspace via ftp, I downloaded and installed FileZilla Homepage - Index which is free.

Then find the root directory which in my case is called called public_html but it can also be called “httpdocs”, “www”, “http”, “docs”, or “public”.

Open that folder on your webspace, create a new folder called 'blogs' (or alike) and double click to open it, then open the main word press file on your p.c. (still in the ftp programme) and drag and drop all of the content files of word press (including the newly edited wp-config.php) into the newly created 'blogs' folder which now sits within public_html. My ftp decides how to upload files automatically I think, but I believe that binary should be selected for php file transfers which can be selected from the nav bar in ftp programme (Temi?).

Once this is uploaded, close the ftp and type something like... yourwebsite.com/blog or... yourwebsite.com/blog/wp-admin/install.php in your address bar (including the www. of course)

If this brings up an error page, follow the instructions there, check your user name, password etc is typed correctly with no spaces or spelling errors, a good place to go then could be post a question here or on the word press forum (you're likely to get honest help and fast response here) I worked between the two to be honest.

If it worked then you simply follow the on-screen instructions, my own blog needs some attention because of the way the web site was built, in this instance you could try going back to your web designer OR as suggested, you might get a response here or at least someone will maybe point you to somewhere that would be of help.

That's all folks
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #19 (permalink)  
Old 04-15-2007, 10:36 PM
temi's Avatar
Facilitator
 
Join Date: Jun 2003
Location: London, England.
Posts: 11,442
iTrader: 16 / 100%
Thanks: 2
Thanked 14 Times in 7 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
temi is just really nicetemi is just really nicetemi is just really nicetemi is just really nicetemi is just really nice
Send a message via ICQ to temi
Default

FunkyP,
This is excellent, I will repost it at a more visible location tomorrow, thanks for taking the time to put back in the community, I have added to your reputation
__________________

* Build a shopping cart for your business with eCommerce software UK
* BossCart.com can build you a
Bespoke shopping cart
::
Add Eco sites to The Green Directory free of charge.
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
  #20 (permalink)  
Old 04-16-2007, 01:11 AM
Senior Member
 
Join Date: Apr 2007
Posts: 120
iTrader: 0 / 0%
Thanks: 0
Thanked 0 Times in 0 Posts
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
funkypilchard is on a distinguished road
Default

Thanks Temi... (and fam), to anyone reading this, the encouragement is sometimes all that you need to suss it out for your self.
If you get stressed, walk away for a few hours, forget it, look at it afresh the next day, the brain can take in a great deal of info but trying to unravel that info and put it in some kind of coherent formula in one GIANT leap is often too much.

I sometimes think of myself as a complete novice with web related matters, but really.. it's like anything, once you jump onto that first stepping stone, basically, it gives you the confidence to try the next one, and the next one and so on
Digg this Post!Add Post to del.icio.usStumble this Post!Wong this Post!
Reply With Quote
Reply

Bookmarks

Webmaster Resources
UK Web Hosting
UK WW SEO Tools
Free site submission
Web Directory
 
Advertisement
Get top 10 exposure
 
Site Of the Month
BizzFace
Nominate site of the month
 
Tag Cloud
2 columns admins wanted advice ajax article submistion best site bid bidding directory butterflies chip maker coda community concentration coupon code digg directories submission directory domain for sale domain name dzone ecommerce ecommerce poll forum free free download free hosting free web hosting google google serps instant messenger intel internet internet spending keywords limitations lightbox linux and windows server microsoft mod modeling moderators wanted monopoly mootools msn music online newbie nominate not possible online retail online spending owg in london paid forum posting photography php reddit review review website scripts search engine seo site promotion skype social bookmarking special discount submission thank you theme web hosting website of the month win a network yahoo

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
PR4 Real Estate - blog posts for sale - one year old blog stock_post Other