Jump to content

Suggestion


Recommended Posts

Maybe a board for posting code that isn't broken... but could be improved by other members?

 

Say for example that I have a login script that works. I post it in the forum, others look over the code and add any improvements that they can think of?

 

Not sure if this kind of thing is already represented inside the PHP Help section.

 

Also: Need more chicks please.

Link to comment
Share on other sites

also...here is a greasemonkey script for change profile pics (to make it SEEM like there are more chicks):

var eles = document.getElementsByTagName('IMG');
for(var n=0;n < eles.length;n++){
  if(eles[n].className == 'avatar'){
    eles[n].src = 'http://tbn3.google.com/images?q=tbn:0pKbwFrycj9gnM';
  }
}

Link to comment
Share on other sites

also...here is a greasemonkey script for change profile pics (to make it SEEM like there are more chicks):

var eles = document.getElementsByTagName('IMG');
for(var n=0;n < eles.length;n++){
  if(eles[n].className == 'avatar'){
    eles[n].src = 'http://tbn3.google.com/images?q=tbn:0pKbwFrycj9gnM';
  }
}

 

I will never leave the house again.

Link to comment
Share on other sites

Reminds me that there is this thing called "Google unsafe search". Essentially it's the complement of the results returned by a regular non-moderated search and the results of the same query with a moderated search. This returns all the hits Google regards as "unsafe". There is an image version too.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.