SSH
Forum Replies Created
-
Forum: Plugins
In reply to: [v1.5] Make use of thumb / link to fullsize when uploadingTHanks man.. this really was something very helpful.. u r da man 🙂
this was something what i was looking for badly. thanks
Forum: Plugins
In reply to: Image gallery in WP 1.5So whats the best gallery so far? since there are plenty? Which is more friendly with the wordpress? and more like a wordpress gallery!
Forum: Plugins
In reply to: Image UploadI can easily upload the image and i can see it . But its just the same size (not a thumbnail)
When i tried to click the catogory links and go to images, ( I cant see the image and all i see is the image title. But when i click on the title i can see it..
Help me plsForum: Plugins
In reply to: Image UploadWordPress 1.2.1 and i cant find any folder by the name archive.php
Forum: Plugins
In reply to: Image UploadCan anybody help me with this.. I dont there is a file by that name
Forum: Plugins
In reply to: wp-photos vs. exhibitis exhibitimg folder in wordpress root? or same as pluggin directory?
Forum: Plugins
In reply to: Image Upload<?php the_excerpt(); ?>
So this code gonna make it better? i mean on archive.php ??
Forum: Installing WordPress
In reply to: New installtion and this is the error i get?in u r help u have checked “privileges” ??? Do we have to? I dont have that in my vdeck?
Forum: Installing WordPress
In reply to: New installtion and this is the error i get?I have tried.. Couldnt fix it. Can you paste the same code making the changes? pls
Forum: Installing WordPress
In reply to: New installtion and this is the error i get?<?php
/** WordPress’s config file **/
/** http://wordpress.org/ **/
// ** MySQL settings ** //
define(‘DB_NAME’, ‘lovelove’);
define(‘DB_USER’, ‘lovelove_SSH’);
define(‘DB_PASSWORD’, ‘lovelovelove’);
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’
// 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’, ”);
/* Stop editing */
$server = DB_HOST;
$loginsql = DB_USER;
$passsql = DB_PASSWORD;
$base = DB_NAME;
define(‘ABSPATH’, dirname(__FILE__).’/’);
// Get everything else
require_once(ABSPATH.’wp-settings.php’);
?>
????????? is this correct?