Jump to content




[WIP] CORE online chat


15 replies to this topic

#1 rex41043

  • Members
  • 88 posts

Posted 03 June 2012 - 06:22 AM

CORE is a chat program I have been working on for a wile it uses the HTTPAPI to chat with players on server all over the WORLD it is HIGHLY a WIP it still has a long way to go till its done but i think it will be lots of fun!

#2 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 03 June 2012 - 07:25 AM

does it use a php page or something to handle the data?

#3 Pinkishu

  • Members
  • 484 posts

Posted 03 June 2012 - 12:16 PM

Why post it in a Program Library if theres no program yet?

#4 rex41043

  • Members
  • 88 posts

Posted 04 June 2012 - 03:17 AM

View Postabc, on 03 June 2012 - 07:25 AM, said:

does it use a php page or something to handle the data?
ya i'm having a little trubble geting the php stuff to work the way i want it 2

#5 arbot

  • Members
  • 25 posts

Posted 04 June 2012 - 09:30 AM

I suspect you may have some load issues with PHP if this gets popular.. I know you're forced to use the HTTP API to interact with servers outside of Minecraft.. Doesn't seem ideal for this but I guess it should work.

If you get stuck with the PHP, feel free to PM me.. Still learning Lua but I can PHP :)/>

#6 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 06 June 2012 - 05:27 AM

make sure it only takes requests from the server ip so you dont have a bunch of bots spamming it so you will actually have to be on the server to spam which is a lot easier to detect

#7 rex41043

  • Members
  • 88 posts

Posted 06 June 2012 - 07:49 PM

View Postabc, on 06 June 2012 - 05:27 AM, said:

make sure it only takes requests from the server ip so you dont have a bunch of bots spamming it so you will actually have to be on the server to spam which is a lot easier to detect
ya i'm making it so you have to sign up your server

#8 Learning_inpaired

  • New Members
  • 77 posts

Posted 11 June 2012 - 12:15 PM

if u guys need an irc server i think i can get one running 24/7 for u all for this program

#9 rex41043

  • Members
  • 88 posts

Posted 14 June 2012 - 05:11 AM

View Postwoodzykiler, on 11 June 2012 - 12:15 PM, said:

if u guys need an irc server i think i can get one running 24/7 for u all for this program
I will have to think on that PM me with your email or some thing like that and i will get back to you

#10 rick3333

  • Members
  • 30 posts

Posted 01 January 2013 - 08:05 PM

when can we expect a release date for the program. I bet it will be very fun

#11 BustedEarLobes

  • Members
  • 46 posts

Posted 01 January 2013 - 09:13 PM

I'll be totally honest with you, I think you bit off a bit more than you can chew. First off, a login system will pretty much REQUIRE you to learn mysql to handle the username and password database. Make sure you warn people not to put there real username and passwords as the server login so another "NDF-OS" accident doesn't happen again. Another problem you might have is with the servers. I have no idea what server you are going to have, but a free server will probably not handle the flood of PHP requests. Mostly because almost all free server hosts run multiple domains at once and you are limited by the amount of CPU usage on the server. Don't get me wrong, PHP is fast, but it was never designed for live webchat. On top of that, spammers will find there way. If you pull this off, I will be VERY impressed, not so much if you are using a fancy virtual server or something like that.

#12 Jasonfran

  • Members
  • 148 posts
  • LocationEngland

Posted 04 January 2013 - 02:20 AM

Everyone saying PHP can't handle it either has a bad web host or never used PHP before. It's fast enough for live web chat, you can even use the PHP sockets and use the CCSockets peripheral to make this easier. But still, posting data to the page and saving it to a MySQL table then retrieving the chat from another page is fairly simple and not as intensive as you may think.

I have made a world wide email system (search CCEmail) and that handles logins, sending and receiving messages really quickly. Yes it had a few security flaws like unlimited accounts from one IP, but if I had the desire to continue making it I could implement that in about 10 lines if code.

http://www.computerc...arch__1

I also think I was the first to pull this sort of thing off using pure HTTP.

PHP is plenty powerful enough to run a live web chat too. Search "PHP live"

#13 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 04 January 2013 - 03:12 AM

lol my first php script: http://71.238.152.180:25563/
logs your IP and puts it into a file :3
i could prolly make a logon script once i figure out message boxes >_>

im going to use it to scare my hyper paranoid friend

i can also make a program to read an entire file (chatlog anyone?)

#14 remiX

  • Members
  • 2,076 posts
  • LocationSouth Africa

Posted 04 January 2013 - 03:55 AM

I have a login script that uses php and stores names/email address/passwords (encrypts them) into a mysql database.
It's not live though, I made it and tested it with xampp.

#15 PixelToast

  • Signature Abuser
  • 2,265 posts
  • Location3232235883

Posted 04 January 2013 - 04:00 AM

im using xampp :3
and, thanks for your ip :D

#16 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 04 January 2013 - 02:38 PM

No code to show. PM me when you have code or would like this to be moved to General.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users