Server Help Forum Index Server Help
Community forums for Subgame, ASSS, and bots
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   StatisticsStatistics   RegisterRegister 
 ProfileProfile   Login to check your private messagesLogin to check your private messages   LoginLogin (SSL) 

Server Help | ASSS Wiki (0) | Shanky.com
my first personal project =)

 
Post new topic   Reply to topic Printable version
 View previous topic  multiplayer game design (discussion) Post :: Post just a problem with a string  View next topic  
Author Message
hellzlaker
Registered Cap Buster
Popping men in the ass since Oct 2005


Gender: NEVER ENOUGH!
Joined: Oct 27 2005
Posts: 34
Offline

PostPosted: Fri Dec 01, 2006 4:02 pm    Post subject: my first personal project =) Reply to topic Reply with quote

i made a program that has shortcuts to websites so if you want to get to mgb, just open program up type a number that stands for the site (for mgb it would be 5) and press enter, its kind off useless but im just doing it for personal use =) so please post couple sites that are SS related that u think i should add =)

here is a screen shot -




ss.JPG - 31.36 KB
File downloaded or viewed 47 time(s)

A3 Shortcuts.rar - 104.71 KB
File downloaded or viewed 36 time(s)
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address MSN Messenger
Bak
?ls -s
0 in


Age:24
Gender:Gender:Male
Joined: Jun 11 2004
Posts: 1826
Location: USA
Offline

PostPosted: Fri Dec 01, 2006 4:34 pm    Post subject: Reply to topic Reply with quote

looks good; where's the source code?
_________________
SubSpace Discretion: A Third Generation SubSpace Client
Back to top
View users profile Send private message Add User to Ignore List AIM Address
hellzlaker
Registered Cap Buster
Popping men in the ass since Oct 2005


Gender: NEVER ENOUGH!
Joined: Oct 27 2005
Posts: 34
Offline

PostPosted: Fri Dec 01, 2006 4:35 pm    Post subject: Reply to topic Reply with quote

ok here:
Code: Show/Hide
/* Main command ShellExecute(NULL, "open", "http://www.google.com/", NULL, NULL, SW_SHOWNORMAL);

some websites :
http://a3studio.4t.com
http://www.fur4x-hebergement.net/foxnetworks/metallicrift/
http://forums.minegoboom.com/
http://www.shanky.com/server/
http://hackbin.phpnet.us/

all credits go to hellzlaker@hotmail.com

*/


#include <windows.h>
#include <iostream>
#include <stdlib.h>
using namespace std;

int main()
{
   SetConsoleTitle("A3 Shortcuts"); //title of program
   SetCursorPos(512,512);           //makes ur mose apear hear (512 512 = center)


    int a;
    cout<<"This is made by A3 Studios, this is a shortcut to websites";
    cout<<"\nwhich is very easy to use just type 'number' and hit enter";
    cout<<"\nThose are the following sites and their shortcuts..";
    cout<<"\n\n\n";
    cout<<"\n 1 - A3 Studios home page";
    cout<<"\n 2 - Metallic Rift home page";
    cout<<"\n 3 - Mine Go Boom Forums";
    cout<<"\n 4 - Hack Bin Site";
    cout<<"\n 5 - Shanky's server help site";
    cout<<"\n\n\nNow press the following number and hit enter: ";
    cin>>a;
   
   
    if ( a == 1 )
    {
         ShellExecute(NULL, "open", "http://a3studio.4t.com", NULL, NULL, SW_SHOWNORMAL);
    }
   
   
    else if ( a == 2 )
    {
         ShellExecute(NULL, "open", "http://www.fur4x-hebergement.net/foxnetworks/metallicrift/", NULL, NULL, SW_SHOWNORMAL);
    }
   
   
    else if ( a == 3 )
    {
         ShellExecute(NULL, "open", "http://forums.minegoboom.com/", NULL, NULL, SW_SHOWNORMAL);
    }
   
   
    else if (a == 4)
    {
         ShellExecute(NULL, "open", "http://hackbin.phpnet.us/", NULL, NULL, SW_SHOWNORMAL);
    }
   
   
    else if (a == 5)
    {
         ShellExecute(NULL, "open", "http://www.shanky.com/server/", NULL, NULL, SW_SHOWNORMAL);
    }
   
   
   else
   {
      cout << "The chocie you entered was invalid.  Refer to the main menu for a list of choices.\n\a\n";
      system("pause");
   }
    return 0;
   
}
   
   
   
   
   
   
   
   
             
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address MSN Messenger
Purge
Episode I > Eposide III
Jar-Jar is kool


Age:34
Gender:Gender:Male
Joined: Sep 08 2004
Posts: 2018
Offline

PostPosted: Fri Dec 01, 2006 5:40 pm    Post subject: Reply to topic Reply with quote

I think Mozilla's bookmark tabs beat you. sa_tongue.gif
Back to top
View users profile Send private message Add User to Ignore List
hellzlaker
Registered Cap Buster
Popping men in the ass since Oct 2005


Gender: NEVER ENOUGH!
Joined: Oct 27 2005
Posts: 34
Offline

PostPosted: Fri Dec 01, 2006 6:01 pm    Post subject: Reply to topic Reply with quote

-.- thats y i hate mozzila -.-
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address MSN Messenger
hellzlaker
Registered Cap Buster
Popping men in the ass since Oct 2005


Gender: NEVER ENOUGH!
Joined: Oct 27 2005
Posts: 34
Offline

PostPosted: Fri Dec 01, 2006 7:53 pm    Post subject: Reply to topic Reply with quote

wierd more pple downloaded the picture which is already shown anyway icon_cool.gif
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address MSN Messenger
Maverick
broken record


Age:39
Gender:Gender:Male
Joined: Feb 26 2005
Posts: 1521
Location: The Netherlands
Offline

PostPosted: Sat Dec 02, 2006 9:29 am    Post subject: Reply to topic Reply with quote

That's probably the google bot, hellzlaker, since viewing the picture via the topic page doesn't add to the download count.
_________________
Nickname: Maverick (I changed my name!)
TWCore developer | Subspace statistics
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Cyan~Fire
I'll count you!
I'll count you!


Age:36
Gender:Gender:Male
Joined: Jul 14 2003
Posts: 4608
Location: A Dream
Offline

PostPosted: Sat Dec 02, 2006 12:53 pm    Post subject: Reply to topic Reply with quote

switch!

Now try loading the sites from a text file. icon_smile.gif
_________________
This help is informational only. No representation is made or warranty given as to its content. User assumes all risk of use. Cyan~Fire assumes no responsibility for any loss or delay resulting from such use.
Wise men STILL seek Him.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Quan Chi2
Member of "Sexy Teenagers that Code" Group
Member of


Age:33
Gender:Gender:Male
Joined: Mar 25 2005
Posts: 860
Location: NYC
Offline

PostPosted: Sat Dec 02, 2006 1:54 pm    Post subject: Reply to topic Reply with quote

Cyan~Fire wrote:
switch!

Now try loading the sites from a text file. icon_smile.gif


I don't think hes ready for something like that yet. He should work on reading the text file first or using the switch statement, but not both at the same time. I think it will confuse him.
Back to top
View users profile Send private message Add User to Ignore List Send email Visit posters website AIM Address Yahoo Messenger MSN Messenger
hellzlaker
Registered Cap Buster
Popping men in the ass since Oct 2005


Gender: NEVER ENOUGH!
Joined: Oct 27 2005
Posts: 34
Offline

PostPosted: Sat Dec 02, 2006 1:57 pm    Post subject: Reply to topic Reply with quote

-.- im not that good with c++ yet =)

but i also figured out how to made a batch file say when was the file created (date hour minute..) and its size with other details

Code: Show/Hide


@echo off
echo open this program in any folder where you want to view details
echo.
dir
pause


reuslt is



Edit by Smong: Changed the image url to prevent the download counter increasing.




ss.JPG - 113.33 KB
File downloaded or viewed 37 time(s)
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address MSN Messenger
hellzlaker
Registered Cap Buster
Popping men in the ass since Oct 2005


Gender: NEVER ENOUGH!
Joined: Oct 27 2005
Posts: 34
Offline

PostPosted: Sat Dec 02, 2006 1:58 pm    Post subject: Reply to topic Reply with quote

lol quan type faster them me
Back to top
View users profile Send private message Add User to Ignore List Send email AIM Address MSN Messenger
Smong
Server Help Squatter


Joined: 1043048991
Posts: 0x91E
Offline

PostPosted: Sun Dec 03, 2006 6:08 am    Post subject: Reply to topic Reply with quote

Maverick wrote:
viewing the picture via the topic page doesn't add to the download count.
Hmm, I'm not sure about that. Maybe it doesn't account for all upper case file extensions, like JPG instead of jpg, since the last image he attached was still causing the download count to go up.
Back to top
View users profile Send private message Add User to Ignore List Visit posters website MSN Messenger
D1st0rt
Miss Directed Wannabe


Age:36
Gender:Gender:Male
Joined: Aug 31 2003
Posts: 2247
Location: Blacksburg, VA
Offline

PostPosted: Sun Dec 03, 2006 5:32 pm    Post subject: Reply to topic Reply with quote

hellzlaker, welcome to the wonderful world of Windows NT DOS commands
http://www.fsref.com/pr/dosnt.htm
_________________

Back to top
View users profile Send private message Add User to Ignore List Visit posters website
Display posts from previous:   
Post new topic   Reply to topic    Server Help Forum Index -> Non-Subspace Related Coding All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum
View online users | View Statistics | View Ignored List


Software by php BB © php BB Group
Server Load: 677 page(s) served in previous 5 minutes.

phpBB Created this page in 1.189082 seconds : 40 queries executed (87.6%): GZIP compression disabled