iSketch Forum

Thanks to all who have used the ads, they'll be gone soon :D
iSketch Gallery

Go Back   iSketch Forum > iSketch > Help

Help Something on iSketch confusing you? Don't worry, be happy! Read some threads or post a new one in here for some help.

Reply
 
Thread Tools Display Modes
  #1  
Old 27-09-2007, 02:23 PM
Infidelvious's Avatar
Infidelvious Infidelvious Çevrimdışı
Junior Member
 

Join Date: Sep 2007
Posts: 7
Thanks: 0
Thanked 5 Times in 2 Posts
Infidelvious is on a distinguished road
Question JavaScript Links?

Is there any way to post a JavaScript link? I've got an advertisement free version of iSketch that I would like to share, but it's a JavaScript link:

<a href="javascript:(window.open('http://www.isketch.net/isketch.shtml','iSketch','width=727,height=429,men ubar=no,toolbar=no,scrollbars=no,status=no,locatio n=no,directories=no,resizable=no'))();">

When I try using the WYSIWYG (hate those by the way, is there any way to post raw HTML and have it converted 100% like I type it?), this is what I get:

javascript:(window.open('http://www.isketch.net/isketch.shtml','iSketch','width=727,height=429,men ubar=no,toolbar=no,scrollbars=no,status=no,locatio n=no,directories=no,resizable=no'))();

If you visit there, it translates to:

http://javascript<b></b%3E:(window.open('http://www.isketch.net/isketch.shtml','iSketch','width=727,height=429,men ubar=no,toolbar=no,scrollbars=no,status=no,locatio n=no,directories=no,resizable=no'))();

Which is almost what I want:

javascript:(window.open('http://www.isketch.net/isketch.shtml','iSketch','width=727,height=429,men ubar=no,toolbar=no,scrollbars=no,status=no,locatio n=no,directories=no,resizable=no'))();

In retrospect, this may be a vBulletin question and not an iSketchForum question per se.

There might not be a way to do what I'm asking, but I figured I'd ask anyway.

I could post it on an external site, like:

http://www.example.org/isketch_popup.htm and have a link on that page, but that's extra clicking for everyone and, in my opinion, defeats the purposes of a forum. Not to mention the fact that I don't want to have to worry about hosting something just for one link.

Alternatively, I could tell people to copy and paste:

javascript:(window.open('http://www.isketch.net/isketch.shtml','iSketch','width=727,height=429,men ubar=no,toolbar=no,scrollbars=no,status=no,locatio n=no,directories=no,resizable=no'))();

into the address line of their browsers, but again, not very user friendly, and defeats the purpose of a forum.

So, in summation, to answer this question:

Feedback What would you like to see added to the iSketch Forum, how can it be made a better place? Tell us here.

I would like the ability to post raw html and have it converted 100% like I type it. I believe that it will make the iSketch Forum a better place, but like I said, maybe a vBulletin question.

Thanks.
Reply With Quote
  #2  
Old 27-09-2007, 02:41 PM
2.0's Avatar
2.0 2.0 Çevrimdışı
Super Moderator
 

Join Date: Oct 2006
Posts: 2,043
Thanks: 47
Thanked 111 Times in 61 Posts
2.0 will become famous soon enough2.0 will become famous soon enough
A mod might be able to format that link for you so it works, but as for getting it posted on the forum you have to go directly to peter.
__________________
TTP
IT IS TIME. RIGHT NOW.
Reply With Quote
  #3  
Old 27-09-2007, 02:45 PM
jewels's Avatar
jewels jewels Çevrimdışı
Royal Member
 
Join Date: May 2006
Posts: 1,095
Thanks: 1
Thanked 4 Times in 3 Posts
jewels is on a distinguished road
Quote:
Originally Posted by Infidelvious View Post

Feedback What would you like to see added to the iSketch Forum, how can it be made a better place? Tell us here.Thanks.

Hi Infidelvious, we do already have thread for suggestions for the forum


http://www.isketchforum.net/suggesti...m-t1319p6.html


edit: I have tried to post html links before, with no luck on here.

Last edited by jewels; 27-09-2007 at 02:50 PM.
Reply With Quote
  #4  
Old 27-09-2007, 04:39 PM
sense's Avatar
sense sense Çevrimdışı
Super Moderator
 

Join Date: May 2006
Location: Canada
Posts: 266
Thanks: 5
Thanked 26 Times in 13 Posts
sense has disabled reputation
Quote:
Originally Posted by Infedelvius
I would like the ability to post raw html and have it converted 100% like I type it. I believe that it will make the iSketch Forum a better place, but like I said, maybe a vBulletin question.
Being able to post raw HTML would allow security loopholes in the forum, like cross-site scripting. I think Peter would not be keen on that
Reply With Quote
  #5  
Old 27-09-2007, 04:47 PM
flopsy
Guest
 
Posts: n/a
Quote:
Originally Posted by sense/net View Post
Being able to post raw HTML would allow security loopholes in the forum, like cross-site scripting. I think Peter would not be keen on that
What he said. Same applies to javascript and any other script with the added danger of all sorts of ooh nasties. In addition, not everyone uses perfect code and errors often cause crashes.

There's a perfectly easy way for people to see iSketch without adverts and that's to use Firefox with one of its adblocking extensions. I use a userstyle script myself but Adblock Plus is supposed to be good and is much easier for most users.
Reply With Quote
  #6  
Old 27-09-2007, 07:13 PM
Infidelvious's Avatar
Infidelvious Infidelvious Çevrimdışı
Junior Member
 

Join Date: Sep 2007
Posts: 7
Thanks: 0
Thanked 5 Times in 2 Posts
Infidelvious is on a distinguished road
Quote:
Originally Posted by 2.0 View Post
A mod might be able to format that link for you so it works, but as for getting it posted on the forum you have to go directly to peter.
Thanks, I'll give that a shot. I think it might be nice to put up a stickie, so everyone can enjoy playing ad free in a small window.

Quote:
Originally Posted by jewels View Post
Hi Infidelvious, we do already have thread for suggestions for the forum


http://www.isketchforum.net/suggesti...m-t1319p6.html


edit: I have tried to post html links before, with no luck on here.
Sorry that I got the wrong thread.

* Infidelvious = forum noob


Quote:
Originally Posted by flopsy View Post
What he said. Same applies to javascript and any other script with the added danger of all sorts of ooh nasties. In addition, not everyone uses perfect code and errors often cause crashes.

There's a perfectly easy way for people to see iSketch without adverts and that's to use Firefox with one of its adblocking extensions. I use a userstyle script myself but Adblock Plus is supposed to be good and is much easier for most users.
Oh, I agree flopsy. /me <3 Firefox + Adblock

I was thinking of my fellow iSketch brethren that may not know about that, the way I do it, works irregardless of browser, and it plays in the smallest possible window.

I guess I didn't think of script kiddies trying to cause havoc with malicious code. I guess I'll settle with posting the code and let people copy and paste it themselves, should be too hard, even for a noob.

-----

But then again, they might not go for it, because it would be taking away their ad revenue. I just feel greedy using this method for myself, when I know others could enjoy it just as easily, you can even bookmark a javascript link too.

Thanks all.
Reply With Quote
  #7  
Old 27-09-2007, 08:02 PM
BB
Guest
 
Posts: n/a
I'm sure that players who find the ads annoying will be grateful for the above suggestions. I just hope that it doesn't cut back on what I suspect is the small amount a revenue they bring in to Rob for the game we all play for free
Reply With Quote
  #8  
Old 27-09-2007, 09:23 PM
flopsy
Guest
 
Posts: n/a
The stats collected which form the basis of revenue, BB, will show what browsers people are using but they can't tell how the browser is configured so using Firefox with an adblocker shouldn't affect the income Rob gets. However, what Infidelvious is suggesting would affect it because the server logs will count the number of times the page is accessed not the number of times the Shockwave movie is used.

And, sorry Infidelvious, but I wouldn't paste script from a source I don't know.
Reply With Quote
  #9  
Old 27-09-2007, 09:49 PM
Infidelvious's Avatar
Infidelvious Infidelvious Çevrimdışı
Junior Member
 

Join Date: Sep 2007
Posts: 7
Thanks: 0
Thanked 5 Times in 2 Posts
Infidelvious is on a distinguished road
Yes! I knew I was missing something. I just ran a test to confirm my suspicions. My method does not remove the ads, it just hides them from view. They are still being served, so Rob still gets his revenue while you all can play ad free, everybody wins!

Too see this in action, paste this:

javascript:(window.open('http://www.isketch.net/isketch.shtml','iSketch','width=727,height=429,men ubar=no,toolbar=no,scrollbars=no,status=no,locatio n=no,directories=no,resizable=yes'))();

in a browser's address line.

Now of course, you cannot have any type of ad blocking in effect to see this.

Just resize the popup window, and you will see the ad there.

No offense taken flopsy. You're right, I wouldn't click it myself, if I didn't know what it was doing. I know not everyone knows about JavaScript, the above code simply opens a window i.e. "window.open", it is opening http://www.isketch.net/isketch.shtml, something that everyone is familiar with.

Last edited by Infidelvious; 27-09-2007 at 11:04 PM. Reason: Freudian slip
Reply With Quote
  #10  
Old 28-09-2007, 08:04 AM
Jobe's Avatar
Jobe Jobe Çevrimiçi
Administrator
 

Join Date: May 2006
Location: Kent, UK
Posts: 798
Thanks: 34
Thanked 76 Times in 42 Posts
Jobe will become famous soon enoughJobe will become famous soon enough
Just to mention, Peter cant give the ability to post HTML to one specific user or a group of users, it has to be given to the whole board in which the thread is intended to be posted in which then allows all users to post HTML there. There are of course plugins/mods for vBulletin which allow it on a per group or per user basis but the more mods/plugins you have the more chances of there being a vunerability in the forum that can be used to hack it.

As for the adverts, I cant see what the problem is with them anyway and/or why they need to be hidden but hey, thats just my opinion.
__________________
Your IP: (From )
My IRC Status:
iSketchForum.net member for days

Last edited by Jobe; 28-09-2007 at 08:13 AM.
Reply With Quote
  #11  
Old 28-09-2007, 09:51 AM
jewels's Avatar
jewels jewels Çevrimdışı
Royal Member
 
Join Date: May 2006
Posts: 1,095
Thanks: 1
Thanked 4 Times in 3 Posts
jewels is on a distinguished road
Quote:
Originally Posted by Jobe View Post
As for the adverts, I cant see what the problem is with them anyway and/or why they need to be hidden but hey, thats just my opinion.
I think the problem the other night was that one of the adverts was flashing, there was a big yellow warning triangle that constantly flashed which was putting players off. I'm on AOL (must be the only person who loves AOL) but I can cover up the adverts.
Reply With Quote
  #12  
Old 28-09-2007, 11:43 AM
NoHints NoHints Çevrimdışı
Mega Member
 
Join Date: Apr 2007
Posts: 874
Thanks: 84
Thanked 170 Times in 95 Posts
NoHints has a spectacular aura aboutNoHints has a spectacular aura about
Why do you need to use that command for it? Can't people just resize the window themselves?

Also, I've never had any trouble with adverts. On IE it's always just had the "your ad here" thing and on Firefox it's always had the same advert (the few times I've used it for iSketch).
Reply With Quote
  #13  
Old 27-10-2007, 07:13 AM
Nateman's Avatar
Nateman Nateman Çevrimdışı
Regular
 

Join Date: Sep 2007
Location: California
Posts: 107
Thanks: 14
Thanked 4 Times in 1 Post
Nateman is on a distinguished road
ive never seen any ads on iSketch in the many years ive been playing it... maybe im lucky?
__________________
There are no obstacles too great to overcome.
Reply With Quote
Reply


  iSketch Forum > iSketch > Help

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:48 PM.


Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.