Jump to content




[V.1.1 RELEASED!] BETA CCEmail Real Worldwide Email


  • You cannot reply to this topic
86 replies to this topic

#61 Dlcruz129

    What's a Lua?

  • Members
  • 1,423 posts

Posted 15 November 2012 - 05:53 PM

View Posttiin57, on 14 November 2012 - 12:08 PM, said:

View Postdlcruz129, on 13 November 2012 - 11:05 AM, said:

...now I'm a professional scripter!...
Not quite. You have a ways to go, young Padawan.

I know, I'm making fun of the ranking system here. I still make some of the BIGGEST, STOOPIDEST, mistakes.

#62 Jasonfran

  • Members
  • 148 posts
  • LocationEngland

Posted 15 November 2012 - 08:17 PM

View PostHuman, on 15 November 2012 - 10:35 AM, said:

View PostJasonfran, on 15 November 2012 - 08:56 AM, said:

Feel free to create your own, you can send requests to my website as well if you want. It was really just a test and to prove it can be done. And technically I am still a noob :P/> lol. Feel free to do what you want.

Also there isn't really any security problems. Everything is kept secure server side. You can't view other peoples emails and you would be stupid to remove client side hashing as it is safer than encrypting it server side as it gets sent hashed and not in plain text
People can setup a program in C or other languages that use proxies to constantly spam the database, which will fill up the database and/or crash the site. There is a reason I am good at finding exploits...
What about just blocking the amount of requests per second. So if the person requests 5 times in under a second then it will block the IP, if its a proxy IP then it will block that.

#63 Sammich Lord

    IRC Addict

  • Members
  • 1,212 posts
  • LocationThe Sammich Kingdom

Posted 15 November 2012 - 09:04 PM

View PostJasonfran, on 15 November 2012 - 08:17 PM, said:

View PostHuman, on 15 November 2012 - 10:35 AM, said:

View PostJasonfran, on 15 November 2012 - 08:56 AM, said:

Feel free to create your own, you can send requests to my website as well if you want. It was really just a test and to prove it can be done. And technically I am still a noob :P/> lol. Feel free to do what you want.

Also there isn't really any security problems. Everything is kept secure server side. You can't view other peoples emails and you would be stupid to remove client side hashing as it is safer than encrypting it server side as it gets sent hashed and not in plain text
People can setup a program in C or other languages that use proxies to constantly spam the database, which will fill up the database and/or crash the site. There is a reason I am good at finding exploits...
What about just blocking the amount of requests per second. So if the person requests 5 times in under a second then it will block the IP, if its a proxy IP then it will block that.
Well first off, I can make it only request 4 times a second(4 accounts per second) I can also have it use a list of over a thousand proxies and have about 10 processes of this running at once. So, there is no way to avoid this.

#64 Jasonfran

  • Members
  • 148 posts
  • LocationEngland

Posted 16 November 2012 - 04:37 AM

View PostHuman, on 15 November 2012 - 09:04 PM, said:

View PostJasonfran, on 15 November 2012 - 08:17 PM, said:

View PostHuman, on 15 November 2012 - 10:35 AM, said:

View PostJasonfran, on 15 November 2012 - 08:56 AM, said:

Feel free to create your own, you can send requests to my website as well if you want. It was really just a test and to prove it can be done. And technically I am still a noob :P/> lol. Feel free to do what you want.

Also there isn't really any security problems. Everything is kept secure server side. You can't view other peoples emails and you would be stupid to remove client side hashing as it is safer than encrypting it server side as it gets sent hashed and not in plain text
People can setup a program in C or other languages that use proxies to constantly spam the database, which will fill up the database and/or crash the site. There is a reason I am good at finding exploits...
What about just blocking the amount of requests per second. So if the person requests 5 times in under a second then it will block the IP, if its a proxy IP then it will block that.
Well every server with a mysql database will have the same problem then if there is no way to stop it.
Well first off, I can make it only request 4 times a second(4 accounts per second) I can also have it use a list of over a thousand proxies and have about 10 processes of this running at once. So, there is no way to avoid this.


#65 rhyleymaster

  • Members
  • 186 posts
  • LocationCanada

Posted 16 November 2012 - 10:14 AM

Hey, Why not host 2 servers? One as a secondary incase the first server cannot be reached?

#66 Jasonfran

  • Members
  • 148 posts
  • LocationEngland

Posted 16 November 2012 - 10:43 AM

View Postrhyleymaster, on 16 November 2012 - 10:14 AM, said:

Hey, Why not host 2 servers? One as a secondary incase the first server cannot be reached?
I
I could

#67 rhyleymaster

  • Members
  • 186 posts
  • LocationCanada

Posted 16 November 2012 - 08:40 PM

View PostJasonfran, on 16 November 2012 - 10:43 AM, said:

View Postrhyleymaster, on 16 November 2012 - 10:14 AM, said:

Hey, Why not host 2 servers? One as a secondary incase the first server cannot be reached?
I
I could

The only problem I see is that you would need to have them synchronized.

#68 Sammich Lord

    IRC Addict

  • Members
  • 1,212 posts
  • LocationThe Sammich Kingdom

Posted 16 November 2012 - 09:11 PM

View Postrhyleymaster, on 16 November 2012 - 08:40 PM, said:

View PostJasonfran, on 16 November 2012 - 10:43 AM, said:

View Postrhyleymaster, on 16 November 2012 - 10:14 AM, said:

Hey, Why not host 2 servers? One as a secondary incase the first server cannot be reached?
I
I could

The only problem I see is that you would need to have them synchronized.
Or people will still constantly spam both servers, so you would still waste twice as much money for both servers.

#69 Jasonfran

  • Members
  • 148 posts
  • LocationEngland

Posted 17 November 2012 - 06:15 AM

View PostHuman, on 16 November 2012 - 09:11 PM, said:

View Postrhyleymaster, on 16 November 2012 - 08:40 PM, said:

View PostJasonfran, on 16 November 2012 - 10:43 AM, said:

View Postrhyleymaster, on 16 November 2012 - 10:14 AM, said:

Hey, Why not host 2 servers? One as a secondary incase the first server cannot be reached?
I
I could

The only problem I see is that you would need to have them synchronized.
Or people will still constantly spam both servers, so you would still waste twice as much money for both servers.
I have spent no money on any servers. I can have as many as I desire

#70 Sammich Lord

    IRC Addict

  • Members
  • 1,212 posts
  • LocationThe Sammich Kingdom

Posted 17 November 2012 - 07:52 AM

View PostJasonfran, on 17 November 2012 - 06:15 AM, said:

View PostHuman, on 16 November 2012 - 09:11 PM, said:

View Postrhyleymaster, on 16 November 2012 - 08:40 PM, said:

View PostJasonfran, on 16 November 2012 - 10:43 AM, said:

View Postrhyleymaster, on 16 November 2012 - 10:14 AM, said:

Hey, Why not host 2 servers? One as a secondary incase the first server cannot be reached?
I
I could

The only problem I see is that you would need to have them synchronized.
Or people will still constantly spam both servers, so you would still waste twice as much money for both servers.
I have spent no money on any servers. I can have as many as I desire
You would be wasting the time having to code something to sync them since people could just spam all of them. Our, people could just fill up the databases by constantly requesting a new file creation while using a ton of proxies.

#71 rhyleymaster

  • Members
  • 186 posts
  • LocationCanada

Posted 17 November 2012 - 09:01 AM

View PostHuman, on 17 November 2012 - 07:52 AM, said:

View PostJasonfran, on 17 November 2012 - 06:15 AM, said:

View PostHuman, on 16 November 2012 - 09:11 PM, said:

View Postrhyleymaster, on 16 November 2012 - 08:40 PM, said:

View PostJasonfran, on 16 November 2012 - 10:43 AM, said:

View Postrhyleymaster, on 16 November 2012 - 10:14 AM, said:

Hey, Why not host 2 servers? One as a secondary incase the first server cannot be reached?
I
I could

The only problem I see is that you would need to have them synchronized.
Or people will still constantly spam both servers, so you would still waste twice as much money for both servers.
I have spent no money on any servers. I can have as many as I desire
You would be wasting the time having to code something to sync them since people could just spam all of them. Our, people could just fill up the databases by constantly requesting a new file creation while using a ton of proxies.
That is actually very true. Why not add a line of code that denies access if you are using a Proxy?

#72 TheVarmari

  • Members
  • 70 posts
  • LocationFinland

Posted 18 November 2012 - 12:58 AM

Posted Image
Help please

#73 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 18 November 2012 - 08:53 PM

To solve issues with the need for the StringUtils API, I thought you might like a single-function SHA1 function. I wrote this a while ago as I needed it in a project, but your free to use it in this project if you want. I compiled it from bits and pieces in the StringUtil API by Thomas Farr. Remember to retain the credit to him that is at the top of the code.

Code can be found here.

#74 Jasonfran

  • Members
  • 148 posts
  • LocationEngland

Posted 19 November 2012 - 06:18 AM

View PostGravityScore, on 18 November 2012 - 08:53 PM, said:

To solve issues with the need for the StringUtils API, I thought you might like a single-function SHA1 function. I wrote this a while ago as I needed it in a project, but your free to use it in this project if you want. I compiled it from bits and pieces in the StringUtil API by Thomas Farr. Remember to retain the credit to him that is at the top of the code.

Code can be found here.
Nice. I'll implement that next time I am on my PC

#75 AndreWalia

  • Members
  • 294 posts
  • LocationSt.Louis, MO

Posted 19 November 2012 - 04:41 PM

This is awesome! mind if I use it in my OS?? I will put you in credits,Special thanks, and about!
http://bit.ly/XqukFn

please note that for it to work with my OS I will have to tweak the script VERY LITTLE. i just made it work on my OS (but i didn't release that version of the OS) and i only edited 4 lines!
you're the only person i need permission from because the API license says i don't need to ask :3

#76 AndreWalia

  • Members
  • 294 posts
  • LocationSt.Louis, MO

Posted 19 November 2012 - 04:58 PM

i think you should add the ability to be able to add a description to your account and see other users descriptions by typing in their name.

#77 GravityScore

  • Members
  • 796 posts
  • LocationLand of Meh

Posted 20 November 2012 - 12:19 AM

View PostJasonfran, on 19 November 2012 - 06:18 AM, said:

View PostGravityScore, on 18 November 2012 - 08:53 PM, said:

To solve issues with the need for the StringUtils API, I thought you might like a single-function SHA1 function. I wrote this a while ago as I needed it in a project, but your free to use it in this project if you want. I compiled it from bits and pieces in the StringUtil API by Thomas Farr. Remember to retain the credit to him that is at the top of the code.

Code can be found here.
Nice. I'll implement that next time I am on my PC

I'll do it for you :(/>

ID: kPDsWse9

#78 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 20 November 2012 - 11:39 AM

a user named bp001 joined my server today, he made a program spamming your site with this line:
http.request("http://computercraftemail.tk/Send.php","message=RE:+your+mom+"..b.."username=1337Hax0r&password=PixelToast was here&loginname=1337Hax0r")
b is set by a weird function that makes a random set of characters
i banned him after i figured out he was doing this

#79 computercraftprogrammer

  • Members
  • 122 posts
  • Location$house->Earth->MilkyWay->Universe;

Posted 20 November 2012 - 12:39 PM

LOL love how it has PHP documents on the Notepad++, Do you program with php? I do, my website is customly programmed by me. (NOT THE FORUM!)

#80 computercraftprogrammer

  • Members
  • 122 posts
  • Location$house->Earth->MilkyWay->Universe;

Posted 20 November 2012 - 12:41 PM

Also, i dont advise allowing people to send emails from your server, most website servers have limited email sending, and people may use this for evil, and spam it.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users