2012domain
Forum Replies Created
-
Forum: Installing WordPress
In reply to: reinstall 3 TIMES!!! can not open lista tough question perhaps…
Forum: Fixing WordPress
In reply to: Godaddy free hosting – Dashboard / Admin broken[moderated] Use a pastebin when posting numerous lines of code.
Forum: Installing WordPress
In reply to: reinstall 3 TIMES!!! can not open listi saw
Hello ckliffames1 WROTE,
i work with wordpress 2.8.4, italian version.
Replace line 619 in function _print_scripts():
echo “<script type=’text/javascript’ src='” . esc_attr($src) . “‘></script>\n”;
with:
// **********************************************
// Clean for godaddy free hosting
$st_data = file_get_contents( $src );
$st_data = substr( $st_data, 0, strrpos( $st_data, ‘</iframe>’ ) );
echo “<script type=’text/javascript’>\n”;
echo $st_data;
echo “</script>\n”;
// **********************************************and replace line 686 in function print_admin_styles():
echo “<link rel=’stylesheet’ href='” . esc_attr($href) . “‘ type=’text/css’ media=’all’ />\n”;
with:
// **********************************************
// Clean for godaddy free hosting
$st_data = file_get_contents( $href );
$st_data = substr( $st_data, 0, strrpos( $st_data, ‘</iframe>’ ) );
echo “<style type=’text/css’ media=’all’>\n”;
echo $st_data;
echo “</style>\n”;
// **********************************************My dashbord work fine, with this changes and godaddy free hosting.
—————————-FIRST————-
his words:echo “<script type=’text/javascript’ src='” . esc_attr($src) . “‘></script>\n”;
with:and i tried in my file which he mentioned: wp-includes/script-loader.php.
i delete “with”, because when i firstly write down with, there is an error appear on my page,but now when i delete it, it is still a error
—————————–THEN—————-and i tried in my file: wp-includes/script-loader.php.
WITH FOLLOW,BUT ERRORS RETURNS ON MY PAGE WITH”Warning: require(/home/content/ /html/wp-includes/script-loader.php) [function.require]: failed to open stream: No such file or directory in /home/content/ /html/wp-settings.php on line 382
“I TYPE IN THE FILE IS
(here is the 619th line) echo “<script type=’text/javascript’ src='” . esc_attr($src) . “‘></script>\n”;
// **********************************************
// Clean for godaddy free hosting
$st_data = file_get_contents( $src );
$st_data = substr( $st_data, 0, strrpos( $st_data, ‘</iframe>’ ) );
echo “<script type=’text/javascript’>\n”;
echo $st_data;
echo “</script>\n”;
// **********************************************(HERE IS 694TH LINE)echo “<link rel=’stylesheet’ href='” . esc_attr($href) . “‘ type=’text/css’ media=’all’ />\n”;
// **********************************************
// Clean for godaddy free hosting
$st_data = file_get_contents( $href );
$st_data = substr( $st_data, 0, strrpos( $st_data, ‘</iframe>’ ) );
echo “<style type=’text/css’ media=’all’>\n”;
echo $st_data;
echo “</style>\n”;
// **********************************************Forum: Installing WordPress
In reply to: reinstall 3 TIMES!!! can not open list@2012 domain
http://wordpress.org/support/topic/280162?replies=102
You will have nothing but trouble trying to use godaddy free…. that is your problem
yeah, it may the reason… 1 hour ago i just sent an email to ask..
but it is quite strage that the panel list rather than is related to the free host.. since it is free, i assume i have a place to do whatever …strage ..indeedForum: Installing WordPress
In reply to: reinstall 3 TIMES!!! can not open listI start to find the problem just shortly after i upload all the 2.9.2 wordpress files by ftp to my website on GODADDY FREE hosting space. i just check the wordpress within 30 seconds or 15 seconds after uploading it. it is so short that i can not believe there is something about hacking…and my password patten is considerably strong. In addtion, i delete all files except those the GODADDY system prevents me to delete, and re upload all files extract from RAR files on my hard disk, or reupload a new downloaded one, but the result still like this.
From other side, the link you provide me above indicates that my website until now are safe, right? : )i hope that’s a helpful information help any one who would like to help me afterwards
🙂
thanks everyone
continue to wait futher advicesForum: Installing WordPress
In reply to: reinstall 3 TIMES!!! can not open listHi, the sucuri security told me WordPress internal path: /home/content/X/X/X/X/html/wp-content/themes/classic/index.php
WordPress internal path: /home/content/X/X/X/X/html/wp-content/themes/default/index.php
GOOD. WordPress current with latest version 2.9.2.
Forum: Installing WordPress
In reply to: reinstall 3 TIMES!!! can not open listi’m afraid, but i don’t think that’s the reason..trust me…….:)
Forum: Installing WordPress
In reply to: reinstall 3 TIMES!!! can not open listForum: Installing WordPress
In reply to: reinstall 3 TIMES!!! can not open listthe login page appears quite correct in all of the 3 types browser,
but control pannel is not.. by which way i can upload a picture here~Forum: Installing WordPress
In reply to: reinstall 3 TIMES!!! can not open listi just set it up.. for the 4th time, and don’t think there are plugin as default… if i am correct..
Forum: Installing WordPress
In reply to: reinstall 3 TIMES!!! can not open listONLY IE and IE related browser i can see almost”corret” version
Forum: Installing WordPress
In reply to: reinstall 3 TIMES!!! can not open listin firefox the form can not correatly appear either..
with pages.. and disorder structures
Forum: Installing WordPress
In reply to: reinstall 3 TIMES!!! can not open list2012domain, have you tried using a different browser yet?
classiec, please open your own topic instead of hijacking on that has absolutely nothing to do with your problem.
Yes.. ie firefox.. and chorm…
in chorm the basic form of that page even can not correctly appear.