Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)
  • Someone fixed my site, but I don’t know who. He/She has suggested that I edit my last two posts and take out information that could be harmful to me, should hackers see it. I am new to this WP Forum, so if someone experienced on here could explain ‘how’ to edit older posts, so I can remove certain content, that would be most appreciated.

    I noticed yesterday for current posts, there is an edit link by your name, but I don’t see that now.

    Wish I knew who helped me. I am EXTREMELY GRATEFUL for your help, whoever you are. 🙂

    Ok Ipstenu:

    Just spent the past couple hours trying some different things after watching a few video’s on youtube on using Filezilla.

    I finally figured how to go into wp-config.php to edit as you suggested and tried pasted in:

    update_option(‘siteurl’,’http://rjballoondude.com/’);
    update_option(‘home’,’http://rjballoondude.com/’);

    on line 2, which was blank. I saved everything at the prompt, but now, when I type in: http://www.rjballoondude.com

    I’m getting this:
    Fatal error: Call to undefined function phpupdate_option() in /home/myon7230/public_html/rjballoondude.com/wp-config.php on line 1

    I went back in and deleted these two lines and am still getting:

    Fatal error: Call to undefined function wp() in /home/myon7230/public_html/rjballoondude.com/wp-blog-header.php on line 14

    I also found a VERY strange thing called:

    PHP-Nuke_God_Bug_Fixed which I deleted.

    Anyway, now my site won’t open at all, with or without this:

    update_option(‘siteurl’,’http://rjballoondude.com/’);
    update_option(‘home’,’http://rjballoondude.com/’);

    All I can figure is I may have pasted it in the wrong location, and when I deleted it, the HTML now is not correct,

    between: <?php and /** * The base configurations

    I have NO idea how much space should be between them.

    I did however make a copy of the edited html txt with the ‘updates’ in, so I can always paste it back.

    Ok Ipstenu:

    Here’s what I just did. Hopefully I’m understanding your instructions properly.

    I opened Filezilla, found the wp-config.php file under Filename.

    I double click to open. However, I’m not seeing the “<?php” anywhere. Here is the top few lines of this file, IF I’m opening the right thing: Also a note, my new site is an Addon, if that makes any difference.

    Status: Resolving address of http://ftp.myonlinebusinessstrategysecrets.com
    Status: Connecting to 69.90.163.35:21…
    Status: Connection established, waiting for welcome message…
    Response: 220———- Welcome to Pure-FTPd [privsep] [TLS] ———-
    Response: 220-You are user number 2 of 50 allowed.
    Response: 220-Local time is now 12:58. Server port: 21.
    Response: 220-This is a private system – No anonymous login
    Response: 220-IPv6 connections are also welcome on this server.
    Response: 220 You will be disconnected after 15 minutes of inactivity.

    No rohmellglover, I’m in Ontario, so I use Hostpapa out of Toronto. I used Host Gator before that however.

    Ipstenu:….rename your .htaccess file to OLD.htaccess

    I’ve done that. The Internal Server Error is gone now, but has been replaced with: 404 Page Not Found

    Hey rohmellglover:

    If you’re going directly to your blog that’s great. Just means you have cookies on. I was going directly to my blog to. I set my Login in WP to do that to save having to log in every time. So, I’m assuming you can get to your Dashboard? I can’t get to my site, or my dashboard at this point.

    Hey fonglh and thank you kindly for your email. I went to the link you posted but unfortunately it won’t work because I cannot get to my Dashboard of the site in question.

    As soon as I type in http://www.rjballoondude.com/wp-admin, rather than being taken to WordPress to Login, I’m taken to the Error page…Internal Server Error.

    However, when I installed this new site, I just did so as an addon and didn’t put it into a subdir. I never do that. I actually don’t know how to do that. On all the many training video’s I’ve watched, they always say ‘not’ to put your new site into a sub, so I don’t.

    I’m actually surprised my hosting company can’t help me.

    Ummm, try this: http://rohmellglover.com/wp-admin

    I just typed that in and your blog opened. Not sure why you’re typing in wp-login. To get to your WP Dashboard, from all the training I’ve been on, it’s always been http://www.domainname.com/wp-admin

    Were you able to find the “<?php” in Filezilla? I can’t find that anywhere. I’ve spent all day, going line by line in the file but just can’t locate it, so can’t add in:

    update_option(‘siteurl’,’http://example.com/blog&#8217;);
    update_option(‘home’,’http://example.com/blog&#8217;);

    I will try a few other things later tonight, but I’m really at a loss for what to do.

    What’s happening for me, when I try to get to my Dashboard, I type in:

    http://www.rjballoondude.com/wp-admin

    But, I get redirected to:

    http://rjballoondude.com/rj-balloon-dude/wp-login.php?redirect_to=http%3A%2F%2Fwww.rjballoondude.com%2Fwp-admin%2F&reauth=1

    But no page opens…instead I get the 500 Internal Server Error everytime.

    I’m sure if I knew HTML there is probably a way to change this LONG link, to get in, but I don’t know html

    Hey rohmellglover:

    I’m having the same issue as you. I did something STUPID on Wed night and tried changing the Default setting in my Dashboard for:

    WordPress address (URL)
    Site address (URL)

    As soon as I tried to update I got the 500 Internal Server Error. I went right back to my General Settings and changed back to the Default, but am still getting the I.S.E. whenever I try getting to the Dashboard of my new site rjballoondude.com/wp-admin

    I’ve contacted my hosting company; they couldn’t help. I’ve looked on Youtube for help on editing in Filezilla, but couldn’t find anything.

    The only thing I found was this:

    1. FTP to the site, and get a copy of the active theme’s functions.php file. You’re going to edit it
    in a simple text editor (like notepad) and upload it back to the site.

    2. Add these two lines to the file, immediately after the initial “<?php” line.

    update_option(‘siteurl’,’http://example.com/blog&#8217;);
    update_option(‘home’,’http://example.com/blog&#8217;);

    Use your own URL instead of example.com, obviously.

    But, I cannot find “<?php” anywhere.

    The actual page for this info is here:

    http://codex.wordpress.org/Changing_The_Site_URL#Edit_functions.php

    If you find a solution, please let me know, or if I find a solution, I’ll keep you posted. This is so aggravating.

    Thread Starter smittyrj

    (@smittyrj)

    Just spent the last hour reading and studying the Changing the URL page. I got Filezilla open and working fine.

    However, I’m not understanding this:

    2. Add these two lines to the file, immediately after the initial “<?php” line.

    update_option(‘siteurl’,’http://rjballoondude.com/blog&#8217;);

    update_option(‘home’,’http://rjballoondude.com/blog&#8217;);

    These two lines are already correct. So nothing to edit or change.

    It then says:

    4. Load the login or admin page a couple of times. The site should come back up.

    Still getting Internal Server Error.

    No idea what to do now. 🙁

    Thread Starter smittyrj

    (@smittyrj)

    Thanks, I am just rereading now. I do have Filezilla installed but have never used it, so will have to figure how to do so.

    Guess there’s no time like NOW to learn how to use it, lol. 🙂

    Thread Starter smittyrj

    (@smittyrj)

    I found that page late last night and read through it, but didn’t understand it.

    I have NO access to my Dashboard to change the url’s and in fact DID change them back last night, when I got the first error message.

    As soon as I discovered the first Error message, I immediately changed the URL’s back to what they were. But when I clicked Update, just kept getting the same error message.

    So, I can’t even get into the Dashboard now to do anything.

Viewing 11 replies - 1 through 11 (of 11 total)