phiali
Forum Replies Created
-
Forum: Plugins
In reply to: wp-moblog producing jumbled up posts.Guys, I got my moblog working 100% with my Orange SPV C500. Check out https://www.0gravity.co.uk/wordpress/index.php?cat=3 for some posts.
I used WP keitai mail @ https://unknowngenius.com/blog/archives/2004/08/23/wp-keitai-mail-plugin-v-10/
Let me know if anyone needs help …Hi dusty.
I have setup a moblog on my site (https://www.0gravity.co.uk/wordpress/index.php?cat=3) using WP-keitai-mail (https://unknowngenius.com/blog/archives/2004/08/23/wp-keitai-mail-plugin-v-10/)
Give me a shout if you need help.
Cheers.
AlistairForum: Your WordPress
In reply to: Hit me real good!Yip fixed my site with that some time ago and it’s perfect ??
Forum: Your WordPress
In reply to: Hit me real good!Me again,
I’ve been chatting with Turnip and he’s helped me with the .htaccess stuff (https://turnipspatch.com/archives/2004/10/19/killing-the-word-wide-web/) but after a day the site fell over again as the SiteURL value in the database was changed.
So the no-www trick is not working for me and my only hope right now seems to be running my PHP script to update the database every minute.
I have tried to search for the Redirect URL stuff but not found much usefull yet. Ideas?
A.Forum: Your WordPress
In reply to: Hit me real good!Okay well for now I have the following bit of this PHP code in a Cron job running every 5 minutes:
$query = “UPDATE wp_options SET option_value=’https://0gravity.co.uk/wordpress’ WHERE option_name=’siteurl’ AND option_value LIKE ‘%0gravity.co.uk%'”;
As I need the site to be up. Not sure what else to do for now as the .htaccess thing does not seem to help. Maybe I should deny access to wp_options ??Forum: Your WordPress
In reply to: Hit me real good!Agh it’s gone and done it again and it was working so well yesterday after the change. What can I do next? I’m totally stuck here as the site looks terrible when it breaks like this.
Forum: Installing WordPress
In reply to: Automatic Installation? Omg.Yes found that my host also offered that but I only discovered it after installing WP manually. Not that it was difficult at all – darn easy!
Forum: Your WordPress
In reply to: Hit me real good!Well that search term is nice and unique!! Thanks for that ?? Have implemented the .htaccess file change so lets hold thumbs.
Checked phpMyAdmin to find out what the old URL setting went to and it’s something like:
https://www.0gravity.co.uk/wordpress/wp-login.php?redirect_to=/wordpress/wp-admin/wp-images/smilies/wp-images/smilies/wp-images/smilies/wp-images/smilies/wp-images/smilies/wp-images/smilies/wp-images/smilies/wp-images/smilies/wp-images/smilies/wp-images/smilies/wp-images/smilies/wp-images/smilies/wp-images/smilies/wp-images/smilies/wp-images/smilies/wp-images/smilies/wp-images/smilies/images//t/images//t/images//t/images//t
Don’t suppose someone wants to help me keep an independant eye on the site ??
Thanks so much again,
Alistair
(fingers crossed!)Forum: Your WordPress
In reply to: Hit me real good!Guys,
Something strange is happening – it would seem that every morning my site “loses” it’s template / style and it’s all just text lying around.
Trying to click on logon brings up the logon page but redirects to some completely wrong URL. (Lots of wp-admin/wp-smiles or something like that).
If I manually enter the logon URL and logon then the site seems fine for the rest of the day. Any ideas? Don’t even know how to reproduce it.Forum: Fixing WordPress
In reply to: I messed up my installationOkay I think I fixed it as somehow my site had become https://www.0gravity.co.uk/wordpress/wp-login.php?redirect_to=/wordpress/wp-admin/wp-admin instead of https://www.0gravity.co.uk/wordpress
Changed it in mySQL and it’s okay now!