91
kiwiguy
Re: Flash Not showing???
  • 2005/1/18 11:12

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


when i right click and view properties on it the url property ishttp://www.insanityrocks.com/noimage.gif.

If its a syntax error where is the syntax error i cannot see anything wrong with it..

thanks
kiwiguy



92
kiwiguy
Re: Riped off
  • 2005/1/18 8:34

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Dhurgan he talking about stealing his source code not files he has for download this script will prevent right clicking in the main page and viewing source.

And for people that do that seem not able to find there own original ideas and find them very sad and cheap.

kiwiguy



93
kiwiguy
Re: Flash Not showing???
  • 2005/1/18 8:26

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


DOesn't help mantooth as it is the right path to the flash file so I am still in a state of curiosity that it ain't working anybody else have any ideas where i could be going wrong here???

kiwiguy



94
kiwiguy
Re: Riped off
  • 2005/1/18 8:21

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


There is not much else you can do once they have taken it but you can protect yourself from future thefts. This script that would disable right click and people viewing your source

Put this in your Header section:
Quote:
<script language="JavaScript">
<!-- Beginning of JavaScript -
// Urs Dudli and Peter Gehrig.
// www.javafile.com

function buttoncheck(e) {
if(document.all && event.button==2) {
document.all.orderwindow.style.visibility = "visible"
alert("Please order my HTML-source by email!")
return false
}
if(document.layers && e.which==3) {
document.orderwindow.visibility = "visible"
alert("Please order my HTML-source by email!")
return false
}
}

function sendmail() {
if(document.all) {
document.all.orderwindow.style.visibility = "hidden"
document.forms[0].submit()
}
if(document.layers) {
document.orderwindow.visibility = "hidden"
document.orderwindow.document.forms[0].submit()
}
}

function closewindow() {
if(document.all) {
document.all.orderwindow.style.visibility = "hidden"
}
if(document.layers) {
document.orderwindow.visibility = "hidden"
}
}

if(document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown = buttoncheck;
// -->
</script>


Put this in your body section
Quote:
<div id = "orderwindow" style = "position:absolute; top:10px; left:220px; visibility:hidden">
<form action="mailto:info@someemail.com">
<table width=300 cellpadding=4 cellspacing=0 border=0>
<tr>
<td COLSPAN=2 ALIGN=MIDDLE bgcolor=0000AA><FONT face=Verdana size=1 color=FFFFFF>
<b>Your website is really cool.<br>Please mail me your source-code.</b></font>
</td>
</tr>
<tr>
<td align=right bgcolor=0000FF><FONT face=Verdana size=1 color=FFFFFF>
lastname:
</td>
<td align=left bgcolor=0000FF><FONT face=Verdana size=1>
<input type="Text" name="lastname" size="20" maxlength="40">
</td>
</tr>
<tr>
<td align=right bgcolor=0000FF><FONT face=Verdana size=1 color=FFFFFF>
fistname:
</td>
<td align=left bgcolor=0000FF><FONT face=Verdana size=1>
<input type="Text" name="firstname" size="20" maxlength="40">
</td>
</tr>
<tr>
<td align=right bgcolor=0000FF><FONT face=Verdana size=1 color=FFFFFF>
country:
</td>
<td align=left bgcolor=0000FF><FONT face=Verdana size=1>
<input type="Text" name="country" size="20" maxlength="40">
</td>
</tr>
<tr>
<td align=right bgcolor=0000FF><FONT face=Verdana size=1 color=FFFFFF>
e-Mail:
</td>
<td align=left bgcolor=0000FF><FONT face=Verdana size=1>
<input type="Text" name="email" size="20" maxlength="40">
</td>
</tr>
<tr>
<td align=right bgcolor=0000FF><FONT face=Verdana size=1 color=FFFFFF>
<input type="button" value="send request" onClick="sendmail()">
</td>
<td align=left bgcolor=0000FF><FONT face=Verdana size=1>
<input type="button" value="close window" onClick="closewindow()">
</td>
</tr>
</table>
</div>
</form>


Hope this helps you mate

kiwiguy



95
kiwiguy
Flash Not showing???
  • 2005/1/18 6:14

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I managed to add a flash banner to my site but it does not show up just as a red x on my screen

this is the code i used

Quote:
<table align="center" cellspacing="0" cellpadding="0" bgcolor="transparent" class="bg">
<tr>
<td bgcolor="#FFFFFF">
<table cellspacing="0" cellpadding="0" id="top">
<tr><td object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" id=index width=1000 height=150 codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=6,0,0,0"> <param name="movie" value="http://www.insanityrocks.com/media/flash/logo.swf">
<param name="quality" value="high">

<param name="play" value="true">
<param name="loop" value="true">
<param name="bgcolor" value="#FFFFFF">
<SCRIPT LANGUAGE=JavaScript>
<!--
var ShockMode = 0;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
if (navigator.plugins && navigator.plugins["Shockwave Flash"])
ShockMode = 1;
} if (ShockMode ) {
document.write('<embed src="http://www.insanityrocks.com/media/flash/logo.swf"');
document.write(' width=950 height=150 bgcolor="#FFFFFF" quality="high" loop="true"');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/">');
document.write('</EMBED>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)) { document.write('<IMG SRC="nonflash.gif" width=1000 height=150>');
}
//-->
</SCRIPT><NOEMBED><IMG SRC="nonflash.gif" width=1000 height=150 BORDER=0></NOEMBED><NOSCRIPT><IMG SRC="nonflash.gif" width=1000 height=150 BORDER=0></NOSCRIPT></OBJECT>

</td>


Where am I going wrong???



96
kiwiguy
Re: SOE Theme Request - PAID
  • 2005/1/18 6:09

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Have you checked out the Themes Library....

You might just be surprised how proffesional a lot of those themes are...



97
kiwiguy
Re: Adding a flash banner
  • 2005/1/18 3:43

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Thanks chainsaw all done and looking awseome Just have to upload my final masterpiece and its all done :P

Thanks for the help

kiwiguy



98
kiwiguy
Re: eek i made the top 10 posters block
  • 2005/1/18 1:53

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Brash i wonder if Mithrandir actually put himself back on the top 10 posters you think you be number 1 anylonger LOL



99
kiwiguy
Re: Lost a customer
  • 2005/1/18 0:36

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


Hey lets move on hey are we men or a social knitting club here having a nag... 1 person out of a membership base of 25000 is unhappy because they assumed to think that we all have mental telepathy. His loss not ours if he wants to have that attitude fine and dandy but why drap on the topic for I see no point but just to have a whinge as well.. Come on guys you all want to be taken seriously well sitting and whinging about 1 person leaving is not a way to go.. Whether he leaves because of bad attitude thats his right and if he returns hope he does we shall support him as best as we support everybody else..

This is my 2 cents I am kent brockman



100
kiwiguy
Re: Adding a flash banner
  • 2005/1/18 0:19

  • kiwiguy

  • Friend of XOOPS

  • Posts: 295

  • Since: 2004/4/19


I have read that and yes I feel like a total dummy I still have no idea where abouts the code for it goes i know it go in the first table but do I replace the content of the first table with this code or add it as if i added it make a double table at the top wouldn't.

Can somebody please clarify this for me as I am still haveing troubles..

sorry about being a dummy here

kiwiguy




TopTop
« 1 ... 7 8 9 (10) 11 12 13 ... 28 »



Login

Who's Online

177 user(s) are online (113 user(s) are browsing Support Forums)


Members: 0


Guests: 177


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits