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
https://forums.phpfreaks.com/topic/150716-suggestion/
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
https://forums.phpfreaks.com/topic/150716-suggestion/#findComment-791781
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
https://forums.phpfreaks.com/topic/150716-suggestion/#findComment-791784
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
https://forums.phpfreaks.com/topic/150716-suggestion/#findComment-791787
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.