pierceopolis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Arrgghh What does this Mean? Parse error, syntax errorThank you moshu I am working on the problem and have changed passwords again.
Thanks I will double check those areas. I am currently updated to the most resent version. I used the wordpress automatic updater plug in to do so.
I have not had anyone else comment that they saw the problem, I have not viewed from another computer yet. I have removed the code I mentioned above and that seemed to stop the autodownload. I have cleared the cache and settings and the report attack site window still pops up.
I am going to double check the code as suggested to make sure it’s all out. I do not know exactly what I’m looking for but I found the one bit of code(url) so far.
Thanks for your input, it really helps.I have found this url in the bottom of the browser when my page loads, DO NOT CLICK MALICIOUS DOWNLOAD***<thebigtoplite.cn/all/load.php?id=82620>***DO NOT CLICK MALICIOUS DOWNLOAD, I believe this is what is causing the download. I cannot find it anywhere on my page or in my files. Does anyone have any knowledge of this one? also I have seen a post about this but the post is in French, I do not speak enough to understand what the are saying. the blog post is here
http://forum.malekal.com/viewtopic.php?f=62&t=15376If anyone can shed some light on this one so I can remove it, I would be grateful.
Pierce
Forum: Fixing WordPress
In reply to: Arrgghh What does this Mean? Parse error, syntax errorI kind of cheated, I performed an update to the newest WP and everything is working again.
I would still like to know how to fix that parse, syntax error though. just out of curiosity. Thanks again moshuForum: Fixing WordPress
In reply to: Arrgghh What does this Mean? Parse error, syntax errorI don’t believe I edited anything. I followed the instructions through fantastico through hostgator several months ago and have only uploaded new themes. I recently changed my theme a few weeks ago.
This problem occurred today after I had made a new post.
I will try reinstalling though, thanks moshuForum: Themes and Templates
In reply to: Total newb needs theme editing help. where and how to edit ?oops here is the right code
href=”http://www.natural-environment.com/places/australia/nsw/byron_bay.php”>
<img src=”http://www.natural-environment.com/images/australia/nsw/byron_bay_1_t.jpg” width=”330″ height=”248″ border=”0″ alt=”Byron Bay, Australia” />Forum: Themes and Templates
In reply to: Total newb needs theme editing help. where and how to edit ?ok hows this, i found this image redirect code
<img src=”http://www.natural-environment.com/images/australia/nsw/byron_bay_1_t.jpg” width=”330″ height=”248″ border=”0″ alt=”Byron Bay, Australia” />
is the href= the url i am wanting the clicker to go too?
is the src= where the image is”hosted” either uploded to the server in a file? or a url to the image hosted by a third party ie:slide.
Am I getting close?
Forum: Themes and Templates
In reply to: Total newb needs theme editing help. where and how to edit ?thanks, an although I did read through the help/faq and forum posts section’s I did not find the answer to the question on how to add a pic and redirect url with it. I have opened my PSpad and have my header.php file open in it.
</head>
<body>
<div id=”top”>
<div id=”header_top”>
<div class=”top_banner”>
<img src=”<?php bloginfo(‘template_url’); ?>/images/468×60.gif” alt=”468×60 box for AdSense or other advertiser” />
</div>
</div><div id=”nav”>
<div id=”menu”>I can see where the info for the banner is, I know the pic is in the image file and I can change the pic there but how do I insert the code at this point and what would the code be so I dont mess the thing up. Although I know a bit of html basics it is still very much like trying to read a spilt bowl of alphabet soup on a calculus equation.
Is it at the alt=put my pic adress and url redirect? and what is the best code for that.
I did find the area to change the newsletter subscribe form in the same header.php file and believe I can do that one without to much trouble. HA.Thanks for your reply samboll.