Laravel Core Programmer
Developer
- Joined
- Jul 18, 2007
- Messages
- 1,057
- Reaction score
- 1,044
Here it is since people asked for it, here it is
AquaScape Announcement System V1.0
Tutorial:
Step 1:
Download The "announcement.rar" in the attachment it includes
- Announcement.class
- Announcement Folder
And add them to your server files =D were client, server etc are!
--------------------------------------------------------------
Step 2:
Open [Server.java] and find
then add this code right under it
Then Find
And add this code right under it
--------------------------------------------------------------
Step 3:
Compile and run the server
Well now your done, just please make sure to share anything that you find useful for others =D remmeber, the more you share the more help you contribute to the community =D
Anyways i dont think it gets easier than this, if you get any error please tell me, although im not sure if its possible to get errors lol
AquaScape Announcement System V1.0
Tutorial:
Step 1:
Download The "announcement.rar" in the attachment it includes
- Announcement.class
- Announcement Folder
And add them to your server files =D were client, server etc are!
--------------------------------------------------------------
Step 2:
Open [Server.java] and find
PHP:
itemHandler = new ItemHandler();
PHP:
announcement = new announcement();
PHP:
public static ItemHandler itemHandler = null;
And add this code right under it
PHP:
public static announcement announcement = null;
--------------------------------------------------------------
Step 3:
Compile and run the server
Well now your done, just please make sure to share anything that you find useful for others =D remmeber, the more you share the more help you contribute to the community =D
Anyways i dont think it gets easier than this, if you get any error please tell me, although im not sure if its possible to get errors lol
Attachments
Last edited: