lostinconfusion
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error. Failed to open stream: No route to hostWhen it says it can’t open the file, it means that it can’t find it. Try replacing the file (so that it can find it) that it’s looking for in line 3 and see if that helps.
———-
Thanks to both of you. It’s working now. :).
Forum: Fixing WordPress
In reply to: Error. Failed to open stream: No route to host<? include(‘header3.inc’); ?>
<p align=”justify”>
<?php include(“http://a.malificia.com/wordpress/blog10.php”); ?><? include(‘footer.inc’); ?>
Forum: Fixing WordPress
In reply to: New window after clicking url in pop-up comments.But where? I know where the code is, but I don’t know anything about PHP, so I don’t know how to change it.
Forum: Plugins
In reply to: Adding smiliesFirst add your smilies to wp-images/smilies then go to vars.php, look for the smilie trans stuff
‘ :?’ => ‘icon_confused.gif’,
‘ :-?’ => ‘icon_confused.gif’,
‘ :???:’ => ‘icon_confused.gif’,
‘ 8)’ => ‘icon_cool.gif’,
‘ 8-)’ => ‘icon_cool.gif’,
‘:cool:’ => ‘icon_cool.gif’,
Looks like that ^. And than just add something like;
‘:banghead:’ => ‘banghead.gif’,
between them.
It worked for me.