HITMAN 17 Posted October 31, 2008 Posted October 31, 2008 Is there any script that auto feds anyone who sends a url link in a game if so please can either create one or post one mad before Quote
AlabamaHit Posted October 31, 2008 Posted October 31, 2008 Re: Auto Fed Url links in mail ............are you serouis....dont fed them just block url in mail.. ANd Why dont you learn to do some coding, 80% of the topices started now are by you asking someone to make you something. Get some moeny or learn to code.. Please dont take that the wrong way its just poeple here like tohelp..but they are not goin g to make your game for you and thats what youare asking..cuase everday you are asking for 10 new things, Quote
Michael Posted October 31, 2008 Posted October 31, 2008 Re: Auto Fed Url links in mail Just add a wee bit to mailbox_compose. So that it has to be numbers and letters.. this may cause problems to users exchanging msn's etc but if you think it's that biga problem then do it.. people giving out URL's are either shit game owners or game users who you can get fedded by talking to their game owner, you should also do this for names.. Quote
mdshare Posted October 31, 2008 Posted October 31, 2008 Re: Auto Fed Url links in mail interesting I would like to see how you will filter/block some examples http://www.criminalexistence.com (ok easy to filter by looking for http:// ) www.criminalexistence.com (again easy to filter by looking for www ) criminalexistence.com (starts to become difficult what if it's a sentence ... .come to ...) w w w . criminalexistence . c o m (also fun) Quote
Floydian Posted October 31, 2008 Posted October 31, 2008 Re: Auto Fed Url links in mail Makes me think of CE's word filter that clobbers words like --- analyze and grape a-n-a-l-y-z-e g-r-a-p-e Quote
-Matt- Posted October 31, 2008 Posted October 31, 2008 Re: Auto Fed Url links in mail there is a way but there is a way to auto fed is someone try?s to hack: if (eregi("[^0-9]", $_GET[iD])) { print"tututut, Nice try trying to sql inject GAME NAME or hack is not a good idea..."; mysql_query("INSERT INTO fedjail VALUES('',".$ir['userid'].",2000000,0,'Bad idea to try hack GAME NAME next time i?ll fry your ass :)')"); mysql_query("UPDATE users SET fedjail=1 WHERE userid=$userid"); exit; } someone could improve on this. but its a start. Quote
HITMAN 17 Posted November 1, 2008 Author Posted November 1, 2008 Re: Auto Fed Url links in mail I will try can someone give an example of what it should be like Quote
AlabamaHit Posted November 2, 2008 Posted November 2, 2008 Re: Auto Fed Url links in mail there is a way but there is a way to auto fed is someone try?s to hack: if (eregi("[^0-9]", $_GET[iD])) { print"tututut, Nice try trying to sql inject GAME NAME or hack is not a good idea..."; mysql_query("INSERT INTO fedjail VALUES('',".$ir['userid'].",2000000,0,'Bad idea to try hack GAME NAME next time i?ll fry your ass :)')"); mysql_query("UPDATE users SET fedjail=1 WHERE userid=$userid"); exit; } someone could improve on this. but its a start. umm..... I think he did. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.