trying it now, thanks!
trying it now, thanks!
I'm using 2.2
thank her for me :) I appreciate you going out of your way for me!
It would make a lot of sense, but I just can't seem to get it going!
Here is the code I'm playing with:
require_once("/mydomain.net/wordpress/wp-blog-header.php");
define('WP_USE_THEMES', false);
?>
highfivehero.net is just a domain of mine that I setup a dummy wp install to test this.. but still, no dice.
after some digging, I think its the number after Target01 that is unique to you.. now I need to figure mine out!
hmm I can't seem to get that to work- I think it has something to do with some of that code that is probably unique to the server you're on.. I'm trying to work with that general idea though..!
Should I use /mnt/Target01/328146/ like you included?
I have something that I would really like to do, but I'm not too sure how possible it is.
I have a blog at one address. I would like to access a WP install at another blog address of mine, to display those posts using a *special wordpress loop. I have full access to the mySQL server of the other address.
Is this even possible? Any ideas of how I could do this?
Thanks!
@jphill- agreed!
I was going to say charge by the hour until I read that last line. I find thats always the easiest way.
How much do you charge for normal work (hourly)?
Have you tried http://www.allposters.com/?
They have tons of posters and tapestries...
well at least I'm not crazy.. thanks for takin a look!
I wish they would email all of their customers.. if they don't know how those passwords got out, there is no promising that this can't affect everyone!
Thanks for pointing this out!
to be honest, I'm not sure how to check any logs- can I?
The plugin installs just fine, but the tables are never added..
I'm trying to write a plugin for WP, and I'm having lots of toruble creating the database. Can anyone help me troubleshoot this code?
$st_db_version = "0.1";
function st_install(){
global $wpdb;
global $st_db_version;
$table_name = $wpdb->prefix . "spinthat";
if($wpdb->get_var("show tables like '$table_name'") != $table_name) {
$sql = "CREATE TABLE " . $table_name . " (
st_id mediumint(9) NOT NULL AUTO_INCREMENT,
st_time bigint(11) DEFAULT '0' NOT NULL,
st_artist tinytext NOT NULL,
st_album tinytext NOT NULL,
st_rating mediumint(6) DEFAULT '0' NOT NULL,
st_blurb text NOT NULL,
st_img VARCHAR(100) NOT NULL,
st_url VARCHAR(100) NOT NULL,
PRIMARY KEY (st_id)
);";
require_once(ABSPATH . 'wp-admin/upgrade-functions.php');
dbDelta($sql);
add_option("st_db_version", $st_db_version);
}
}
add_action('activate_plugindir/wp_spinthat.php', 'st_install');
Thanks!
I think it would be a bit difficult to not impress people with upgrades.. after all, they are always better than downgrades! ;)
I think they are looking slick- a much better upgrade than the macbook upgrades! I have to agree with Erin, though- I'd rather drop less coin on a macbook and get (more or less) the same thing!
very interesting idea.
have you thought about developing your own media player/ uploading features? I feel like this will increase your user base!
is that why 9rules was down for a bit?
What is the best site/tool for monitoring uptime??
Thanks!
Shunning myspace is so old!
I think Derek made the ultimate MySpace layout..
they look like shields..!
yeah. maybe they established systems at different points in time, and are continually in the process of updating older content?
pay isn't everything. do you see yourself happy there?
you also can't be too picky with jobs. plus, is it just me, or does anyone else prefer http://bannisterwyatt.com/ over http://www.gnoso.com/ in terms of design? Not that http://bannisterwyatt.com/is amazing (its real simple actually), but http://www.gnoso.com/ was just not my taste!
Damn.. you've done enough thinking/research on this for everyone here ;)
I think that its a very silly system, but I could imagine how difficult it is to monitor that many song/artist titles at once! They probably have not developed clearcut standards for acceptable language yet.
Someday..
If you watch any news channel and don't question the motives behind the stories/how they are told, you are very naive. This is not a tool of the right, it is a tool of the media.
If the 9/11 attacks were caught on to well before they occurred (planning stages), the intensity of the plans would have been compared to another great disaster and your reaction would be the same as this.. though, Clinton would have been in office, so I guess I'm wrong- you would have praised him.
Call me a lefty but I would rather see facts about the individuals than approximated death counts.
I won't- I'll call you someone who watches any news channel (not just FOX).
Every time I see this title I think to myself "shaken, not stirred". So, I thought I would jot down that quick answer because it's been bugging me!
Well backups aren't a problem at all- they're all made.
I'm just not wanting to spend the money at the moment! I know it sounds cheap, but I don't have too much.. I think I'll have to wait a week or two! Not too long..
thats funny, i can't wait to see the whole thing!
http://boxofficemojo.com/daily/chart/?sortdate=2007-06-01&p=.htm
looks like it had a great opening day!!
If by editing you mean cutting out scenes, I personally think it equates censoring: Bad.
Erin said it best. Also, it's not really censoring at all- you can't look at everything in this point of view because it's just too paranoid. I'm not saying I'm against the movie, I just think that to maintain an R rating, scenes should have not made the final cut. Scenes are always cut from movies to conform to ratings scales.
I thought it was hilarious. It was very real. You could picture those characters actually existing in real life and doing the things that they do.
I agree that it was funny, but it was very unrealistic. Very.
Some of the parts did drag a little but they were important to the story.
The movie was way too long for what was accomplished. I would say there are quite a few scenes that didn't need to be in there at all. Also, they didn't even finish one particular storyline that they followed throughout the movie- kind of angered me!
4.5/5 stars
You're scale is way too easy- if this movie is a 4.5 out of 5 stars, what is anchorman? Fast Times at Ridgemont High? 40 year old virgin? old school? Dazed and Confused? zoolander? animal house? Wet Hot American Summer? (only comedies for a reason)! These movies rocked the socks off of Knocked Up.
2.5 stars out of how many?
5!
eh- when I work on anything major I usually save two copies as I go along- I'm organized like that :)
Oh yeah, thanks for the info :)
not the best news :(
I guess I'll just wait until it's dead- everything is all backed up!
I'm really surprised it got an R rating..! With all of the drugs, language, sex and nudity, I'm shocked it wasn't edited more.
I thought it was pretty funny but a bit too long (and dry at parts)- like 2.5 stars
» Accessing a different WP install on my blog ... Last Reply: 1 year ago by jackosh.
so that would work, the only problem is that the other install is on a completely different domain (same sql server/ftp though).. so I need it to point there!