Sinisterly
[ALPHA] API for CodeCommunity [WIP] - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: Visual Basic & .NET Framework (https://sinister.ly/Forum-Visual-Basic-NET-Framework)
+--- Thread: [ALPHA] API for CodeCommunity [WIP] (/Thread-ALPHA-API-for-CodeCommunity-WIP)

Pages: 1 2 3 4 5 6 7


RE: [VB] API for CodeCommunity [WIP] - Platinum - 07-29-2013

Hey guys, finally I'm showing the latest update: Update 3!!

Update Notes
Quote:update 3:

Recoded some functions to make them work faster (now using Split) (also minimizes the size of the code)
I've coded 2 new things:
  • Getting the main usergroup
  • Getting the total amount of CCP

- Also added a new pic to show the extra stuff =3

I now also made sure that there's no error if a user has no image. It returned an error if the user didn't have one, now it's simply replaced by a broken url image.
Also I've completely recoded getting the signature because it was kind of broken, but now it works 100% for every user and any signature! <3
Next things I'll be focusing on is recoding a lot of the functions using Split because it's fast, reliable and also short code.

Next things I'm probably working on:
-Get CCP Shop items and their prices
-Recoding much functions with Split()
-Doing the same for Signature as for Avatar (no img/broken img)


Any suggestions what I should code? Tell me!


RE: [VB] API for CodeCommunity [WIP] - Eternity - 07-29-2013

(07-29-2013, 02:27 PM)Platinum Wrote: Hey guys, finally I'm showing the latest update: Update 3!!

Update Notes
Quote:update 3:

Recoded some functions to make them work faster (now using Split) (also minimizes the size of the code)
I've coded 2 new things:
  • Getting the main usergroup
  • Getting the total amount of CCP

- Also added a new pic to show the extra stuff =3

I now also made sure that there's no error if a user has no image. It returned an error if the user didn't have one, now it's simply replaced by a broken url image.
Also I've completely recoded getting the signature because it was kind of broken, but now it works 100% for every user and any signature! <3
Next things I'll be focusing on is recoding a lot of the functions using Split because it's fast, reliable and also short code.

Next things I'm probably working on:
-Get CCP Shop items and their prices
-Recoding much functions with Split()
-Doing the same for Signature as for Avatar (no img/broken img)


Any suggestions what I should code? Tell me!

That looks awesome!
Release the goddam source ! Tongue


RE: [VB] API for CodeCommunity [WIP] - Platinum - 07-29-2013

Lol not now < 3, I might later when it's released but for now I don't want to show my crappy coding :c. No truly, most functions are still crappy.


RE: [VB] API for CodeCommunity [WIP] - Eternity - 07-29-2013

(07-29-2013, 02:58 PM)Platinum Wrote: Lol not now < 3, I might later when it's released but for now I don't want to show my crappy coding :c. No truly, most functions are still crappy.

I can help you Tongue
I'm dying to know how the code works !


RE: [VB] API for CodeCommunity [WIP] - Platinum - 07-29-2013

(07-29-2013, 03:00 PM)Eternity Wrote:
(07-29-2013, 02:58 PM)Platinum Wrote: Lol not now < 3, I might later when it's released but for now I don't want to show my crappy coding :c. No truly, most functions are still crappy.

I can help you Tongue
I'm dying to know how the code works !

Well help me with what? Talk to meh on Skype <3


RE: [VB] API for CodeCommunity [WIP] - Eternity - 07-29-2013

(07-29-2013, 03:26 PM)Platinum Wrote:
(07-29-2013, 03:00 PM)Eternity Wrote:
(07-29-2013, 02:58 PM)Platinum Wrote: Lol not now < 3, I might later when it's released but for now I don't want to show my crappy coding :c. No truly, most functions are still crappy.

I can help you Tongue
I'm dying to know how the code works !

Well help me with what? Talk to meh on Skype <3

I can't now.
On my phone now.


RE: [VB] API for CodeCommunity [WIP] - Platinum - 07-29-2013

Then go on your pc!! Roar!!!


RE: [VB] API for CodeCommunity [WIP] - Leumonic - 07-29-2013

Not trying to compete with you. Just thought I'd share that I was working on one as well, though I suspect mine is a bit different.

[Image: 3OEde.png]


RE: [VB] API for CodeCommunity [WIP] - Platinum - 07-29-2013

(07-29-2013, 05:43 PM)Sempiternal Wrote: Not trying to compete with you. Just thought I'd share that I was working on one as well, though I suspect mine is a bit different.

Spoiler:
[Image: 3OEde.png]

That looks rather complicated bud, all you'd have to do with my API is:

Initialize once (a user, or uid) using the command: UserSystem.ConfigureUID(UID)
Then you can get any user info like so:
UserSystem.GetUsername(uid)
OR
GetUsername(uid)
(You can actually do it without the UserSystem before it)

I will make it work on a normal username string as well I think.

If you want to work together, sure!


RE: [VB] API for CodeCommunity [WIP] - Leumonic - 07-29-2013

(07-29-2013, 06:00 PM)Platinum Wrote: That looks rather complicated bud -snip-

If you want to work together, sure!

It's actually rather simple. You create a global user variable, initialize it, and it sticks for the rest of the session. It can grab just about any information you can think of. I just need to finish it. If you want to work together, I'd be happy to, but I am positive we use different methods.