Mirage Source

Free ORPG making software.
It is currently Thu Mar 28, 2024 11:40 pm

All times are UTC




Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: My Project
PostPosted: Wed Jul 08, 2009 8:49 am 
Offline
Pro

Joined: Sat Jun 03, 2006 8:32 pm
Posts: 415
Well im going to post different things here as my project goes on. So far have it able to connect with multiple connections, can boot people, can send server messages, can create account, can login. Basic things. Anyways if anyones bored take a look and let me know what kind of things I can optimize or how I can do them better. Im sure im not doing everything as good as it can be plus its best to clean it up before I get even farther.

http://rapidshare.com/files/253324281/Project.rar.html

Keep in mind im still learning but laugh or comment as you please lol

_________________
OREH
http://www.flawsin.com/oreh
Image


Top
 Profile  
 
 Post subject: Re: My Project
PostPosted: Sun Jul 19, 2009 11:38 pm 
Offline
Pro

Joined: Sat Jun 03, 2006 8:32 pm
Posts: 415
guess no one cares? :/

_________________
OREH
http://www.flawsin.com/oreh
Image


Top
 Profile  
 
 Post subject: Re: My Project
PostPosted: Mon Jul 20, 2009 12:00 am 
Offline
Persistant Poster
User avatar

Joined: Fri Aug 15, 2008 3:11 pm
Posts: 633
what is it

_________________
╔╗╔═╦═╦══╦═══╗
║║║║║║║╔╗║╔═╗║
║║║║║║║╚╝║║║║║
║╚╣║║║║╔╗║╚═╝║
╚═╩╩═╩╩╝╚╩═══╝


╔╦═╦╦════╦═══╗
║║║║╠═╗╔═╣╔══╝
║║║║║║║║╚═╗
║║║║║║║║╔═╝
╚═╩═╝╚╝╚╝ ?


Top
 Profile  
 
 Post subject: Re: My Project
PostPosted: Mon Jul 20, 2009 1:07 am 
Offline
Regular
User avatar

Joined: Sun Jun 01, 2008 8:39 pm
Posts: 91
Doomy wrote:
what is it


Lmao. He just gave you an explanation of what is it.


Top
 Profile  
 
 Post subject: Re: My Project
PostPosted: Mon Jul 20, 2009 1:43 am 
Offline
Persistant Poster
User avatar

Joined: Fri Aug 15, 2008 3:11 pm
Posts: 633
i mean is it an orpg engine? a chat client? idk what it is

_________________
╔╗╔═╦═╦══╦═══╗
║║║║║║║╔╗║╔═╗║
║║║║║║║╚╝║║║║║
║╚╣║║║║╔╗║╚═╝║
╚═╩╩═╩╩╝╚╩═══╝


╔╦═╦╦════╦═══╗
║║║║╠═╗╔═╣╔══╝
║║║║║║║║╚═╗
║║║║║║║║╔═╝
╚═╩═╝╚╝╚╝ ?


Top
 Profile  
 
 Post subject: Re: My Project
PostPosted: Mon Jul 20, 2009 3:11 pm 
Offline
Pro

Joined: Sat Jun 03, 2006 8:32 pm
Posts: 415
Its very basic so really it could be anything but down the road probably some sort of game

_________________
OREH
http://www.flawsin.com/oreh
Image


Top
 Profile  
 
 Post subject: Re: My Project
PostPosted: Tue Jul 21, 2009 3:51 pm 
Offline
Newbie

Joined: Thu Jul 16, 2009 7:00 am
Posts: 9
1. Great start :)
2. On the form where one creates an account, you have User name, Password, and instead of Repeat Password you put, Repeat User name. :P

Other then that, it worked very well. :)


Top
 Profile  
 
 Post subject: Re: My Project
PostPosted: Tue Jul 21, 2009 4:39 pm 
Offline
Pro

Joined: Sat Jun 03, 2006 8:32 pm
Posts: 415
Your correct and was fixed.

_________________
OREH
http://www.flawsin.com/oreh
Image


Top
 Profile  
 
 Post subject: Re: My Project
PostPosted: Sun Aug 02, 2009 12:50 am 
Offline
Pro

Joined: Sat Jun 03, 2006 8:32 pm
Posts: 415
Still wondering if anyone will download and give me some pointers or areas to improve at

_________________
OREH
http://www.flawsin.com/oreh
Image


Top
 Profile  
 
 Post subject: Re: My Project
PostPosted: Sun Aug 02, 2009 3:50 am 
Offline
Persistant Poster
User avatar

Joined: Thu Jul 24, 2008 6:42 am
Posts: 703
Google Talk: infectiousbyte@gmail.com
One thing I noticed instantly is:

Code:
Dim r
, that's a no-no. When not declaring a specific type it automatically defines it as a variant, which is very slow. I'd probably go with Dim R as String, or Dim R as Long. Either one should work.

Also using counters in For...Next loops is slower, instead of Next I just put Next.

Also put
Code:
Option Explicit
in your forms and whatnot, that makes it so you have to dim your variables. Things could get out of hand otherwise. Generally bad practice to not use it, unless you're using a different Option.

Nest your code, it's hard to read.

Also I noticed you use
Code:
""
, instead use
Code:
VbNullString
. Most of the time this is better.

Also if you have variables and whatnot you're not using, delete them. They take up space.

Might be more, I'll look over it more thoroughly later.

_________________
Image
GIAKEN wrote:
Since I'm into men, not women

GIAKEN wrote:
I can't take these huge penises anymore! All that's left is shame! And blood


Top
 Profile  
 
 Post subject: Re: My Project
PostPosted: Sun Aug 02, 2009 2:35 pm 
Offline
Pro

Joined: Sat Jun 03, 2006 8:32 pm
Posts: 415
Thanks for actually replying.

The code for reading and writing INIs I got from somewhere I forget where so I didn't even really look over it much but I changed the Dim R.

the "" part I knew was a better way but some reason it slipped my mind what I had to put so I just used that.

More replies are welcome.

_________________
OREH
http://www.flawsin.com/oreh
Image


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group