Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

HTML wont work *SOLVED!!*

Asked Modified Viewed 4,194 times
D
DontLook
D
  • Junior Member, joined since
  • Contributed 24 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
asked
Junior Member

ISSUE RESOLVED, CHECK LAST REPLY AT BOTTOM FOR RESULTS!

Seems like i can get simple text links to work just fine.

This type of HTML wont work when creating a custom page

<a href="http://www.pacificpoker.com/?sr=332681&lang=en&flag=0000"><IMG SRC="http://Marketing.888.com//PacificPoker/EN/Banners/17743-125x125.gif" BORDER="0" align="left"></a>


Anyone know why? Or what i can do to fix this?

I want to allow ALL html to work on my website
Edited by DontLook on 10-09-2006 02:22,
0 replies

14 posts

S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

Should work fine, but if you might need to break out of php, use ?> <?

?>
<a href="http://www.pacificpoker.com/?sr=332681〈=en&flag=0000"><IMG SRC="http://Marketing.888.com//PacificPoker/EN/Banners/17743-125x125.gif" BORDER="0" align="left"></a>
<?

If it's in an eco statemnet, you will have to replace double qutations (") with single (')

<?php
echo "<a href='http://www.pacificpoker.com/?sr=332681〈=en&flag=0000'><IMG SRC='http://Marketing.888.com//PacificPoker/EN/Banners/17743-125x125.gif' BORDER='0' align='left'>";
?>
0 replies
F
fetloser
F
  • Senior Member, joined since
  • Contributed 275 posts on the community forums.
  • Started 2 threads in the forums
answered
Senior Member

or he could start the echo with single quotes and end it with single qoutes...that way it accepts double qoutes instead :D (usually a lot faster to replace them on only two places)
0 replies
S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

What can't we learn in this here forum...? :)
0 replies
C
chbe
C
chbe 10
------------------------------------

thebasement.gryt.com
  • Member, joined since
  • Contributed 161 posts on the community forums.
  • Started 4 threads in the forums
answered
Member

At least I am having a good time. B)
0 replies
D
DontLook
D
  • Junior Member, joined since
  • Contributed 24 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

Not working guys!

I am telling you it wont take any HTML...Please give it a try for me and maybe you will know what is really wrong

http://www.RoundersParadise.com
Edited by DontLook on 09-09-2006 00:10,
0 replies
S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

PM me adminaccess and I will check it out.
0 replies
D
DontLook
D
  • Junior Member, joined since
  • Contributed 24 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

Any luck? :(
0 replies
S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

@DontLook: I've checked your adminpanel, and it looks a bit strange, yes. The site it self seems to work fine, but adminpanel (including custom pages) is "strange".
1 - It might be that you need to reupload all the files from the "administration"-folder. Try that first
2 - It might allso be one (or more) infusions that screws it up. Maybe some moding that's gone wrong, or an outdated infusion. Try defusing one at the time, and see if that helps, but if there's been made custom alterations to the code to make the infusions work - defusiong alone wont make it ok again. You probably need to replace the files with non-modded one afterwards. Your site is quite modified as it is rigth now.

You might wanna seek help at the sites your infusions comes from, AusiMods for the most? Not sure if the sites opened again.

Sorry that I can't be of more help at the moment.
0 replies
D
DontLook
D
  • Junior Member, joined since
  • Contributed 24 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

:(
0 replies
D
DontLook
D
  • Junior Member, joined since
  • Contributed 24 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

I did what you said and I started with 2 mods that were suspect. When i was first figuring out how to setup PHPFusion I had gone to a site called Php-Invert.com and download a couple of packages

I downloaded their SIM package. It is a mini sim game that was a waste of time. I needed a ton of help to be completed.

I also downloaded their Point System.

I remembered when i first installed the sims i put files into the wrong directories. I went back using the CVS Browser and replaced any files inside the SimsZip package that I may have put into the wrong folder.

After that I went PhpAdmin and deleted any tables that were installed with these programs.

After doing that, I went back and now I can post HTML on my Forums again. I am thinking it was probably an accidental overwrite of one of my index.php from the sims package.

I thank you so much for your time sveinungs.

Althought you werent able to pinpoint the exact program, you did tell me to go back and check the mods or infusions I may have installed. That made me remember about how over a month ago i did put some files into the wrong folders.

Thanks Very Much!
0 replies
D
DontLook
D
  • Junior Member, joined since
  • Contributed 24 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

Odd it worked when posting regular links but not directly to that website stated about.

I was searching around through Google and it could be releated to Certain Files being set to 777 which should not be.

I am going to continue looking into this.
0 replies
F
fetloser
F
  • Senior Member, joined since
  • Contributed 275 posts on the community forums.
  • Started 2 threads in the forums
answered
Senior Member

what sort of server are you on? some unix types actually needs folders to be 755 and files to be 644. So your theory about 777 files could very well be correct.

Check for server api in phpinfo. If API is CGI files should be 644 and folders 755.
0 replies
D
DontLook
D
  • Junior Member, joined since
  • Contributed 24 posts on the community forums.
  • Started 8 threads in the forums
  • Started this discussions
answered
Junior Member

Ok the problem has been Solved. This time for sure! I did somemore google searching and found out that Internal 500 Error means the error is on the server which hosts my website it self.

I dug up some information on what has been causing this type of problem lately and found out that microsofts Service Pack 1 for Internet Explorer had some issues that could possibly cause a Internal 500 Error on servers. I found a link to a patch for this problem and emailed it to my WebSpace provider after notifying them of the problem.

Today I received an email telling me the problem has been resolved and should work fine and that I should contact them with anymore issues. Sure enough the HTML is working without a hitch now.

I am pretty sure this patch i sent them fixed the problem but I emailed them back anyway asking what it was they did exactly to fix this problem.

I will report the results back here incase anyone else has the same issue. It will same them a ton of time!
0 replies
F
fetloser
F
  • Senior Member, joined since
  • Contributed 275 posts on the community forums.
  • Started 2 threads in the forums
answered
Senior Member

Nice digging :D
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 14 posts
  • Votes 0 votes
  • Topic users 4 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet