├── AccountInfo ├── AccountInfo.csproj ├── App.Config ├── LinkedinLoginAndLogout.cs └── Properties │ └── AssemblyInfo.cs ├── BaseLib ├── AccountStatus.cs ├── AppFileHelper.cs ├── BaseLib.csproj ├── BaseLib.csproj.user ├── CSVUtilities.cs ├── CheckAccount.cs ├── ChilkatBasedRegex.cs ├── ChilkatHttpHelpr.cs ├── ChilkatIMAP.cs ├── ClsEmailActivator.cs ├── ClsGetValues.cs ├── ClsLinkedinMain.cs ├── DBC │ ├── AccessDeniedException.cs │ ├── App.config │ ├── Captcha.cs │ ├── Client.cs │ ├── DecodePayload.cs │ ├── Exception.cs │ ├── FrmMain.cs │ ├── HttpClient.cs │ ├── InvalidCaptchaException.cs │ ├── Program.cs │ ├── Reader.cs │ ├── SocketClient.cs │ ├── User.cs │ └── Writer.cs ├── DB_Repository │ ├── DatabaseHandler.cs │ ├── clsLinkedINAccount.cs │ └── clsSettingDB.cs ├── DatabaseHandler.cs ├── EnumerableExtensions.cs ├── Events.cs ├── Facebooker.cs ├── FileUtilities.cs ├── Globals.cs ├── GlobusFileHelper.cs ├── GlobusHttpHelper.cs ├── GlobusSpinHelper.cs ├── GlobussRegex.cs ├── ImageHelpr.cs ├── LinkedInManager.cs ├── LinkedInMaster.cs ├── LinkedinLogin.cs ├── ListUtilities.cs ├── LogOutAccount.cs ├── NumberHelper.cs ├── Properties │ └── AssemblyInfo.cs ├── ProxyCheker.cs ├── ProxyUtilitiesFromDataBase.cs ├── RandomNumberGenerator.cs ├── Randomiser.cs ├── RemoveAllHtmlTag.cs ├── RequestsJSCSSIMG.cs ├── SearchCriteria.cs ├── SpinnedListGenerator.cs ├── StringEncoderDecoder.cs ├── Utils.cs ├── clsDBQueryManager.cs ├── clsEmailParser.cs └── clsLDAccount.cs ├── Campaign ├── Campaign.csproj ├── CampaignAccountContainer.cs ├── CampaignAccountManager.cs ├── CampainGroupCreate.cs ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── clsAccountManager.cs └── cls_variables.cs ├── ComposeMessage ├── ComposeMessage.cs ├── ComposeMessage.csproj ├── ComposeMsgDbManager.cs └── Properties │ └── AssemblyInfo.cs ├── Groups ├── ClsScrapGroupMember.cs ├── CreateGroup.cs ├── FileUtilities.cs ├── GroupStatus.cs ├── GroupUpdate.cs ├── Groups.csproj ├── JoinSearchGroup.cs ├── MessageGroupMember.cs ├── MsgGroupMemDbManager.cs └── Properties │ └── AssemblyInfo.cs ├── InBoardPro.sln ├── InBoardPro.suo ├── InBoardPro ├── ChilkatBasedRegex.cs ├── ClsAcceptInvitations.cs ├── ClsGetValues.cs ├── ClsInviteMemberThroughProfileURL.cs ├── ClsStatusImageShare.cs ├── CompanyEmployeeScraper.Designer.cs ├── CompanyEmployeeScraper.cs ├── CompanyEmployeeScraper.resx ├── DB_InBoardPro.db ├── FrmAcceptInvitations.Designer.cs ├── FrmAcceptInvitations.cs ├── FrmAcceptInvitations.resx ├── FrmAccountVerification.Designer.cs ├── FrmAccountVerification.cs ├── FrmAccountVerification.resx ├── FrmAddBlackListUser.Designer.cs ├── FrmAddBlackListUser.cs ├── FrmAddBlackListUser.resx ├── FrmAddExperience.Designer.cs ├── FrmAddExperience.cs ├── FrmAddExperience.resx ├── FrmCaptchaLogin.Designer.cs ├── FrmCaptchaLogin.cs ├── FrmCaptchaLogin.resx ├── FrmCompanySearchWithFilter.Designer.cs ├── FrmCompanySearchWithFilter.cs ├── FrmCompanySearchWithFilter.resx ├── FrmFreeTrial.Designer.cs ├── FrmFreeTrial.cs ├── FrmFreeTrial.resx ├── FrmInviteMemberThroughProfileURL.Designer.cs ├── FrmInviteMemberThroughProfileURL.cs ├── FrmInviteMemberThroughProfileURL.resx ├── FrmLdScraperMultipleExcelInput.Designer.cs ├── FrmLdScraperMultipleExcelInput.cs ├── FrmLdScraperMultipleExcelInput.resx ├── FrmLinkedInImageUploader.Designer.cs ├── FrmLinkedInImageUploader.cs ├── FrmLinkedInImageUploader.resx ├── FrmLinkedInScrapperUsingExcelInput.Designer.cs ├── FrmLinkedInScrapperUsingExcelInput.cs ├── FrmLinkedInScrapperUsingExcelInput.resx ├── FrmLinkedInScrapperZipIndustryLastNameWise.Designer.cs ├── FrmLinkedInScrapperZipIndustryLastNameWise.cs ├── FrmLinkedInScrapperZipIndustryLastNameWise.resx ├── FrmScrapGroupMember.Designer.cs ├── FrmScrapGroupMember.cs ├── FrmScrapGroupMember.resx ├── FrmUpgrade.Designer.cs ├── FrmUpgrade.cs ├── HelpVedeo.Designer.cs ├── HelpVedeo.cs ├── HelpVedeo.resx ├── Images │ ├── Account_creator.png │ ├── off.png │ └── on.png ├── InBoardPro.csproj ├── InBoardPro.csproj.user ├── ModuleAuthentication.Designer.cs ├── ModuleAuthentication.cs ├── ModuleAuthentication.resx ├── Program.cs ├── Properties │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── Resources │ ├── AcceptInvitation.png │ ├── Account Verification.png │ ├── Account_creator.png │ ├── AddPendingGroups.png │ ├── Add_friend.png │ ├── Assign_proxy.png │ ├── Banner-728x90_3.gif │ ├── Campaign.png │ ├── EndorseYourProfile.png │ ├── Endorsepeople.png │ ├── Group creation.png │ ├── Group.png │ ├── InBoard logo.png │ ├── InBoardPro_Logo.png │ ├── InviteGroups.png │ ├── LD1.png │ ├── LDominator_WSetup.bmp │ ├── Manage Groups.png │ ├── Manage Pages.png │ ├── Menu_Accept_Invitation.png │ ├── Photos Tagging.png │ ├── Profile Manager.png │ ├── Profile_Ranking.png │ ├── Remove.png │ ├── RemovePendingGroups.png │ ├── SAVE CAMPAIGN.png │ ├── SHOW-CAMPAIGN.png │ ├── Scheduler.png │ ├── SearchGrp.png │ ├── Shedule For Later.png │ ├── Status_Update.png │ ├── UPDATE CAMPAIGN.png │ ├── account_creation_using_ie.png │ ├── account_verfication.png │ ├── add_connection.png │ ├── add_group_member.png │ ├── add_groups.png │ ├── add_profilepicture.png │ ├── assign_proxy_to_account.png │ ├── assignproxytoaccount.png │ ├── background.png │ ├── background_New.png │ ├── browse_btn.png │ ├── btBuyNow.png │ ├── captacha_submit.png │ ├── center_bg.png │ ├── check-proxy.png │ ├── check_accounts.png │ ├── check_premium account.png │ ├── clear_accounts.png │ ├── clear_private_proxiex_from_database.png │ ├── clear_proxies.png │ ├── clear_proxy_setting.png │ ├── clear_public_proxiex_from_database.png │ ├── comment_liker.png │ ├── compose_message.png │ ├── creat_account.png │ ├── create_a_member_onlygroup.png │ ├── create_an_open_group.png │ ├── create_group.png │ ├── create_group_New.png │ ├── delete.png │ ├── email_compose.png │ ├── emp.jpg │ ├── evite_icon.png │ ├── export_accounts.PNG │ ├── fb_header.jpg │ ├── fb_headerb.jpg │ ├── follow_company.png │ ├── follow_company1.png │ ├── friend_request.jpg │ ├── get_comment.png │ ├── get_group.png │ ├── get_member.png │ ├── green_sign.png │ ├── group update.jpg │ ├── group-sms-iphone.png │ ├── group_update.png │ ├── header.png │ ├── help.png │ ├── icon.ico │ ├── icon_desktop.ico │ ├── id_extract.png │ ├── inboard-logo-1.png │ ├── inboard.ico │ ├── join_friend_group.png │ ├── join_group.png │ ├── join_search_group.png │ ├── ld header ver.bmp │ ├── ld header ver1.bmp │ ├── ld_img.png │ ├── like.png │ ├── likeonly.png │ ├── linked In Scrape.jpg │ ├── linkedin_search.png │ ├── load_accounts.png │ ├── logo.png │ ├── logo1.png │ ├── logo_new.png │ ├── menu_Account_Verification.jpg │ ├── menu_Folder.png │ ├── menu_campaign.jpg │ ├── menu_captcha_setting.jpg │ ├── menu_company_search.jpg │ ├── menu_download.jpg │ ├── menu_excel_input.png │ ├── menu_exprerince.jpg │ ├── menu_features.png │ ├── menu_follow_company.jpg │ ├── menu_group_member.jpg │ ├── menu_help_book-icon.png │ ├── menu_invite_member.jpg │ ├── menu_join_group.jpg │ ├── menu_liker.jpg │ ├── menu_my_accounts.png │ ├── menu_profile_manager.jpg │ ├── menu_settings.png │ ├── message_from.png │ ├── message_sending.png │ ├── msg_group_member.png │ ├── new_search.png │ ├── pause.png │ ├── play.png │ ├── post.png │ ├── post_on_wall.png │ ├── process_complete.png │ ├── process_runing.gif │ ├── proxy setting.jpg │ ├── proxy_setting.png │ ├── red_sign.png │ ├── resend_verification.png │ ├── resume.png │ ├── scrape.jpg │ ├── search.png │ ├── search_connection.png │ ├── search_groups.png │ ├── send_email_invite.png │ ├── send_email_invite1.png │ ├── send_invitation.png │ ├── send_message.png │ ├── send_update.png │ ├── setting.png │ ├── start.png │ ├── starts_account_creation.png │ ├── status update (2).jpg │ ├── status update.jpg │ ├── stop.png │ ├── submit.png │ └── test.png ├── app.config ├── frmAccountPasswordUpdate.Designer.cs ├── frmAccountPasswordUpdate.cs ├── frmAccountPasswordUpdate.resx ├── frmAccounts.Designer.cs ├── frmAccounts.cs ├── frmAccounts.resx ├── frmCampaignAccountCreator.Designer.cs ├── frmCampaignAccountCreator.cs ├── frmCampaignAccountCreator.resx ├── frmCampaignJoinGroup.Designer.cs ├── frmCampaignJoinGroup.cs ├── frmCampaignJoinGroup.resx ├── frmCampaignScraper.Designer.cs ├── frmCampaignScraper.cs ├── frmCampaignScraper.resx ├── frmCampaignSearchWithInvite.Designer.cs ├── frmCampaignSearchWithInvite.cs ├── frmCampaignSearchWithInvite.resx ├── frmChangeDefaultFolderPath.Designer.cs ├── frmChangeDefaultFolderPath.cs ├── frmChangeDefaultFolderPath.resx ├── frmFollowCompany.cs ├── frmFollowCompany.designer.cs ├── frmFollowCompany.resx ├── frmFriendsGroupScraper.Designer.cs ├── frmFriendsGroupScraper.cs ├── frmFriendsGroupScraper.resx ├── frmGroupUpdateLiker.Designer.cs ├── frmGroupUpdateLiker.cs ├── frmGroupUpdateLiker.resx ├── frmGroupsInvitation.Designer.cs ├── frmGroupsInvitation.cs ├── frmGroupsInvitation.resx ├── frmHelp.Designer.cs ├── frmHelp.cs ├── frmHelp.resx ├── frmJoinGroupUsingUrl.Designer.cs ├── frmJoinGroupUsingUrl.cs ├── frmJoinGroupUsingUrl.resx ├── frmLicensingDetails.Designer.cs ├── frmLicensingDetails.cs ├── frmLicensingDetails.resx ├── frmMain.cs ├── frmMain.designer.cs ├── frmMain.resx ├── frmMessageReceivedScraper.Designer.cs ├── frmMessageReceivedScraper.cs ├── frmMessageReceivedScraper.resx ├── frmMsgGroupMemberUsingExcelInput.Designer.cs ├── frmMsgGroupMemberUsingExcelInput.cs ├── frmMsgGroupMemberUsingExcelInput.resx ├── frmRemovePendingGroups.Designer.cs ├── frmRemovePendingGroups.cs ├── frmRemovePendingGroups.resx ├── frmSalesNavigatorScraper.Designer.cs ├── frmSalesNavigatorScraper.cs ├── frmSalesNavigatorScraper.resx ├── frmSearchWithInvites.Designer.cs ├── frmSearchWithInvites.cs ├── frmSearchWithInvites.resx ├── frmSheduler.Designer.cs ├── frmSheduler.cs ├── frmSheduler.resx ├── frmStatusImageShare.Designer.cs ├── frmStatusImageShare.cs ├── frmStatusImageShare.resx ├── frmVersionInfo.Designer.cs ├── frmVersionInfo.cs ├── frmVersionInfo.resx └── icon.ico ├── InBoardProGetData ├── GetIndustryCode.cs ├── InBoardProGetData.csproj ├── LinkedInScrape.cs ├── LinkedInScraperMultipleExcelInput.cs ├── LinkedinMultipleScrapRecord.cs ├── LinkedinScrappDbManager.cs ├── LinkedinSearch.cs ├── LinkinScrappRecord.cs ├── Properties │ └── AssemblyInfo.cs ├── SalesNavigatorGlobals.cs ├── SalesNavigatorScraper.cs └── StartLinkedinScrapping.cs ├── LibsTextFile ├── 1.ProxySetting--Public Proxy.txt ├── 10.StausUpdate--Status.txt ├── 11.AddConnection--InviteEmail.txt ├── 12.AddConnection--KeyWord.txt ├── 13.CreateGroup--GroupName.txt ├── 14.CreateGroup--Summary.txt ├── 15.CreateGroup--Description.txt ├── 16.CreateGroup--Website.txt ├── 17.GroupUpdate--StatusHeader.txt ├── 18.GroupUpdate--MoreDetails.txt ├── 19.Compose Message--Subject.txt ├── 2.ProxySetting--Private Proxy.txt ├── 20.GroupUpdate--Body.txt ├── 3.AccoutCreator--FirstName.txt ├── 32BitDll │ ├── ChilkatDotNet2.dll │ ├── DataStreams.dll │ ├── HtmlAgilityPack.dll │ ├── Interop.SHDocVw.dll │ ├── OpenPOP.dll │ ├── System.Data.SQLite.dll │ └── WatiN.Core.dll ├── 4.AccoutCreator--LastName.txt ├── 5.AccoutCreator--JobTitle.txt ├── 6.AccoutCreator--Company.txt ├── 64BitDll │ ├── ChilkatDotNet2.dll │ ├── DataStreams.dll │ ├── GlobusLib.dll │ ├── HtmlAgilityPack.dll │ ├── Interop.SHDocVw.dll │ ├── Microsoft.Office.Interop.Excel.dll │ ├── Microsoft.Vbe.Interop (2).dll │ ├── Microsoft.Vbe.Interop.dll │ ├── MySql.Data.dll │ ├── Newtonsoft.Json.dll │ ├── OpenPOP.dll │ ├── System.Data.SQLite.dll │ ├── WatiN.Core.dll │ └── office.dll ├── 7.AccoutCreator--Email.txt ├── 8.AccoutCreator--Pincode.txt ├── 9.AccoutCreator--College.txt ├── AxInterop.ShockwaveFlashObjects.dll ├── Interop.ShockwaveFlashObjects.dll ├── LinkedInAccount.txt ├── favicon (9).ico └── icon.ico ├── ManageConnections ├── ClsAcceptInvitations.cs ├── ClsInviteMemberThroughProfileURL.cs ├── ConnectUsingSearch.cs ├── ConnectUsingSearchKeywod.cs ├── InvitationEmails.cs ├── ManageConnections.csproj ├── Properties │ └── AssemblyInfo.cs └── StartCampaignConnectWithSearchKeyword.cs ├── Others ├── ClsStatusImageShare.cs ├── EndorsePeople.cs ├── LinkedinCompanyFollow.cs ├── Others.csproj ├── Properties │ └── AssemblyInfo.cs └── StatusUpdate.cs ├── ProfileManager ├── LinkedinProfileImgUploader.cs ├── ProfileManager.cs ├── ProfileManager.csproj ├── ProfileRank.cs └── Properties │ └── AssemblyInfo.cs └── README.md /AccountInfo/App.Config: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /AccountInfo/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("AccountInfo")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("AccountInfo")] 13 | [assembly: AssemblyCopyright("Copyright © 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("cc599838-55b5-4f10-8bc2-68369721b45b")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /BaseLib/AccountStatus.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace BaseLib 7 | { 8 | public class AccountStatus 9 | { 10 | 11 | 12 | #region Status 13 | public static string Status(ProfileStatus profileStatus) 14 | { 15 | switch (profileStatus) 16 | { 17 | 18 | case ProfileStatus.AccountCreated: 19 | return "0"; 20 | case ProfileStatus.Profiled: 21 | return "1"; 22 | case ProfileStatus.PhoneVerfiedOnly: 23 | return "2"; 24 | case ProfileStatus.EmailVerifiedOnly: 25 | return "3"; 26 | case ProfileStatus.PhonePlusEmailVerified: 27 | return "4"; 28 | case ProfileStatus.IncorrectEmail: 29 | return "5"; 30 | case ProfileStatus.AccountDisabled: 31 | return "404"; 32 | default: 33 | return null; 34 | } 35 | } 36 | } 37 | #endregion 38 | 39 | /// 40 | /// AccountCreated => New Account Created 41 | /// PhoneVerfiedOnly => Accounts that are either PVA or are not asked for PVA 42 | /// EmailVerifiedOnly => Accounts that are Email Verified but are asked for PVA 43 | /// 44 | public enum ProfileStatus { AccountCreated, Profiled, PhoneVerfiedOnly, EmailVerifiedOnly, PhonePlusEmailVerified, AccountDisabled, IncorrectEmail } 45 | } 46 | 47 | -------------------------------------------------------------------------------- /BaseLib/BaseLib.csproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | ProjectFiles 5 | 6 | -------------------------------------------------------------------------------- /BaseLib/CSVUtilities.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.IO; 6 | using System.Windows.Forms; 7 | 8 | namespace BaseLib 9 | { 10 | public class CSVUtilities 11 | { 12 | 13 | static List dataToBeWritten = new List(); 14 | 15 | public static List parseCSV(string path) 16 | { 17 | List parsedData = new List(); 18 | 19 | try 20 | { 21 | using (StreamReader readFile = new StreamReader(path)) 22 | { 23 | string line; 24 | string[] row; 25 | 26 | while ((line = readFile.ReadLine()) != null) 27 | { 28 | row = line.Split(','); 29 | parsedData.Add(row); 30 | } 31 | } 32 | } 33 | catch (Exception e) 34 | { 35 | } 36 | 37 | return parsedData; 38 | } 39 | 40 | public static void writeCSV(string CSVPath, List dataToBeWritten) 41 | { 42 | foreach (var strArray in dataToBeWritten) 43 | { 44 | string eachProfileData = string.Join(",", strArray); 45 | //GlobusLib.GlobusFileHelper.WriteStringToTextfile("name" + "," + "age" + "," + "sex" + "," + "location" + "," + "Height" + "," + "Weight" + "," + "Measurements" + "," + "ShoeSize" + "," + "HairColor" + "," + "HairLength" + "," + "EyeColor" + "," + "Ethnicity" + "," + "SkinColor" + "," + "Experience" + "," + "Shoot nudes" + "," + "Genres" + "," + "Bust" + "," + "Waist" + "," + "Cup" + "," + "Hips" + "," + "Dress" + "," + "Compensation" + "," + "Image", CSVPath); 46 | FileUtilities.AppendStringToTextFile(eachProfileData, CSVPath); 47 | } 48 | 49 | 50 | } 51 | 52 | public static void ExportDataCSVFile(string CSV_Header, string CSV_Content, string CSV_FilePath) 53 | { 54 | try 55 | { 56 | if (!File.Exists(CSV_FilePath)) 57 | { 58 | CSVUtilities.WriteCSVLineByLine(CSV_FilePath, CSV_Header); 59 | } 60 | 61 | CSVUtilities.WriteCSVLineByLine(CSV_FilePath, CSV_Content); 62 | } 63 | catch (Exception) 64 | { 65 | 66 | } 67 | } 68 | 69 | public static void WriteCSVLineByLine(string CSVDestinationFilePath, string commaSeparatedData) 70 | { 71 | FileUtilities.AppendStringToTextFile(CSVDestinationFilePath, commaSeparatedData); 72 | } 73 | } 74 | } 75 | -------------------------------------------------------------------------------- /BaseLib/ChilkatBasedRegex.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using Chilkat; 6 | 7 | namespace BaseLib 8 | { 9 | public static class ChilkatBasedRegex 10 | { 11 | #region GettingAllUrls 12 | public static List GettingAllUrls(string PageSource, string MustMatchString) 13 | { 14 | List suburllist = new List(); 15 | 16 | HtmlUtil htmlUtil = new HtmlUtil(); 17 | PageSource = htmlUtil.EntityDecode(PageSource); 18 | StringArray datagoogle = htmlUtil.GetHyperlinkedUrls(PageSource); 19 | 20 | for (int i = 0; i < datagoogle.Length; i++) 21 | { 22 | string hreflink = datagoogle.GetString(i); 23 | 24 | if (hreflink.Contains(MustMatchString) && hreflink.Contains("pp_profile_name_link") || hreflink.Contains("trk=anetppl_profile")) 25 | { 26 | suburllist.Add(hreflink); 27 | } 28 | } 29 | return suburllist.Distinct().ToList(); 30 | 31 | } 32 | #endregion 33 | 34 | #region GettingAllUrls1 35 | public static List GettingAllUrls1(string PageSource, string MustMatchString) 36 | { 37 | List suburllist1 = new List(); 38 | 39 | HtmlUtil htmlUtil = new HtmlUtil(); 40 | PageSource = htmlUtil.EntityDecode(PageSource); 41 | 42 | try 43 | { 44 | string[] Dataconnection = System.Text.RegularExpressions.Regex.Split(PageSource, "/profile/view?"); 45 | string DataImage = string.Empty; 46 | 47 | foreach (string item in Dataconnection) 48 | { 49 | if (!item.Contains("!DOCTYPE ")) 50 | { 51 | if (item.Contains("vsrp_people_res_name")) 52 | { 53 | 54 | //string finalurl = item.Substring(item.IndexOf("/profile/view?id="), item.IndexOf("url_unfollow_infl") - item.IndexOf(",\"link_nprofile_view")).Trim(); 55 | //string finalurls1 = finalurl.Substring(finalurl.IndexOf("/profile/view?id="), finalurl.IndexOf("%3Aprimary")+10 - finalurl.IndexOf("")).Trim(); 56 | int startindex = item.IndexOf("?"); 57 | string start = item.Substring(startindex); 58 | int endIndex = start.IndexOf(","); 59 | string finalurl = "http://www.linkedin.com/profile/view" + start.Substring(0, endIndex).Replace("\"", string.Empty); 60 | suburllist1.Add(finalurl); 61 | //http://www.linkedin.com?id=230385129&authType=OUT_OF_NETWORK&authToken=OWRO&locale=en_US&srchid=2732756961375079939471&srchindex=1&srchtotal=10&trk=vsrp_people_res_name&trkInfo=VSRPsearchId%3A2732756961375079939471%2CVSRPtargetId%3A230385129%2CVSRPcmpt%3Aprimary" 62 | //http://www.linkedin.com/profile/view?id=6741047&authType=OUT_OF_NETWORK&authToken=MWyZ&locale=en_US&srchid=2732758471375077875757&srchindex=1&srchtotal=55&trk=vsrp_people_res_name&trkInfo=VSRPsearchId%3A2732758471375077875757%2CVSRPtargetId%3A6741047%2CVSRPcmpt%3Aprimary 63 | 64 | } 65 | } 66 | } 67 | } 68 | 69 | catch { } 70 | return suburllist1.Distinct().ToList(); 71 | 72 | } 73 | #endregion 74 | 75 | #region GettingAllUrls2 76 | public static List GettingAllUrls2(string PageSource, string MustMatchString) 77 | { 78 | List suburllist1 = new List(); 79 | 80 | HtmlUtil htmlUtil = new HtmlUtil(); 81 | PageSource = htmlUtil.EntityDecode(PageSource); 82 | 83 | try 84 | { 85 | string[] Dataconnection = System.Text.RegularExpressions.Regex.Split(PageSource, "2nd degree contact\","); 86 | string DataImage = string.Empty; 87 | 88 | foreach (string item in Dataconnection) 89 | { 90 | if (!item.Contains("!DOCTYPE ")) 91 | { 92 | if (item.Contains("&pid=")) 93 | { 94 | int startindex = item.IndexOf("&pid="); 95 | string start = item.Substring(startindex).Replace("&pid=",""); 96 | int endIndex = start.IndexOf(","); 97 | string finalurl = "http://www.linkedin.com/profile/view?id=" + start.Substring(0, endIndex).Replace("\"", string.Empty); 98 | suburllist1.Add(finalurl); 99 | } 100 | } 101 | } 102 | } 103 | 104 | catch { } 105 | return suburllist1.Distinct().ToList(); 106 | 107 | } 108 | #endregion 109 | 110 | } 111 | } 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | -------------------------------------------------------------------------------- /BaseLib/DBC/AccessDeniedException.cs: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Sergey Kolchin 3 | */ 4 | 5 | namespace DeathByCaptcha 6 | { 7 | /** 8 | * Exception indicating that access to the API was denied due to invalid credentials, insufficied balance, or because the DBC account was banned. 9 | */ 10 | public class AccessDeniedException : Exception 11 | {} 12 | } 13 | -------------------------------------------------------------------------------- /BaseLib/DBC/App.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /BaseLib/DBC/Captcha.cs: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Sergey Kolchin 3 | */ 4 | 5 | using System; 6 | using System.Collections; 7 | 8 | 9 | namespace DeathByCaptcha 10 | { 11 | /** 12 | * CAPTCHA details. 13 | */ 14 | public class Captcha 15 | { 16 | protected int _id; 17 | 18 | /** 19 | * CAPTCHA ID. 20 | */ 21 | public int Id 22 | { 23 | get 24 | { 25 | return _id; 26 | } 27 | set 28 | { 29 | _id = Math.Max(0, value); 30 | _text = null; 31 | _correct = false; 32 | } 33 | } 34 | 35 | /** 36 | * true if the CAPTCHA is uploaded. 37 | */ 38 | public bool Uploaded 39 | { 40 | get 41 | { 42 | return 0 < _id; 43 | } 44 | } 45 | 46 | 47 | protected string _text; 48 | 49 | /** 50 | * CAPTCHA text, null if not solved. 51 | */ 52 | public string Text 53 | { 54 | get 55 | { 56 | return _text; 57 | } 58 | set 59 | { 60 | _text = (null != value && !value.Equals(String.Empty)) 61 | ? value 62 | : null; 63 | } 64 | } 65 | 66 | /** 67 | * true if the CAPTCHA was solved. 68 | */ 69 | public bool Solved 70 | { 71 | get 72 | { 73 | return Uploaded && null != _text; 74 | } 75 | } 76 | 77 | 78 | protected bool _correct; 79 | 80 | /** 81 | * Correctness state -- true if the CAPTCHA was solved correctly. 82 | */ 83 | public bool Correct 84 | { 85 | get 86 | { 87 | return Solved && _correct; 88 | } 89 | } 90 | 91 | 92 | /** 93 | * Instantiate an empty non-uploaded CAPTCHA. 94 | */ 95 | public Captcha() 96 | { 97 | this.Id = 0; 98 | } 99 | 100 | /** 101 | * Instantiate a CAPTCHA and populate its properties from API response. 102 | * API response. 103 | */ 104 | public Captcha(Hashtable src) : this() 105 | { 106 | if (null != src && src.ContainsKey("captcha") && null != src["captcha"]) { 107 | try { 108 | this.Id = Convert.ToInt32(src["captcha"]); 109 | } catch (System.Exception) { 110 | // 111 | } 112 | if (this.Uploaded) { 113 | try { 114 | this.Text = (string)src["text"]; 115 | } catch (System.Exception) { 116 | // 117 | } 118 | if (this.Solved) { 119 | try { 120 | this._correct = (bool)src["is_correct"]; 121 | } catch (System.Exception) { 122 | // 123 | } 124 | } 125 | } 126 | } 127 | } 128 | 129 | 130 | /** 131 | * Represent a CAPTCHA as its numeric ID. 132 | */ 133 | public int ToInt() 134 | { 135 | return this._id; 136 | } 137 | 138 | /** 139 | * Represent a CAPTCHA as its text. 140 | */ 141 | public override string ToString() 142 | { 143 | return this._text; 144 | } 145 | 146 | /** 147 | * Represent a CAPTCHA as its correctness state. 148 | */ 149 | public bool ToBoolean() 150 | { 151 | return this.Correct; 152 | } 153 | } 154 | } 155 | -------------------------------------------------------------------------------- /BaseLib/DBC/DecodePayload.cs: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Sergey Kolchin 3 | */ 4 | 5 | namespace DeathByCaptcha 6 | { 7 | /** 8 | * 9 | * Helper class for asyncronous CAPTCHA decoding. 10 | */ 11 | public class DecodePayload 12 | { 13 | /** 14 | * Decoding callback. 15 | */ 16 | public DecodeDelegate Callback; 17 | 18 | /** 19 | * Raw CAPTCHA image. 20 | */ 21 | public byte[] Image; 22 | 23 | /** 24 | * Solving timeout (in seconds). 25 | */ 26 | public int Timeout; 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /BaseLib/DBC/Exception.cs: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Sergey Kolchin 3 | */ 4 | 5 | namespace DeathByCaptcha 6 | { 7 | /** 8 | * Base DBC API exception. 9 | */ 10 | public class Exception : System.Exception 11 | {} 12 | } 13 | -------------------------------------------------------------------------------- /BaseLib/DBC/FrmMain.cs: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /BaseLib/DBC/InvalidCaptchaException.cs: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Sergey Kolchin 3 | */ 4 | 5 | namespace DeathByCaptcha 6 | { 7 | /** 8 | * Exception indicating the CAPTCHA image was rejected due to being empty, or too big, or not a valid image at all. 9 | */ 10 | public class InvalidCaptchaException : Exception 11 | {} 12 | } 13 | -------------------------------------------------------------------------------- /BaseLib/DBC/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | //using LinkedinDominator.DBC; 6 | 7 | namespace TwitterSignup 8 | { 9 | static class Program 10 | { 11 | /// 12 | /// The main entry point for the application. 13 | /// 14 | [STAThread] 15 | static void Main() 16 | { 17 | Application.EnableVisualStyles(); 18 | Application.SetCompatibleTextRenderingDefault(false); 19 | Application.Run(new LinkedinDominator.frmMain()); 20 | } 21 | } 22 | } 23 | -------------------------------------------------------------------------------- /BaseLib/DBC/User.cs: -------------------------------------------------------------------------------- 1 | /** 2 | * @author Sergey Kolchin 3 | */ 4 | 5 | using System; 6 | using System.Collections; 7 | using System.Globalization; 8 | 9 | 10 | namespace DeathByCaptcha 11 | { 12 | /** 13 | * Death by Captcha account details. 14 | */ 15 | public class User 16 | { 17 | protected double _balance = 0.0; 18 | 19 | 20 | protected int _id = 0; 21 | 22 | /** 23 | * DBC account ID. 24 | */ 25 | public int Id 26 | { 27 | get 28 | { 29 | return _id; 30 | } 31 | set 32 | { 33 | _id = Math.Max(0, value); 34 | _balance = 0.0; 35 | _banned = false; 36 | } 37 | } 38 | 39 | /** 40 | * Flag whether the account is of logged in user. 41 | */ 42 | public bool LoggedIn 43 | { 44 | get 45 | { 46 | return 0 < _id; 47 | } 48 | } 49 | 50 | /** 51 | * Account balance (in US cents). 52 | */ 53 | public double Balance 54 | { 55 | get 56 | { 57 | return _balance; 58 | } 59 | } 60 | 61 | 62 | protected bool _banned = false; 63 | 64 | /** 65 | * Flag whether the account is banned. 66 | */ 67 | public bool Banned 68 | { 69 | get 70 | { 71 | return LoggedIn && _banned; 72 | } 73 | } 74 | 75 | 76 | /** 77 | * Instantiate a DBC account details object. 78 | */ 79 | public User() 80 | {} 81 | 82 | /** 83 | * Instantiate a DBC account details object populated from API response. 84 | * API response. 85 | */ 86 | public User(Hashtable src) : this() 87 | { 88 | if (null != src && src.ContainsKey("user")) { 89 | try { 90 | this.Id = Convert.ToInt32(src["user"]); 91 | } catch (System.Exception) { 92 | // 93 | } 94 | if (this.LoggedIn) { 95 | try { 96 | this._balance = Convert.ToDouble(src["balance"]); 97 | } catch (System.Exception) { 98 | // 99 | } 100 | try { 101 | this._banned = Convert.ToBoolean(src["is_banned"]); 102 | } catch (System.Exception) { 103 | // 104 | } 105 | } 106 | } 107 | } 108 | 109 | 110 | /** 111 | * Represent a DBC account as numeric ID. 112 | */ 113 | public int ToInt() 114 | { 115 | return this._id; 116 | } 117 | 118 | /** 119 | * Represent a DBC account as a flag indicating if the account is logged in and not banned. 120 | */ 121 | public bool ToBoolean() 122 | { 123 | return this.LoggedIn && !this.Banned; 124 | } 125 | } 126 | } 127 | -------------------------------------------------------------------------------- /BaseLib/DBC/Writer.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections; 3 | using System.Text; 4 | 5 | 6 | /** 7 | * @author Sergey Kolchin 8 | */ 9 | namespace SimpleJson 10 | { 11 | public class Writer 12 | { 13 | public static string WriteBoolean(bool b) 14 | { 15 | return b ? "true" : "false"; 16 | } 17 | 18 | public static string WriteInteger(int i) 19 | { 20 | return i.ToString(); 21 | } 22 | 23 | public static string WriteDouble(double i) 24 | { 25 | return i.ToString().Replace(System.Globalization.CultureInfo.CurrentCulture.NumberFormat.NumberDecimalSeparator, "."); 26 | } 27 | 28 | public static string WriteString(string str) 29 | { 30 | return "\"" + str.Replace("\\", "\\\\").Replace("\"", "\\\"").Replace("\b", "\\b").Replace("\f", "\\f").Replace("\n", "\\n").Replace("\r", "\\r").Replace("\t", "\\t") + "\""; 31 | } 32 | 33 | public static string WriteList(IList list) 34 | { 35 | StringBuilder sb = new StringBuilder(); 36 | sb.Append("["); 37 | bool isFirst = true; 38 | foreach (object item in list) { 39 | if (isFirst) { 40 | isFirst = false; 41 | } else { 42 | sb.Append(","); 43 | } 44 | sb.Append(Writer.Write(item)); 45 | } 46 | sb.Append("]"); 47 | return sb.ToString(); 48 | } 49 | 50 | public static string WriteDictionary(IDictionary dict) 51 | { 52 | StringBuilder sb = new StringBuilder(); 53 | sb.Append("{"); 54 | bool isFirst = true; 55 | foreach (DictionaryEntry e in dict) { 56 | if (isFirst) { 57 | isFirst = false; 58 | } else { 59 | sb.Append(","); 60 | } 61 | sb.Append(Writer.Write((string)e.Key)); 62 | sb.Append(":"); 63 | sb.Append(Writer.Write(e.Value)); 64 | } 65 | sb.Append("}"); 66 | return sb.ToString(); 67 | } 68 | 69 | public static string Write(object o) 70 | { 71 | if (null == o) { 72 | return "null"; 73 | } else if (o is bool) { 74 | return Writer.WriteBoolean((bool)o); 75 | } else if (o is int) { 76 | return Writer.WriteInteger((int)o); 77 | } else if (o is double || o is float) { 78 | return Writer.WriteDouble((double)o); 79 | } else if (o is IList) { 80 | return Writer.WriteList((IList)o); 81 | } else if (o is IDictionary) { 82 | return Writer.WriteDictionary((IDictionary)o); 83 | } else { 84 | return Writer.WriteString((string)o); 85 | } 86 | } 87 | } 88 | } 89 | -------------------------------------------------------------------------------- /BaseLib/DB_Repository/DatabaseHandler.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Data; 6 | //using Finisar.SQLite; 7 | using System.Data.SQLite; 8 | 9 | namespace BaseLib.DB_Repository 10 | { 11 | public class DataBaseHandler 12 | { 13 | //public static string CONstr = "Data Source=" + System.Windows.Forms.Application.StartupPath + "\\DB_FBDominator" + ";Version=3;"; 14 | public static string CONstr = "Data Source=" + Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\\LinkedInDominator\\DB_LinkedInDominator.db" + ";Version=3;"; 15 | //data source="D:\LinkedShark - New\LinkedinDominator\LinkedinDominator\LinkedinDominator\bin\Debug\DB_LinkedInDominator.db" 16 | public static DataSet SelectQuery(string query, string tablename) 17 | { 18 | //try 19 | //{ 20 | 21 | DataSet DS = new DataSet(); 22 | using (SQLiteConnection CON = new SQLiteConnection(CONstr)) 23 | { 24 | SQLiteCommand CMD = new SQLiteCommand(query, CON); 25 | SQLiteDataAdapter AD = new SQLiteDataAdapter(CMD); 26 | AD.Fill(DS, tablename); 27 | 28 | } 29 | return DS; 30 | //} 31 | //catch 32 | //{ 33 | // return new DataSet(); 34 | //} 35 | } 36 | 37 | public static void InsertQuery(string query, string tablename) 38 | { 39 | //try 40 | //{ 41 | using (SQLiteConnection CON = new SQLiteConnection(CONstr)) 42 | { 43 | SQLiteCommand CMD = new SQLiteCommand(query, CON); 44 | SQLiteDataAdapter AD = new SQLiteDataAdapter(CMD); 45 | DataSet DS = new DataSet(); 46 | AD.Fill(DS, tablename); 47 | } 48 | //} 49 | //catch (Exception ex) 50 | //{ 51 | // Console.WriteLine(ex.StackTrace); 52 | //} 53 | } 54 | 55 | public static void DeleteQuery(string query, string tablename) 56 | { 57 | //try 58 | //{ 59 | using (SQLiteConnection CON = new SQLiteConnection(CONstr)) 60 | { 61 | SQLiteCommand CMD = new SQLiteCommand(query, CON); 62 | SQLiteDataAdapter AD = new SQLiteDataAdapter(CMD); 63 | DataSet DS = new DataSet(); 64 | AD.Fill(DS, tablename); 65 | } 66 | //} 67 | //catch (Exception ex) 68 | //{ 69 | // Console.WriteLine(ex.StackTrace); 70 | //} 71 | } 72 | 73 | public static void UpdateQuery(string query, string tablename) 74 | { 75 | //try 76 | //{ 77 | using (SQLiteConnection CON = new SQLiteConnection(CONstr)) 78 | { 79 | SQLiteCommand CMD = new SQLiteCommand(query, CON); 80 | SQLiteDataAdapter AD = new SQLiteDataAdapter(CMD); 81 | DataSet DS = new DataSet(); 82 | AD.Fill(DS, tablename); 83 | } 84 | //} 85 | //catch (Exception ex) 86 | //{ 87 | // Console.WriteLine(ex.StackTrace); 88 | //} 89 | } 90 | 91 | } 92 | } 93 | -------------------------------------------------------------------------------- /BaseLib/DB_Repository/clsLinkedINAccount.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Data; 6 | using BaseLib; 7 | 8 | namespace BaseLib.DB_Repository 9 | { 10 | public class clsLinkedINAccount 11 | { 12 | string strUsernaem=string.Empty; 13 | string strPassword=string.Empty; 14 | string strProxiaddress =string.Empty; 15 | string strProxyport=string.Empty; 16 | string strProxyName=string.Empty; 17 | string strProxypassword=string.Empty; 18 | string strProfileStatus = string.Empty; 19 | 20 | public List SelectAccouts() 21 | { 22 | try 23 | { 24 | List lstAccount = new List(); 25 | string strQuery = "SELECT * FROM tb_FBAccount"; 26 | 27 | DataSet ds = DataBaseHandler.SelectQuery(strQuery, "tb_FBAccount"); 28 | 29 | DataTable dt = ds.Tables["tb_FBAccount"]; 30 | 31 | foreach (DataRow row in dt.Rows) 32 | { 33 | 34 | string str = null; 35 | foreach (var item in row.ItemArray) 36 | { 37 | str = str + item.ToString() + ":"; 38 | } 39 | lstAccount.Add(str); 40 | } 41 | 42 | return lstAccount; 43 | } 44 | catch (Exception) 45 | { 46 | 47 | return new List(); 48 | } 49 | } 50 | 51 | public DataTable SelectAccoutsForGridView() 52 | { 53 | try 54 | { 55 | List lstAccount = new List(); 56 | string strQuery = "SELECT * FROM tb_LinkedInAccount"; 57 | 58 | DataSet ds = DataBaseHandler.SelectQuery(strQuery, "tb_LinkedInAccount"); 59 | 60 | DataTable dt = ds.Tables["tb_LinkedInAccount"]; 61 | 62 | return dt; 63 | } 64 | catch (Exception) 65 | { 66 | return new DataTable(); 67 | } 68 | } 69 | 70 | public void InsertFBAccount(string Usernaem,string password,string proxiaddress ,string proxyport,string proxyName,string proxypassword,string friendcount,string profilename) 71 | { 72 | try 73 | { 74 | this.strUsernaem=Usernaem; 75 | this.strPassword=password; 76 | this.strProxiaddress=proxiaddress; 77 | this.strProxyport=proxyport; 78 | this.strProxyName=proxyName; 79 | this.strProxypassword=proxypassword; 80 | this.strProfileStatus = ""; 81 | 82 | string strQuery = "INSERT INTO tb_FBAccount VALUES ('" + Usernaem + "','" + password + "','" + proxiaddress + "','" + proxyport + "','" + proxyName + "','"+proxypassword+ "','"+friendcount+ "','"+profilename+"','"+strProfileStatus+"') "; 83 | 84 | DataBaseHandler.InsertQuery(strQuery, "tb_FBAccount"); 85 | } 86 | catch (Exception) 87 | { 88 | try 89 | { 90 | UpdateFBAccount(strUsernaem, strPassword, strProxiaddress, strProxyport, strProxyName, strProxypassword); 91 | } 92 | catch (Exception) 93 | { 94 | 95 | throw; 96 | } 97 | 98 | } 99 | } 100 | public void UpdateFBAccount(string Usernaem, string password, string proxiaddress, string proxyport, string proxyName, string proxypassword) 101 | { 102 | try 103 | { 104 | string strTable = "tb_FBAccount"; 105 | string strQuery = "UPDATE tb_FBAccount SET Password='" + password + "', ProxyAddress='" + proxiaddress + "', ProxyPort='" + proxyport + "', ProxyUserName='" + proxyName + "', ProxyPassword='" + proxypassword + "' WHERE UserName='" + Usernaem+"'"; 106 | 107 | DataBaseHandler.UpdateQuery(strQuery, strTable); 108 | } 109 | catch (Exception) 110 | { 111 | 112 | throw; 113 | } 114 | } 115 | 116 | public void UpdatePasswordForAccount(string userName, string newPassword) 117 | { 118 | try 119 | { 120 | string UpdateQuery = "update tb_LinkedInAccount set Password='" + newPassword + "' WHERE UserName='" + userName + "';"; 121 | DataBaseHandler.UpdateQuery(UpdateQuery, "tb_LinkedInAccount"); 122 | 123 | } 124 | catch (Exception ex) 125 | { 126 | Console.WriteLine(ex.StackTrace); 127 | //AlibabaScaper.GlobusFileHelper.AppendStringToTextfileNewLine("InsertQuery error" +ex+ ex.StackTrace, MainFrm.Error); 128 | } 129 | 130 | } 131 | } 132 | } 133 | -------------------------------------------------------------------------------- /BaseLib/DB_Repository/clsSettingDB.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Data; 6 | 7 | namespace BaseLib.DB_Repository 8 | { 9 | public class clsSettingDB 10 | { 11 | string Upmodule = string.Empty; 12 | string Upfiletype = string.Empty; 13 | string Upfilepath = string.Empty; 14 | string DeathByCaptcha = string.Empty; 15 | 16 | /// 17 | /// Inserts Settings in DataBase 18 | /// Updates if Settings already present 19 | /// 20 | /// 21 | /// 22 | /// 23 | public void InsertOrUpdateSetting(string module,string filetype,string filepath) 24 | { 25 | try 26 | { 27 | this.Upmodule=module; 28 | this.Upfiletype=filetype; 29 | this.Upfilepath=filepath; 30 | 31 | string Upmodule=module; 32 | string UPfiletype=filetype; 33 | string strQuery = "INSERT INTO tb_Setting VALUES ('" + module + "','" + filetype + "','" + filepath + "') "; 34 | 35 | DataBaseHandler.InsertQuery(strQuery, "tb_Setting"); 36 | } 37 | catch (Exception) 38 | { 39 | UpdateSettingData(Upmodule, Upfiletype, Upfilepath); 40 | } 41 | 42 | } 43 | public DataTable SelectSettingData() 44 | { 45 | try 46 | { 47 | 48 | string strQuery = "SELECT * FROM tb_Setting"; 49 | 50 | DataSet ds = DataBaseHandler.SelectQuery(strQuery, "tb_Setting"); 51 | 52 | DataTable dt = ds.Tables["tb_Setting"]; 53 | return dt; 54 | } 55 | catch (Exception) 56 | { 57 | 58 | return new DataTable(); 59 | } 60 | } 61 | public void UpdateSettingData(string module, string filetype, string filepath) 62 | { 63 | try 64 | { 65 | string strTable = "tb_Setting"; 66 | string strQuery = "UPDATE tb_Setting SET Module='" + module + "', FilePath='" + filepath + "' WHERE FileType='" + filetype + "'"; 67 | 68 | DataBaseHandler.UpdateQuery(strQuery, strTable); 69 | } 70 | catch (Exception) 71 | { 72 | 73 | } 74 | } 75 | public void InsertDBCData(string username, string DeathByCaptcha, string password) 76 | { 77 | try 78 | { 79 | 80 | string strQuery = "INSERT INTO tb_Setting VALUES ('" + username + "','" + DeathByCaptcha + "','" + password + "') "; 81 | 82 | DataBaseHandler.InsertQuery(strQuery, "tb_Setting"); 83 | } 84 | catch (Exception) 85 | { 86 | UpdateSettingData(Upmodule, Upfiletype, Upfilepath); 87 | } 88 | } 89 | public void DeleteDBCDecaptcherData(string strDeathByCaptcha) 90 | { 91 | try 92 | { 93 | 94 | string strTable = "tb_Setting"; 95 | string strQuery = "DELETE FROM tb_Setting WHERE FileType='" + strDeathByCaptcha + "'"; 96 | 97 | DataBaseHandler.DeleteQuery(strQuery, strTable); 98 | } 99 | catch (Exception) 100 | { 101 | } 102 | } 103 | public void InsertDecaptcherData(string server, string port, string username, string password, string Decaptcher) 104 | { 105 | try 106 | { 107 | 108 | string strQuery = "INSERT INTO tb_Setting VALUES ('" + server + "<:>" + port + "','" + Decaptcher + "','" + username + "<:>" + password + "') "; 109 | 110 | DataBaseHandler.InsertQuery(strQuery, "tb_Setting"); 111 | } 112 | catch (Exception) 113 | { 114 | UpdateSettingData(Upmodule, Upfiletype, Upfilepath); 115 | } 116 | } 117 | 118 | } 119 | } 120 | -------------------------------------------------------------------------------- /BaseLib/DatabaseHandler.cs: -------------------------------------------------------------------------------- 1 | #region namespaces 2 | using System; 3 | using System.Collections.Generic; 4 | using System.Linq; 5 | using System.Text; 6 | using System.Data; 7 | //using Finisar.SQLite; 8 | using System.Data.SQLite; 9 | using System.Windows.Forms; 10 | #endregion 11 | 12 | namespace BaseLib 13 | { 14 | public class DataBaseHandler 15 | { 16 | 17 | public static string CONstr = "Data Source=" + Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\\InBoardPro\\DB_InBoardPro.db" + ";Version=3;"; 18 | 19 | #region public static DataSet SelectQuery(string query, string tablename) 20 | public static DataSet SelectQuery(string query, string tablename) 21 | { 22 | //try 23 | //{ 24 | 25 | DataSet DS = new DataSet(); 26 | using (SQLiteConnection CON = new SQLiteConnection(CONstr)) 27 | { 28 | SQLiteCommand CMD = new SQLiteCommand(query, CON); 29 | SQLiteDataAdapter AD = new SQLiteDataAdapter(CMD); 30 | AD.Fill(DS, tablename); 31 | 32 | } 33 | return DS; 34 | //} 35 | //catch 36 | //{ 37 | // return new DataSet(); 38 | //} 39 | } 40 | #endregion 41 | 42 | #region public static void InsertQuery(string query, string tablename) 43 | public static void InsertQuery(string query, string tablename) 44 | { 45 | //try 46 | //{ 47 | using (SQLiteConnection CON = new SQLiteConnection(CONstr)) 48 | { 49 | SQLiteCommand CMD = new SQLiteCommand(query, CON); 50 | SQLiteDataAdapter AD = new SQLiteDataAdapter(CMD); 51 | DataSet DS = new DataSet(); 52 | AD.Fill(DS, tablename); 53 | } 54 | //} 55 | //catch (Exception ex) 56 | //{ 57 | // Console.WriteLine(ex.StackTrace); 58 | //} 59 | } 60 | #endregion 61 | 62 | #region public static void DeleteQuery(string query, string tablename) 63 | public static void DeleteQuery(string query, string tablename) 64 | { 65 | //try 66 | //{ 67 | using (SQLiteConnection CON = new SQLiteConnection(CONstr)) 68 | { 69 | SQLiteCommand CMD = new SQLiteCommand(query, CON); 70 | SQLiteDataAdapter AD = new SQLiteDataAdapter(CMD); 71 | DataSet DS = new DataSet(); 72 | AD.Fill(DS, tablename); 73 | } 74 | //} 75 | //catch (Exception ex) 76 | //{ 77 | // Console.WriteLine(ex.StackTrace); 78 | //} 79 | } 80 | #endregion 81 | 82 | #region public static void UpdateQuery(string query, string tablename) 83 | public static void UpdateQuery(string query, string tablename) 84 | { 85 | //try 86 | //{ 87 | using (SQLiteConnection CON = new SQLiteConnection(CONstr)) 88 | { 89 | SQLiteCommand CMD = new SQLiteCommand(query, CON); 90 | SQLiteDataAdapter AD = new SQLiteDataAdapter(CMD); 91 | DataSet DS = new DataSet(); 92 | AD.Fill(DS, tablename); 93 | } 94 | //} 95 | //catch (Exception ex) 96 | //{ 97 | // Console.WriteLine(ex.StackTrace); 98 | //} 99 | } 100 | #endregion 101 | 102 | } 103 | } 104 | -------------------------------------------------------------------------------- /BaseLib/EnumerableExtensions.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Collections; 6 | 7 | namespace BaseLib 8 | { 9 | public static class EnumerableExtensions 10 | { 11 | public static IEnumerable> Partition(this IEnumerable @this, int partitionSize) 12 | { 13 | if (@this == null) throw new ArgumentNullException("this"); 14 | 15 | return new PartitionedEnumerable(@this, partitionSize); 16 | } 17 | 18 | private sealed class PartitionedEnumerable : IEnumerable> 19 | { 20 | #region Public 21 | 22 | public PartitionedEnumerable(IEnumerable elements, int partitionSize) 23 | { 24 | this.elements = elements; 25 | this.partitionSize = partitionSize; 26 | } 27 | 28 | IEnumerator IEnumerable.GetEnumerator() 29 | { 30 | return GetEnumerator(); 31 | } 32 | 33 | public IEnumerator> GetEnumerator() 34 | { 35 | IEnumerator elementEnumerator = this.elements.GetEnumerator(); 36 | 37 | var partition = new List(); 38 | while (elementEnumerator.MoveNext()) 39 | { 40 | partition.Add(elementEnumerator.Current); 41 | 42 | if (partition.Count == partitionSize) 43 | { 44 | yield return partition; 45 | partition = new List(); 46 | } 47 | } 48 | 49 | if (partition.Count > 0) yield return partition; 50 | } 51 | 52 | #endregion 53 | 54 | #region Private 55 | 56 | private readonly IEnumerable elements; 57 | private readonly int partitionSize; 58 | 59 | #endregion 60 | } 61 | } 62 | } 63 | -------------------------------------------------------------------------------- /BaseLib/Events.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | //using System.Linq; 4 | using System.Text; 5 | 6 | namespace BaseLib 7 | { 8 | public class Events 9 | { 10 | public event EventHandler addToLogger; 11 | 12 | public void LogText(EventsArgs e) 13 | { 14 | if (addToLogger != null) 15 | { 16 | addToLogger(this, e); //Fires the event 17 | } 18 | } 19 | 20 | public event EventHandler incrementCount; 21 | 22 | public void IncreaseCounter(EventsArgs e) 23 | { 24 | if (incrementCount != null) 25 | { 26 | incrementCount(this, e); 27 | } 28 | } 29 | 30 | public event EventHandler raiseScheduler; 31 | 32 | public void RaiseScheduler(EventsArgs e) 33 | { 34 | if (raiseScheduler != null) 35 | { 36 | raiseScheduler(this, e); //Fires the event 37 | } 38 | } 39 | } 40 | 41 | public class EventsArgs : EventArgs 42 | { 43 | public string log { get; set; } 44 | 45 | public string[] paramsArray { get; set; } 46 | 47 | 48 | public EventsArgs(string Log) 49 | { 50 | this.log = Log; 51 | } 52 | 53 | public EventsArgs(params string[] paramsArray) 54 | { 55 | this.paramsArray = paramsArray; 56 | } 57 | 58 | public Module module { get; set; } 59 | public EventsArgs(Module module) 60 | { 61 | this.module = module; 62 | } 63 | 64 | 65 | 66 | //public bool setTrueFalse { get; set; } 67 | 68 | //public EventsArgs(string Log, bool setTrueFalse) 69 | //{ 70 | // this.log = Log; 71 | // this.setTrueFalse = setTrueFalse; 72 | //} 73 | 74 | } 75 | 76 | 77 | } 78 | -------------------------------------------------------------------------------- /BaseLib/Facebooker.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace BaseLib 7 | { 8 | public class Facebooker 9 | { 10 | public string Username { get; set; } 11 | 12 | public string Password { get; set; } 13 | 14 | public string Email { get; set; } 15 | 16 | public List listFriends { get; set; } 17 | 18 | public List listFanPages { get; set; } 19 | 20 | public List listEvents { get; set; } 21 | 22 | public string profilePicurl { get; set; } 23 | 24 | //public 25 | 26 | 27 | } 28 | } 29 | -------------------------------------------------------------------------------- /BaseLib/FileUtilities.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.IO; 6 | using System.Windows.Forms; 7 | using System.Data; 8 | using System.Text.RegularExpressions; 9 | 10 | namespace BaseLib 11 | { 12 | public class FileUtilities 13 | { 14 | #region ReadFileToListString 15 | public static List ReadFileToListString(string FilePath) 16 | { 17 | using (StreamReader reader = new StreamReader(FilePath)) 18 | { 19 | List list = new List(); 20 | string text = ""; 21 | while ((text = reader.ReadLine()) != null) 22 | { 23 | list.Add(text); 24 | } 25 | return list; 26 | } 27 | } 28 | #endregion 29 | 30 | #region ReadTextFileFromstar 31 | public static List ReadTextFileFromstar(string FilePath) 32 | { 33 | List list = null; 34 | try 35 | { 36 | using (StreamReader reader = new StreamReader(FilePath)) 37 | { 38 | list = new List(); 39 | string text = ""; 40 | text = reader.ReadToEnd(); 41 | // while ((text = reader.ReadLine()) != null) 42 | { 43 | if (text.Contains("*****")) 44 | { 45 | string[] arrItem = Regex.Split(text, "*****"); 46 | foreach (string item in arrItem) 47 | { 48 | list.Add(item); 49 | } 50 | 51 | } 52 | } 53 | 54 | } 55 | } 56 | catch 57 | { 58 | } 59 | return list; 60 | } 61 | #endregion 62 | 63 | #region ReadFileToString 64 | public static string ReadFileToString(string FilePath) 65 | { 66 | using (StreamReader reader = new StreamReader(FilePath)) 67 | { 68 | string text = reader.ReadToEnd(); 69 | return text; 70 | } 71 | } 72 | #endregion 73 | 74 | #region AppendStringToTextFile 75 | public static void AppendStringToTextFile(string FilePath, string content) 76 | { 77 | using (StreamWriter sw = new StreamWriter(FilePath, true)) 78 | { 79 | sw.WriteLine(content); 80 | } 81 | } 82 | #endregion 83 | 84 | #region AppendStringToCSVFile 85 | public static void AppendStringToCSVFile(string FilePath, string content) 86 | { 87 | using (StreamWriter sw = new StreamWriter(FilePath, true)) 88 | { 89 | string[] contentArray = content.Split(','); 90 | foreach (string item in contentArray) 91 | { 92 | sw.Write(content); 93 | sw.Write(","); 94 | } 95 | sw.WriteLine(); 96 | //sw.WriteLine(content); 97 | } 98 | } 99 | #endregion 100 | 101 | #region WriteListToTextFile 102 | public static void WriteListToTextFile(string FilePath, List list) 103 | { 104 | using (StreamWriter sw = new StreamWriter(FilePath, true)) 105 | { 106 | foreach (string line in list) 107 | { 108 | sw.WriteLine(line); 109 | } 110 | } 111 | } 112 | #endregion 113 | 114 | #region CreateRegistrationFile 115 | public static void CreateRegistrationFile(string path) 116 | { 117 | if (!File.Exists(path)) 118 | { 119 | File.Create(path); 120 | } 121 | } 122 | #endregion 123 | 124 | 125 | } 126 | } 127 | -------------------------------------------------------------------------------- /BaseLib/GlobusSpinHelper.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Text.RegularExpressions; 6 | using System.Collections; 7 | 8 | namespace BaseLib 9 | { 10 | /// 11 | /// This Class has methods to spin texts. Can be used to spin both large texts and small texts. 12 | /// 13 | public class GlobusSpinHelper 14 | { 15 | public static List GetSpinnedList(List inputList, char separator) 16 | { 17 | List tempList = new List(); 18 | foreach (string item in inputList) 19 | { 20 | tempList.Add(item); 21 | } 22 | inputList.Clear(); 23 | foreach (string item in tempList) 24 | { 25 | List tempSpunList = spinSmallText(item, separator); 26 | inputList.AddRange(tempSpunList); 27 | } 28 | return inputList; 29 | } 30 | 31 | 32 | /// 33 | /// Get Spinned Sentences 34 | /// 35 | /// Format: (I/we/us) (am/are) planning to go (market/outing)... 36 | /// Format: "|" or "/"... 37 | /// 38 | public static List spinSmallText(string RawText, char separator) 39 | { 40 | #region Using Dictionary 41 | /// 42 | /// Hashtable that stores (DataInsideBraces) as Key and DataInsideBracesArray as Value 43 | /// 44 | //Hashtable commentsHashTable = new Hashtable(); 45 | Dictionary commentsHashTable = new Dictionary(); 46 | 47 | ///This is final possible cominations of comments 48 | List listModComments = new List(); 49 | 50 | ///Put braces data in list of string array 51 | List listDataInsideBracesArray = new List(); 52 | 53 | ///This Regex will fetch data within braces and put it in list of string array 54 | var regex = new Regex(@"\(([^)]*)\)", RegexOptions.Compiled); 55 | foreach (Match Data in regex.Matches(RawText)) 56 | { 57 | string data = Data.Value.Replace("(", "").Replace(")", ""); 58 | string[] DataInsideBracesArray = data.Split(separator);//data.Split('/'); 59 | commentsHashTable.Add(Data, DataInsideBracesArray); 60 | listDataInsideBracesArray.Add(DataInsideBracesArray); 61 | } 62 | 63 | string ModifiedComment = RawText; 64 | 65 | IDictionaryEnumerator en = commentsHashTable.GetEnumerator(); 66 | 67 | List listModifiedComment = new List(); 68 | 69 | listModifiedComment.Add(ModifiedComment); 70 | 71 | //en.Reset(); 72 | 73 | string ModifiedComment1 = ModifiedComment; 74 | 75 | #region Assigning Values and adding in List 76 | foreach (string[] item in listDataInsideBracesArray) 77 | { 78 | en.MoveNext(); 79 | foreach (string modItem in listModifiedComment) 80 | { 81 | foreach (string innerItem in item) 82 | { 83 | string ModComment = modItem.Replace(en.Key.ToString(), innerItem); 84 | listModComments.Add(ModComment); 85 | } 86 | } 87 | listModifiedComment.AddRange(listModComments); 88 | //string ModComment = ModifiedComment1.Replace(en.Key, item 89 | } 90 | #endregion 91 | 92 | List listRequiredComments = listModifiedComment.FindAll(s => !s.Contains("(")); 93 | 94 | //listComments.AddRange(listRequiredComments); 95 | return listRequiredComments; 96 | #endregion 97 | } 98 | 99 | public static string spinLargeText(Random rnd, string str) 100 | { 101 | // Loop over string until all patterns exhausted. 102 | //string pattern = "{[^{}]*}"; 103 | string pattern = @"\(([^)]*)\)"; 104 | Match m = Regex.Match(str, pattern); 105 | while (m.Success) 106 | { 107 | // Get random choice and replace pattern match. 108 | string seg = str.Substring(m.Index + 1, m.Length - 2); 109 | string[] choices = seg.Split('|'); 110 | str = str.Substring(0, m.Index) + choices[rnd.Next(choices.Length)] + str.Substring(m.Index + m.Length); 111 | m = Regex.Match(str, pattern); 112 | } 113 | 114 | // Return the modified string. 115 | return str; 116 | } 117 | } 118 | } 119 | -------------------------------------------------------------------------------- /BaseLib/LinkedInManager.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace BaseLib 7 | { 8 | public static class LinkedInManager 9 | { 10 | /// 11 | /// Contains all the accounts and related Information 12 | /// 13 | public static Dictionary linkedInDictionary = new Dictionary(); 14 | 15 | public static Dictionary linkedInDictionaryExcelInput = new Dictionary(); 16 | 17 | public static string Licence_Details = string.Empty; 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /BaseLib/ListUtilities.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace BaseLib 7 | { 8 | public class ListUtilities 9 | { 10 | public static List> Split(List source, int splitNumber) 11 | { 12 | 13 | if (splitNumber <= 0) 14 | { 15 | splitNumber = 1; 16 | } 17 | 18 | return source 19 | .Select((x, i) => new { Index = i, Value = x }) 20 | .GroupBy(x => x.Index / splitNumber) 21 | .Select(x => x.Select(v => v.Value).ToList()) 22 | .ToList(); 23 | 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /BaseLib/LogOutAccount.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace BaseLib 7 | { 8 | public class LogOutAccount 9 | { 10 | 11 | #region LogoutChilkat 12 | public bool LogoutChilkat(ref Chilkat.Http http) 13 | { 14 | try 15 | { 16 | string pageSource1 = http.QuickGetStr("http://www.facebook.com/"); 17 | 18 | if (pageSource1.Contains("\"h\"") && pageSource1.Contains("post_form_id") && pageSource1.Contains("fb_dtsg")) 19 | { 20 | string h = string.Empty; 21 | string post_form_id = string.Empty; 22 | string fb_dtsg = string.Empty; 23 | 24 | if (pageSource1.Contains("\"h\"")) 25 | { 26 | string strTemp = pageSource1.Substring(pageSource1.IndexOf("\"h\""), 200); 27 | string[] ArrTemp = strTemp.Split('"'); 28 | h = ArrTemp[3]; 29 | } 30 | if (pageSource1.Contains("post_form_id") && pageSource1.Contains("fb_dtsg")) 31 | { 32 | string strTemp = pageSource1.Substring(pageSource1.IndexOf("post_form_id"), 200); 33 | string[] ArrTemp = strTemp.Split('"'); 34 | post_form_id = ArrTemp[2]; 35 | fb_dtsg = ArrTemp[6]; 36 | } 37 | 38 | Chilkat.HttpRequest reqLogout = new Chilkat.HttpRequest(); 39 | reqLogout.UsePost(); 40 | //req.Path = "/login.php?login_attempt=1"; 41 | reqLogout.RemoveAllParams(); 42 | reqLogout.AddHeader("User-Agent", "Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16"); 43 | //req.SetFromUrl("http://www.facebook.com/login.php?login_attempt=1"); 44 | 45 | reqLogout.AddParam("post_form_id", post_form_id); 46 | reqLogout.AddParam("fb_dtsg", fb_dtsg); 47 | reqLogout.AddParam("ref", "mb"); 48 | reqLogout.AddParam("h", h); 49 | 50 | Chilkat.HttpResponse respUsingPostURLEncoded = http.PostUrlEncoded("http://www.facebook.com/logout.php", reqLogout); 51 | string ResponseLoginPostURLEncoded = respUsingPostURLEncoded.BodyStr; 52 | 53 | string pageSource12 = http.QuickGetStr("http://www.facebook.com/"); 54 | 55 | 56 | return true; 57 | } 58 | 59 | return false; 60 | } 61 | catch (Exception ex) 62 | { 63 | return false; 64 | Console.WriteLine(ex.Message); 65 | } 66 | 67 | } 68 | #endregion 69 | 70 | #region LogoutHttpHelper 71 | public bool LogoutHttpHelper(ref GlobusHttpHelper HttpHelper) 72 | { 73 | try 74 | { 75 | //string pageSource1 = HttpHelper.getHtmlfromUrl(new Uri("http://www.facebook.com/")); 76 | string pageSource1 = HttpHelper.getHtmlfromUrl(new Uri("http://www.facebook.com/")); 77 | if (pageSource1.Contains("\"h\"") && pageSource1.Contains("post_form_id") && pageSource1.Contains("fb_dtsg")) 78 | { 79 | string h = string.Empty; 80 | string post_form_id = string.Empty; 81 | string fb_dtsg = string.Empty; 82 | 83 | if (pageSource1.Contains("\"h\"")) 84 | { 85 | string strTemp = pageSource1.Substring(pageSource1.IndexOf("\"h\""), 200); 86 | string[] ArrTemp = strTemp.Split('"'); 87 | h = ArrTemp[3]; 88 | } 89 | if (pageSource1.Contains("post_form_id") && pageSource1.Contains("fb_dtsg")) 90 | { 91 | string strTemp = pageSource1.Substring(pageSource1.IndexOf("post_form_id"), 200); 92 | string[] ArrTemp = strTemp.Split('"'); 93 | post_form_id = ArrTemp[2]; 94 | fb_dtsg = ArrTemp[6]; 95 | 96 | } 97 | 98 | string ResponseLogout = HttpHelper.postFormData(new Uri("http://www.facebook.com/logout.php"), "post_form_id=" + post_form_id + "&fb_dtsg=" + fb_dtsg + "&ref=mb&h=" + h); 99 | return true; 100 | } 101 | return false; 102 | } 103 | catch (Exception ex) 104 | { 105 | return false; 106 | Console.WriteLine(ex.Message); 107 | } 108 | 109 | } 110 | #endregion 111 | } 112 | } 113 | -------------------------------------------------------------------------------- /BaseLib/NumberHelper.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Text.RegularExpressions; 6 | 7 | namespace BaseLib 8 | { 9 | public class NumberHelper 10 | { 11 | #region ValidateNumber 12 | public static bool ValidateNumber(string strInputNo) 13 | { 14 | Regex IdCheck = new Regex("^[0-9]*$"); 15 | 16 | if (!string.IsNullOrEmpty(strInputNo) && IdCheck.IsMatch(strInputNo)) 17 | { 18 | return true; 19 | } 20 | 21 | return false; 22 | } 23 | #endregion 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /BaseLib/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("BaseLib")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("FaceDominator")] 12 | [assembly: AssemblyProduct("BaseLib")] 13 | [assembly: AssemblyCopyright("Copyright © Microsoft 2011")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("da9af15a-1d66-43c3-8633-b6e037648ebc")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.8")] 36 | [assembly: AssemblyFileVersion("1.0.0.8")] 37 | -------------------------------------------------------------------------------- /BaseLib/ProxyCheker.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading; 6 | using System.Data.SQLite; 7 | 8 | namespace BaseLib 9 | { 10 | public class ProxyChecker 11 | { 12 | #region global declaration 13 | string proxyAddress { get; set; } 14 | string proxyPort { get; set; } 15 | string proxyUsername { get; set; } 16 | string proxyPassword { get; set; } 17 | public int IsPublic { get; set; } 18 | GlobusHttpHelper httpGbs = new GlobusHttpHelper(); 19 | #endregion 20 | 21 | #region ProxyChecker 22 | public ProxyChecker(string proxyAddress, string proxyPort, string proxyUsername, string proxyPassword, int IsPublic) 23 | { 24 | this.proxyAddress = proxyAddress; 25 | this.proxyPort = proxyPort; 26 | this.proxyUsername = proxyUsername; 27 | this.proxyPassword = proxyPassword; 28 | this.IsPublic = IsPublic; 29 | } 30 | #endregion 31 | 32 | #region CheckProxy 33 | public bool CheckProxy() 34 | { 35 | try 36 | { 37 | int Working = 0; 38 | string LoggedInIp = string.Empty; 39 | 40 | //BaseLib.ChilkatHttpHelpr HttpHelper = new BaseLib.ChilkatHttpHelpr(); 41 | //string pageSource = HttpHelper.GetHtmlProxy("http://www.linkedin.com/", proxyAddress, proxyPort, proxyUsername, proxyPassword); 42 | 43 | GlobusHttpHelper HttpHelper = new GlobusHttpHelper(); 44 | string pageSource = HttpHelper.getHtmlfromUrlProxy(new Uri("http://www.linkedin.com/"), proxyAddress, int.Parse(proxyPort), proxyUsername, proxyPassword); 45 | 46 | if (string.IsNullOrEmpty(pageSource))//(string.IsNullOrEmpty(pageSource) && string.IsNullOrEmpty(PgSrcHome)) 47 | { 48 | Thread.Sleep(500); 49 | pageSource = HttpHelper.getHtmlfromUrlProxy(new Uri("http://www.linkedin.com/"), proxyAddress, int.Parse(proxyPort), proxyUsername, proxyPassword); 50 | if (string.IsNullOrEmpty(pageSource)) 51 | { 52 | return false; 53 | } 54 | } 55 | ///Logic to check... 56 | if (pageSource.Contains("LinkedIn") && (pageSource.Contains("Sign Up"))) 57 | { 58 | try 59 | { 60 | using (SQLiteConnection con = new SQLiteConnection(DataBaseHandler.CONstr)) 61 | { 62 | using (SQLiteDataAdapter ad = new SQLiteDataAdapter()) 63 | { 64 | Working = 1; 65 | string InsertQuery = "Insert into tb_Proxies values('" + proxyAddress + "','" + proxyPort + "','" + proxyUsername + "','" + proxyPassword + "', " + Working + "," + IsPublic + " , '" + LoggedInIp + "')"; 66 | DataBaseHandler.InsertQuery(InsertQuery, "tb_Proxies"); 67 | GlobusFileHelper.AppendStringToTextfileNewLine(proxyAddress + ":" + proxyPort + ":" + proxyUsername + ":" + proxyPassword, Globals.Path_ExsistingProxies); 68 | } 69 | } 70 | } 71 | catch { } 72 | 73 | return true; 74 | } 75 | 76 | return false; 77 | } 78 | catch (Exception ex) 79 | { 80 | Console.WriteLine(ex.StackTrace); 81 | return false; 82 | } 83 | } 84 | #endregion 85 | } 86 | } 87 | -------------------------------------------------------------------------------- /BaseLib/RandomNumberGenerator.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace BaseLib 7 | { 8 | public class RandomNumberGenerator 9 | { 10 | #region GenerateRandom 11 | public static int GenerateRandom(int minValue, int maxValue) 12 | { 13 | if (minValue <= maxValue) 14 | { 15 | Random random = new Random(); 16 | return random.Next(minValue, maxValue); 17 | } 18 | else 19 | { 20 | return 0; 21 | } 22 | } 23 | #endregion 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /BaseLib/Randomiser.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Security.Cryptography; 6 | 7 | namespace BaseLib 8 | { 9 | public static class Randomiser 10 | { 11 | public static IList Shuffle(this IList list) 12 | { 13 | RNGCryptoServiceProvider provider = new RNGCryptoServiceProvider(); 14 | int n = list.Count; 15 | while (n > 1) 16 | { 17 | byte[] box = new byte[1]; 18 | do provider.GetBytes(box); 19 | while (!(box[0] < n * (Byte.MaxValue / n))); 20 | int k = (box[0] % n); 21 | n--; 22 | T value = list[k]; 23 | list[k] = list[n]; 24 | list[n] = value; 25 | } 26 | return list; 27 | } 28 | } 29 | } 30 | -------------------------------------------------------------------------------- /BaseLib/RemoveAllHtmlTag.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Text.RegularExpressions; 6 | 7 | namespace BaseLib 8 | { 9 | public class RemoveAllHtmlTag 10 | { 11 | #region StripHTML 12 | public static string StripHTML(string HTMLText) 13 | { 14 | Regex reg = new Regex("<[^>]+>", RegexOptions.IgnoreCase); 15 | return reg.Replace(HTMLText, ""); 16 | } 17 | #endregion 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /BaseLib/SearchCriteria.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Text; 4 | using System.IO; 5 | 6 | namespace BaseLib 7 | { 8 | public static class SearchCriteria 9 | { 10 | #region global declaration 11 | public static string Keyword = string.Empty; 12 | public static string FirstName = string.Empty; 13 | public static string LastName = string.Empty; 14 | public static string Title = string.Empty; 15 | public static string Company = string.Empty; 16 | public static string CurrentTitle = string.Empty; 17 | public static string CurrentCompany = string.Empty; 18 | public static string Location = string.Empty; 19 | public static string Country = string.Empty; 20 | //public static string LocationAreaCode = string.Empty; 21 | public static string LocationArea = string.Empty; 22 | public static string OtherLocation = string.Empty; 23 | public static string Education = string.Empty; 24 | public static string PostalCode = string.Empty; 25 | public static string FileName = string.Empty; 26 | public static int NumberOfRequestPerEmail = 0; 27 | public static int NumberOfRequestPerKeyword = 0; 28 | public static List statusMsg = new List(); 29 | public static string CreateGroupStatus = string.Empty; 30 | public static string GroupType = string.Empty; 31 | public static string GroupLang = string.Empty; 32 | public static bool starter = false; 33 | public static bool SignIN = false; 34 | public static bool SignOut = true; 35 | public static bool find = false; 36 | public static bool Duplication = false; 37 | public static string pplSearchOrigin = string.Empty; 38 | public static string IndustryType = string.Empty; 39 | public static string Group = string.Empty; 40 | public static string SeniorLevel = string.Empty; 41 | public static string language = string.Empty; 42 | public static string Function = string.Empty; 43 | public static string CompanySize = string.Empty; 44 | public static string Relationship = string.Empty; 45 | public static string InerestedIn = string.Empty; 46 | public static string YearOfExperience = string.Empty; 47 | public static string RecentlyJoined = string.Empty; 48 | public static string Fortune1000 = string.Empty; 49 | public static string Follower = string.Empty; 50 | public static string loginREsponce = string.Empty; 51 | public static string LoginID = string.Empty; 52 | public static string CsrToken = string.Empty; 53 | public static string within = string.Empty; 54 | public static string TitleValue = string.Empty; 55 | public static string CompanyValue = string.Empty; 56 | public static int RequestLimit = 0; 57 | 58 | public static bool NumberOfrequestPerDay = false; 59 | public static int AlreadyRequestedUser = 0; 60 | 61 | public static int scraperMinDelay = 20; 62 | public static int scraperMaxDelay = 25; 63 | 64 | public static string AccountType = string.Empty; 65 | #endregion 66 | 67 | } 68 | } 69 | -------------------------------------------------------------------------------- /BaseLib/SpinnedListGenerator.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | //using Globussoft; 6 | 7 | namespace BaseLib 8 | { 9 | public class SpinnedListGenerator 10 | { 11 | #region GetSpinnedList 12 | public static List GetSpinnedList(List inputList) 13 | { 14 | List tempList = new List(); 15 | foreach (string item in inputList) 16 | { 17 | tempList.Add(item); 18 | } 19 | inputList.Clear(); 20 | foreach (string item in tempList) 21 | { 22 | List tempSpunList = GlobusFileHelper.GetSpinnedComments(item); 23 | inputList.AddRange(tempSpunList); 24 | } 25 | return inputList; 26 | } 27 | #endregion 28 | 29 | #region GetSpinnedList 30 | public static List GetSpinnedList(List inputList, char separator) 31 | { 32 | List tempList = new List(); 33 | foreach (string item in inputList) 34 | { 35 | tempList.Add(item); 36 | } 37 | inputList.Clear(); 38 | foreach (string item in tempList) 39 | { 40 | List tempSpunList = GlobusFileHelper.GetSpinnedComments(item, separator); 41 | inputList.AddRange(tempSpunList); 42 | } 43 | return inputList; 44 | } 45 | #endregion 46 | } 47 | } 48 | -------------------------------------------------------------------------------- /BaseLib/StringEncoderDecoder.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace BaseLib 7 | { 8 | public class StringEncoderDecoder 9 | { 10 | #region Encode 11 | public static string Encode(string data) 12 | { 13 | string encoded = data.Replace("'", "^"); 14 | return encoded; 15 | } 16 | #endregion 17 | 18 | #region Decode 19 | public static string Decode(string data) 20 | { 21 | string decoded = data.Replace("^", "'"); 22 | return decoded; 23 | } 24 | #endregion 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /Campaign/CampaignAccountContainer.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace Campaign 7 | { 8 | public class CampaignAccountContainer 9 | { 10 | public Dictionary dictionary_CampaignAccounts = new Dictionary(); 11 | 12 | } 13 | 14 | //public class CampaignAccountsList 15 | //{ 16 | // public static Dictionary dictionary_CampaignAccounts = new Dictionary(); 17 | //} 18 | } 19 | 20 | 21 | -------------------------------------------------------------------------------- /Campaign/CampaignAccountManager.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Text.RegularExpressions; 6 | using BaseLib; 7 | 8 | namespace Campaign 9 | { 10 | public class CampaignAccountManager 11 | { 12 | public string Username = string.Empty; 13 | public string Password = string.Empty; 14 | 15 | public string userID = string.Empty; 16 | public string postAuthenticityToken = string.Empty; 17 | 18 | public string Screen_name = string.Empty; 19 | public string FollowerCount = string.Empty; 20 | 21 | public string proxyAddress = string.Empty; 22 | public string proxyPort = string.Empty; 23 | public string proxyUsername = string.Empty; 24 | public string proxyPassword = string.Empty; 25 | 26 | public string proxyAddress_Socks5 = string.Empty; 27 | public string proxyPort_Socks5 = string.Empty; 28 | public string proxyUsername_Socks5 = string.Empty; 29 | public string proxyPassword_Socks5 = string.Empty; 30 | 31 | public string AccountStatus = string.Empty; 32 | public bool IsLoggedIn = false; 33 | public bool IsNotSuspended = false; 34 | public bool Isnonemailverifiedaccounts = false; 35 | 36 | Regex IdCheck1 = new Regex("^[0-9]*$"); 37 | public Events logEvents = new Events(); 38 | public GlobusHttpHelper globusHttpHelper = new GlobusHttpHelper(); 39 | 40 | public CampaignAccountManager() 41 | { 42 | } 43 | 44 | public CampaignAccountManager(string Username, string Password, string Screen_name, string follower_Count, int numberOfMessages, string proxyAddress, string proxyPort, string proxyUsername, string proxyPassword, string currentCity, string HomeTown, string Birthday_Month, string BirthDay_Date, string BirthDay_Year, string AboutMe, string Employer, string College, string HighSchool, string Religion, string profilePic, string FamilyName, string Role, string language, string sex, string activities, string interests, string movies, string music, string books, string favoriteSports, string favoriteTeams, string GroupName, string status) 45 | { 46 | this.Username = Username; 47 | this.Password = Password; 48 | this.proxyAddress = proxyAddress; 49 | this.proxyPort = proxyPort; 50 | this.proxyUsername = proxyUsername; 51 | this.proxyPassword = proxyPassword; 52 | this.Screen_name = Screen_name; 53 | this.FollowerCount = follower_Count; 54 | //this.GroupName = GroupName; 55 | this.AccountStatus = status; 56 | //Log("[ " + DateTime.Now + " ] => [ Login in with " + Username + " ]"); 57 | } 58 | } 59 | } 60 | -------------------------------------------------------------------------------- /Campaign/CampainGroupCreate.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading; 6 | using System.Data; 7 | 8 | 9 | namespace Campaign 10 | { 11 | public class CampainGroupCreate 12 | { 13 | 14 | #region global declaration for account create and profile picture upload 15 | 16 | public static List Campaign_listFirstName = new List(); 17 | public static List Campaign_listLastName = new List(); 18 | public static List Campaign_Email = new List(); 19 | public static List Campaign_Country = new List(); 20 | public static List Campaign_Pincode = new List(); 21 | public static List Campaign_Jobtitle = new List(); 22 | public static List Campaign_Company = new List(); 23 | public static List Campaign_Industry = new List(); 24 | public static List Campaign_ProxyList = new List(); 25 | public static List Campaign_CollegeList = new List(); 26 | public static List Campaign_lstAccountCraterThread = new List(); 27 | 28 | public static bool Campaign_IsStop_AccountCraterThread = false; 29 | public static bool Campaign_ChkCountry = false; 30 | public static bool Campaign_ChkIndustry = false; 31 | public static bool Campaign_ChkType = false; 32 | public static bool Campaign_chkManualCaptcha = false; 33 | public static bool Campaign_chkUseProxyPool = false; 34 | 35 | public static string Campain_selected_Proxy = string.Empty; 36 | public static string Campain_Account_Creator_Threads = string.Empty; 37 | public static string Campain_First_Name = string.Empty; 38 | public static string Campain_Last_Name = string.Empty; 39 | public static string Campain_Emails = string.Empty; 40 | public static string Campain_Pincode = string.Empty; 41 | public static string Campain_JobTitle = string.Empty; 42 | public static string Campain_Company = string.Empty; 43 | public static string Campain_College = string.Empty; 44 | 45 | public string Campaign_firstNameSettings = string.Empty; 46 | public string Campaign_lastNameSettings = string.Empty; 47 | public string Campaign_emailSettings = string.Empty; 48 | public string Campaign_PincodeSetting = string.Empty; 49 | public string Campaign_jobTitleSetting = string.Empty; 50 | public string Campaign_companySetting = string.Empty; 51 | public string Campaign_ProxySetting = string.Empty; 52 | public string Campaign_CollegeSetting = string.Empty; 53 | 54 | public static string Campaign_IndustrySetting = string.Empty; 55 | public static string Campaign_AccountSetting = string.Empty; 56 | public static string Campaign_CountrySetting = string.Empty; 57 | 58 | public static List Campaign_lstAccountType = new List(); //string.Empty; 59 | public static List Campaign_lstIndustry = new List();//string.Empty; 60 | public static List Campaign_lstCountry = new List();//string.Empty; 61 | 62 | public static bool Campaign_ChkProfilePict = false; 63 | public static List lstProfilePic = new List(); 64 | 65 | #endregion 66 | 67 | #region global declaration for Connection Search Keyword 68 | public static List Campaign_lstConnectionSearchKeyword = new List(); 69 | #endregion 70 | 71 | #region global declaration for Search Group 72 | public static string SearchKeyword = string.Empty; 73 | public static string GroupCount = string.Empty; 74 | public static List lstSearchGroup = new List(); 75 | public static List lstAddSearchGroup = new List(); 76 | public static Dictionary Result = new Dictionary(); 77 | public static Dictionary> LinkdInContacts = new Dictionary>(); 78 | #endregion 79 | } 80 | } 81 | -------------------------------------------------------------------------------- /Campaign/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace Campaign 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | //Application.Run(new Form1()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /Campaign/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Campaign")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("Campaign")] 13 | [assembly: AssemblyCopyright("Copyright © 2013")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("2a0ecda8-cf6c-41c7-8a1b-a7e78eaa76c2")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /Campaign/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.17929 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Campaign_GrpRequestAddConnections.Properties { 12 | using System; 13 | 14 | 15 | /// 16 | /// A strongly-typed resource class, for looking up localized strings, etc. 17 | /// 18 | // This class was auto-generated by the StronglyTypedResourceBuilder 19 | // class via a tool like ResGen or Visual Studio. 20 | // To add or remove a member, edit your .ResX file then rerun ResGen 21 | // with the /str option, or rebuild your VS project. 22 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] 23 | [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 25 | internal class Resources { 26 | 27 | private static global::System.Resources.ResourceManager resourceMan; 28 | 29 | private static global::System.Globalization.CultureInfo resourceCulture; 30 | 31 | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] 32 | internal Resources() { 33 | } 34 | 35 | /// 36 | /// Returns the cached ResourceManager instance used by this class. 37 | /// 38 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 39 | internal static global::System.Resources.ResourceManager ResourceManager { 40 | get { 41 | if (object.ReferenceEquals(resourceMan, null)) { 42 | global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Campaign_GrpRequestAddConnections.Properties.Resources", typeof(Resources).Assembly); 43 | resourceMan = temp; 44 | } 45 | return resourceMan; 46 | } 47 | } 48 | 49 | /// 50 | /// Overrides the current thread's CurrentUICulture property for all 51 | /// resource lookups using this strongly typed resource class. 52 | /// 53 | [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] 54 | internal static global::System.Globalization.CultureInfo Culture { 55 | get { 56 | return resourceCulture; 57 | } 58 | set { 59 | resourceCulture = value; 60 | } 61 | } 62 | } 63 | } 64 | -------------------------------------------------------------------------------- /Campaign/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.17929 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace Campaign_GrpRequestAddConnections.Properties { 12 | 13 | 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 | 18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 19 | 20 | public static Settings Default { 21 | get { 22 | return defaultInstance; 23 | } 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /Campaign/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /Campaign/cls_variables.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Threading; 6 | using BaseLib; 7 | 8 | namespace Campaign 9 | { 10 | public class cls_variables 11 | { 12 | public static Dictionary linkedInDictionary = new Dictionary(); 13 | 14 | public static Dictionary Lst_WokingThreads = new Dictionary(); 15 | 16 | public static string _StartFrom { get; set; } 17 | 18 | public static string _EndTo { get; set; } 19 | 20 | public static int _DelayFrom = 20; 21 | 22 | public static int _DelayTo = 25; 23 | 24 | } 25 | } 26 | -------------------------------------------------------------------------------- /ComposeMessage/ComposeMsgDbManager.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using BaseLib; 6 | 7 | namespace ComposeMessage 8 | { 9 | class ComposeMsgDbManager 10 | { 11 | 12 | #region InsertComposeMsgData 13 | public void InsertComposeMsgData(string msgFrom, int msgToID, string msgTo, string msgSub, string msgBody) 14 | { 15 | msgFrom = msgFrom.Replace("'", "''"); 16 | msgTo = msgTo.Replace("'", "''").Replace(":",string.Empty); 17 | msgSub = msgSub.Replace("'", "''"); 18 | msgBody = msgBody.Replace("'", "''"); 19 | 20 | try 21 | { 22 | string strQuery = "INSERT INTO tb_ManageComposeMsg (MsgFrom,MsgToId,MsgTo,MsgSubject,MsgBody,DateTime) VALUES('" + msgFrom + "'," + msgToID + ",'" + msgTo + "','" + msgSub + "','" + msgBody + "','" + DateTime.Now + "')"; 23 | DataBaseHandler.InsertQuery(strQuery, "tb_ManageComposeMsg"); 24 | } 25 | catch (Exception) 26 | { } 27 | } 28 | #endregion 29 | } 30 | } 31 | -------------------------------------------------------------------------------- /ComposeMessage/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("ComposeMessage")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("ComposeMessage")] 13 | [assembly: AssemblyCopyright("Copyright © 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("9bf0cc73-e4e1-4ea7-b474-87488812916f")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /Groups/FileUtilities.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.IO; 6 | using System.Data; 7 | using System.Text.RegularExpressions; 8 | 9 | namespace LinkedInDominator 10 | { 11 | public class FileUtilities 12 | { 13 | #region ReadFileToListString 14 | public static List ReadFileToListString(string FilePath) 15 | { 16 | using (StreamReader reader = new StreamReader(FilePath)) 17 | { 18 | List list = new List(); 19 | string text = ""; 20 | while ((text = reader.ReadLine()) != null) 21 | { 22 | list.Add(text); 23 | } 24 | return list; 25 | } 26 | } 27 | #endregion 28 | 29 | #region ReadTextFileFromstar 30 | public static List ReadTextFileFromstar(string FilePath) 31 | { 32 | List list = null; 33 | try 34 | { 35 | using (StreamReader reader = new StreamReader(FilePath)) 36 | { 37 | list = new List(); 38 | string text = ""; 39 | text = reader.ReadToEnd(); 40 | // while ((text = reader.ReadLine()) != null) 41 | { 42 | if (text.Contains("*****")) 43 | { 44 | string[] arrItem = Regex.Split(text, "*****"); 45 | foreach (string item in arrItem) 46 | { 47 | list.Add(item); 48 | } 49 | 50 | } 51 | } 52 | 53 | } 54 | } 55 | catch 56 | { 57 | } 58 | return list; 59 | } 60 | #endregion 61 | 62 | #region ReadFileToString 63 | public static string ReadFileToString(string FilePath) 64 | { 65 | using (StreamReader reader = new StreamReader(FilePath)) 66 | { 67 | string text = reader.ReadToEnd(); 68 | return text; 69 | } 70 | } 71 | #endregion 72 | 73 | #region AppendStringToTextFile 74 | public static void AppendStringToTextFile(string FilePath, string content) 75 | { 76 | using (StreamWriter sw = new StreamWriter(FilePath, true)) 77 | { 78 | sw.WriteLine(content); 79 | } 80 | } 81 | #endregion 82 | 83 | #region AppendStringToCSVFile 84 | public static void AppendStringToCSVFile(string FilePath, string content) 85 | { 86 | using (StreamWriter sw = new StreamWriter(FilePath, true)) 87 | { 88 | string[] contentArray = content.Split(','); 89 | foreach (string item in contentArray) 90 | { 91 | sw.Write(content); 92 | sw.Write(","); 93 | } 94 | sw.WriteLine(); 95 | //sw.WriteLine(content); 96 | } 97 | } 98 | #endregion 99 | 100 | #region WriteListToTextFile 101 | public static void WriteListToTextFile(string FilePath, List list) 102 | { 103 | using (StreamWriter sw = new StreamWriter(FilePath, true)) 104 | { 105 | foreach (string line in list) 106 | { 107 | sw.WriteLine(line); 108 | } 109 | } 110 | } 111 | #endregion 112 | 113 | #region CreateRegistrationFile 114 | public static void CreateRegistrationFile(string path) 115 | { 116 | if (!File.Exists(path)) 117 | { 118 | File.Create(path); 119 | } 120 | } 121 | #endregion 122 | 123 | 124 | } 125 | } 126 | -------------------------------------------------------------------------------- /Groups/MsgGroupMemDbManager.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using BaseLib; 6 | 7 | namespace Groups 8 | { 9 | 10 | class MsgGroupMemDbManager 11 | { 12 | #region InsertScarppRecordData 13 | public void InsertMsgGroupMemData(string msgFrom, int msgToID, string msgTo, int msgGroupID, string msgGroupName, string msgSub, string msgBody) 14 | { 15 | msgFrom = msgFrom.Replace("'", "''"); 16 | msgTo = msgTo.Replace("'", "''"); 17 | msgGroupName = msgGroupName.Replace("'", "''"); 18 | msgSub = msgSub.Replace("'", "''"); 19 | msgBody = msgBody.Replace("'", "''"); 20 | 21 | try 22 | { 23 | string strQuery = "INSERT INTO tb_ManageMsgGroupMem (MsgFrom,MsgToId,MsgTo,MsgGroupId,MsgGroupName,MsgSubject,MsgBody,DateTime) VALUES('" + msgFrom + "'," + msgToID + ",'" + msgTo + "'," + msgGroupID + ",'" + msgGroupName + "','" + msgSub + "','" + msgBody + "','" + DateTime.Now + "')"; 24 | DataBaseHandler.InsertQuery(strQuery, "tb_ManageMsgGroupMem"); 25 | } 26 | catch (Exception) 27 | { } 28 | } 29 | #endregion 30 | 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /Groups/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Groups")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("Groups")] 13 | [assembly: AssemblyCopyright("Copyright © 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("f9c5bf78-3442-472d-ac6d-5ea007c2857a")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /InBoardPro.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro.suo -------------------------------------------------------------------------------- /InBoardPro/ChilkatBasedRegex.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using BaseLib; 6 | using Chilkat; 7 | 8 | namespace RegexForScraping 9 | { 10 | public static class ChilkatBasedRegex 11 | { 12 | public static List GettingAllUrls(string PageSource, string MustMatchString) 13 | { 14 | List suburllist = new List(); 15 | 16 | HtmlUtil htmlUtil = new HtmlUtil(); 17 | PageSource = htmlUtil.EntityDecode(PageSource); 18 | StringArray datagoogle = htmlUtil.GetHyperlinkedUrls(PageSource); 19 | 20 | for (int i = 0; i < datagoogle.Length; i++) 21 | { 22 | string hreflink = datagoogle.GetString(i); 23 | 24 | if (hreflink.Contains(MustMatchString) && hreflink.Contains("goback")) 25 | { 26 | suburllist.Add(hreflink); 27 | } 28 | } 29 | return suburllist.Distinct().ToList(); 30 | } 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /InBoardPro/ClsStatusImageShare.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using LinkedInDominator; 6 | using System.Text.RegularExpressions; 7 | using System.Threading; 8 | using BaseLib; 9 | 10 | namespace LinkedInDominator 11 | { 12 | public class ClsStatusImageShare 13 | { 14 | 15 | #region global declaration 16 | string userName = string.Empty; 17 | string password = string.Empty; 18 | string proxyAddress = string.Empty; 19 | string proxyPort = string.Empty; 20 | string proxyUsername = string.Empty; 21 | string proxyPassword = string.Empty; 22 | 23 | public static bool AddStatusImage_Unique = false; 24 | public static bool AddStatusImage_Random = false; 25 | public static List lstpicfile = new List(); 26 | public static Queue Que_Image_Post = new Queue(); 27 | public Events LinkedInStatusImageLogEvents = new Events(); 28 | static int counter_PicSelected = 0; 29 | #endregion 30 | 31 | 32 | 33 | 34 | #region Log 35 | private void Log(string message) 36 | { 37 | try 38 | { 39 | EventsArgs eventArgs = new EventsArgs(message); 40 | LinkedInStatusImageLogEvents.LogText(eventArgs); 41 | } 42 | catch 43 | { 44 | } 45 | } 46 | #endregion 47 | } 48 | } 49 | -------------------------------------------------------------------------------- /InBoardPro/DB_InBoardPro.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/DB_InBoardPro.db -------------------------------------------------------------------------------- /InBoardPro/FrmFreeTrial.Designer.cs: -------------------------------------------------------------------------------- 1 | namespace InBoardPro 2 | { 3 | partial class FrmFreeTrial 4 | { 5 | /// 6 | /// Required designer variable. 7 | /// 8 | private System.ComponentModel.IContainer components = null; 9 | 10 | /// 11 | /// Clean up any resources being used. 12 | /// 13 | /// true if managed resources should be disposed; otherwise, false. 14 | protected override void Dispose(bool disposing) 15 | { 16 | if (disposing && (components != null)) 17 | { 18 | components.Dispose(); 19 | } 20 | base.Dispose(disposing); 21 | } 22 | 23 | #region Windows Form Designer generated code 24 | 25 | /// 26 | /// Required method for Designer support - do not modify 27 | /// the contents of this method with the code editor. 28 | /// 29 | private void InitializeComponent() 30 | { 31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmFreeTrial)); 32 | this.label1 = new System.Windows.Forms.Label(); 33 | this.pictureBox1 = new System.Windows.Forms.PictureBox(); 34 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); 35 | this.SuspendLayout(); 36 | // 37 | // label1 38 | // 39 | this.label1.AutoSize = true; 40 | this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); 41 | this.label1.ForeColor = System.Drawing.Color.Red; 42 | this.label1.Location = new System.Drawing.Point(21, 36); 43 | this.label1.Name = "label1"; 44 | this.label1.Size = new System.Drawing.Size(667, 20); 45 | this.label1.TabIndex = 0; 46 | this.label1.Text = "Free Version Supports max 5 accounts at a time. Click below to upgrade to Paid Ve" + 47 | "rsion"; 48 | // 49 | // pictureBox1 50 | // 51 | this.pictureBox1.Image = global::InBoardPro.Properties.Resources.btBuyNow; 52 | this.pictureBox1.Location = new System.Drawing.Point(259, 78); 53 | this.pictureBox1.Name = "pictureBox1"; 54 | this.pictureBox1.Size = new System.Drawing.Size(181, 51); 55 | this.pictureBox1.TabIndex = 1; 56 | this.pictureBox1.TabStop = false; 57 | this.pictureBox1.Click += new System.EventHandler(this.pictureBoxBuyNow_Click); 58 | // 59 | // FrmFreeTrial 60 | // 61 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 62 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 63 | this.BackColor = System.Drawing.SystemColors.MenuBar; 64 | this.ClientSize = new System.Drawing.Size(709, 153); 65 | this.Controls.Add(this.pictureBox1); 66 | this.Controls.Add(this.label1); 67 | this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); 68 | this.Name = "FrmFreeTrial"; 69 | this.Text = "Free Version Limitations"; 70 | this.TopMost = true; 71 | ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); 72 | this.ResumeLayout(false); 73 | this.PerformLayout(); 74 | 75 | } 76 | 77 | #endregion 78 | 79 | private System.Windows.Forms.Label label1; 80 | private System.Windows.Forms.PictureBox pictureBox1; 81 | } 82 | } -------------------------------------------------------------------------------- /InBoardPro/FrmFreeTrial.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | 10 | namespace InBoardPro 11 | { 12 | public partial class FrmFreeTrial : Form 13 | { 14 | #region FrmFreeTrial 15 | public FrmFreeTrial() 16 | { 17 | this.TopMost = true; 18 | InitializeComponent(); 19 | } 20 | #endregion 21 | 22 | #region pictureBoxBuyNow_Click 23 | private void pictureBoxBuyNow_Click(object sender, EventArgs e) 24 | { 25 | System.Diagnostics.Process.Start("iexplore", "http://www.linkeddominator.com/pricing.php"); 26 | this.Close(); 27 | } 28 | #endregion 29 | 30 | 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /InBoardPro/FrmUpgrade.Designer.cs: -------------------------------------------------------------------------------- 1 | namespace LinkedinDominator 2 | { 3 | partial class FrmUpgrade 4 | { 5 | /// 6 | /// Required designer variable. 7 | /// 8 | private System.ComponentModel.IContainer components = null; 9 | 10 | /// 11 | /// Clean up any resources being used. 12 | /// 13 | /// true if managed resources should be disposed; otherwise, false. 14 | protected override void Dispose(bool disposing) 15 | { 16 | if (disposing && (components != null)) 17 | { 18 | components.Dispose(); 19 | } 20 | base.Dispose(disposing); 21 | } 22 | 23 | #region Windows Form Designer generated code 24 | 25 | /// 26 | /// Required method for Designer support - do not modify 27 | /// the contents of this method with the code editor. 28 | /// 29 | private void InitializeComponent() 30 | { 31 | this.components = new System.ComponentModel.Container(); 32 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 33 | this.Text = "FrmUpgrade"; 34 | } 35 | 36 | #endregion 37 | } 38 | } -------------------------------------------------------------------------------- /InBoardPro/FrmUpgrade.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | 10 | namespace LinkedinDominator 11 | { 12 | public partial class FrmUpgrade : Form 13 | { 14 | public FrmUpgrade() 15 | { 16 | InitializeComponent(); 17 | } 18 | } 19 | } 20 | -------------------------------------------------------------------------------- /InBoardPro/HelpVedeo.Designer.cs: -------------------------------------------------------------------------------- 1 | namespace LinkedinDominator 2 | { 3 | partial class HelpVedeo 4 | { 5 | /// 6 | /// Required designer variable. 7 | /// 8 | private System.ComponentModel.IContainer components = null; 9 | 10 | /// 11 | /// Clean up any resources being used. 12 | /// 13 | /// true if managed resources should be disposed; otherwise, false. 14 | protected override void Dispose(bool disposing) 15 | { 16 | if (disposing && (components != null)) 17 | { 18 | components.Dispose(); 19 | } 20 | base.Dispose(disposing); 21 | } 22 | 23 | #region Windows Form Designer generated code 24 | 25 | /// 26 | /// Required method for Designer support - do not modify 27 | /// the contents of this method with the code editor. 28 | /// 29 | private void InitializeComponent() 30 | { 31 | System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HelpVedeo)); 32 | this.gbHelpVideo = new System.Windows.Forms.GroupBox(); 33 | this.axShockwaveFlash1 = new AxShockwaveFlashObjects.AxShockwaveFlash(); 34 | this.gbHelpVideo.SuspendLayout(); 35 | ((System.ComponentModel.ISupportInitialize)(this.axShockwaveFlash1)).BeginInit(); 36 | this.SuspendLayout(); 37 | // 38 | // gbHelpVideo 39 | // 40 | this.gbHelpVideo.BackColor = System.Drawing.Color.Transparent; 41 | this.gbHelpVideo.Controls.Add(this.axShockwaveFlash1); 42 | this.gbHelpVideo.Location = new System.Drawing.Point(12, 12); 43 | this.gbHelpVideo.Name = "gbHelpVideo"; 44 | this.gbHelpVideo.Size = new System.Drawing.Size(933, 499); 45 | this.gbHelpVideo.TabIndex = 0; 46 | this.gbHelpVideo.TabStop = false; 47 | this.gbHelpVideo.Text = "Help"; 48 | // 49 | // axShockwaveFlash1 50 | // 51 | this.axShockwaveFlash1.Enabled = true; 52 | this.axShockwaveFlash1.Location = new System.Drawing.Point(21, 30); 53 | this.axShockwaveFlash1.Name = "axShockwaveFlash1"; 54 | this.axShockwaveFlash1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axShockwaveFlash1.OcxState"))); 55 | this.axShockwaveFlash1.Size = new System.Drawing.Size(884, 450); 56 | this.axShockwaveFlash1.TabIndex = 31; 57 | // 58 | // HelpVedeo 59 | // 60 | this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); 61 | this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 62 | this.ClientSize = new System.Drawing.Size(966, 538); 63 | this.Controls.Add(this.gbHelpVideo); 64 | this.MaximizeBox = false; 65 | this.Name = "HelpVedeo"; 66 | this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; 67 | this.Text = "Linkedin Dominator Video Help"; 68 | this.Load += new System.EventHandler(this.HelpVedeo_Load); 69 | this.Paint += new System.Windows.Forms.PaintEventHandler(this.HelpVedeo_Paint); 70 | this.gbHelpVideo.ResumeLayout(false); 71 | ((System.ComponentModel.ISupportInitialize)(this.axShockwaveFlash1)).EndInit(); 72 | this.ResumeLayout(false); 73 | 74 | } 75 | 76 | #endregion 77 | 78 | private System.Windows.Forms.GroupBox gbHelpVideo; 79 | private AxShockwaveFlashObjects.AxShockwaveFlash axShockwaveFlash1; 80 | } 81 | } -------------------------------------------------------------------------------- /InBoardPro/Images/Account_creator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Images/Account_creator.png -------------------------------------------------------------------------------- /InBoardPro/Images/off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Images/off.png -------------------------------------------------------------------------------- /InBoardPro/Images/on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Images/on.png -------------------------------------------------------------------------------- /InBoardPro/InBoardPro.csproj.user: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | publish\ 5 | 6 | 7 | 8 | 9 | 10 | en-US 11 | false 12 | ProjectFiles 13 | 14 | -------------------------------------------------------------------------------- /InBoardPro/ModuleAuthentication.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using System.Drawing.Drawing2D; 10 | 11 | namespace InBoardPro 12 | { 13 | public partial class ModuleAuthentication : Form 14 | { 15 | string module; 16 | public ModuleAuthentication(string mod) 17 | { 18 | InitializeComponent(); 19 | module = mod; 20 | } 21 | 22 | public System.Drawing.Image image; 23 | 24 | private void btnSubmit_Click(object sender, EventArgs e) 25 | { 26 | Authentication(); 27 | } 28 | 29 | private void Authentication() 30 | { 31 | /* CLIENT PASSWORD DETAIL */ 32 | /* AMIT HEERA: sankash */ 33 | 34 | try 35 | { 36 | if (module == "ExcelInput3" && txtPasswod.Text == "sankash") 37 | { 38 | FrmInBoardProGetDataZipIndustryLastNameWise obj_FrmInBoardProGetDataZipIndustryLastNameWise = new FrmInBoardProGetDataZipIndustryLastNameWise(); 39 | obj_FrmInBoardProGetDataZipIndustryLastNameWise.Show(); 40 | this.Close(); 41 | } 42 | else 43 | { 44 | MessageBox.Show("Wrong Passwod Please Try Again.."); 45 | txtPasswod.Text = string.Empty; 46 | txtPasswod.Focus(); 47 | } 48 | 49 | } 50 | catch { } 51 | } 52 | 53 | private void ModuleAuthentication_Load(object sender, EventArgs e) 54 | { 55 | image = Properties.Resources.background; 56 | } 57 | 58 | private void ModuleAuthentication_Paint(object sender, PaintEventArgs e) 59 | { 60 | try 61 | { 62 | Graphics g; 63 | g = e.Graphics; 64 | g.SmoothingMode = SmoothingMode.HighQuality; 65 | g.DrawImage(image, 0, 0, this.Width, this.Height); 66 | } 67 | catch (Exception ex) 68 | { 69 | 70 | } 71 | } 72 | 73 | private void txtPasswod_KeyPress(object sender, KeyPressEventArgs e) 74 | { 75 | if (e.KeyChar == 13) 76 | { 77 | Authentication(); 78 | } 79 | } 80 | } 81 | } 82 | -------------------------------------------------------------------------------- /InBoardPro/Program.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Windows.Forms; 5 | 6 | namespace InBoardPro 7 | { 8 | static class Program 9 | { 10 | /// 11 | /// The main entry point for the application. 12 | /// 13 | [STAThread] 14 | static void Main() 15 | { 16 | Application.EnableVisualStyles(); 17 | Application.SetCompatibleTextRenderingDefault(false); 18 | Application.Run(new frmMain()); 19 | } 20 | } 21 | } 22 | -------------------------------------------------------------------------------- /InBoardPro/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("InBoardPro")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("InBoardPro")] 13 | [assembly: AssemblyCopyright("Copyright © 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("0a99650b-f7a7-4754-a820-9a028a916544")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("2.0.0.9")] 36 | [assembly: AssemblyFileVersion("2.0.0.9")] 37 | -------------------------------------------------------------------------------- /InBoardPro/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- 1 | //------------------------------------------------------------------------------ 2 | // 3 | // This code was generated by a tool. 4 | // Runtime Version:4.0.30319.17929 5 | // 6 | // Changes to this file may cause incorrect behavior and will be lost if 7 | // the code is regenerated. 8 | // 9 | //------------------------------------------------------------------------------ 10 | 11 | namespace InBoardPro.Properties { 12 | 13 | 14 | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 16 | internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 | 18 | private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); 19 | 20 | public static Settings Default { 21 | get { 22 | return defaultInstance; 23 | } 24 | } 25 | } 26 | } 27 | -------------------------------------------------------------------------------- /InBoardPro/Properties/Settings.settings: -------------------------------------------------------------------------------- 1 |  2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /InBoardPro/Resources/AcceptInvitation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/AcceptInvitation.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Account Verification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Account Verification.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Account_creator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Account_creator.png -------------------------------------------------------------------------------- /InBoardPro/Resources/AddPendingGroups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/AddPendingGroups.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Add_friend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Add_friend.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Assign_proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Assign_proxy.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Banner-728x90_3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Banner-728x90_3.gif -------------------------------------------------------------------------------- /InBoardPro/Resources/Campaign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Campaign.png -------------------------------------------------------------------------------- /InBoardPro/Resources/EndorseYourProfile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/EndorseYourProfile.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Endorsepeople.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Endorsepeople.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Group creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Group creation.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Group.png -------------------------------------------------------------------------------- /InBoardPro/Resources/InBoard logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/InBoard logo.png -------------------------------------------------------------------------------- /InBoardPro/Resources/InBoardPro_Logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/InBoardPro_Logo.png -------------------------------------------------------------------------------- /InBoardPro/Resources/InviteGroups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/InviteGroups.png -------------------------------------------------------------------------------- /InBoardPro/Resources/LD1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/LD1.png -------------------------------------------------------------------------------- /InBoardPro/Resources/LDominator_WSetup.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/LDominator_WSetup.bmp -------------------------------------------------------------------------------- /InBoardPro/Resources/Manage Groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Manage Groups.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Manage Pages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Manage Pages.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Menu_Accept_Invitation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Menu_Accept_Invitation.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Photos Tagging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Photos Tagging.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Profile Manager.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Profile Manager.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Profile_Ranking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Profile_Ranking.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Remove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Remove.png -------------------------------------------------------------------------------- /InBoardPro/Resources/RemovePendingGroups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/RemovePendingGroups.png -------------------------------------------------------------------------------- /InBoardPro/Resources/SAVE CAMPAIGN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/SAVE CAMPAIGN.png -------------------------------------------------------------------------------- /InBoardPro/Resources/SHOW-CAMPAIGN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/SHOW-CAMPAIGN.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Scheduler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Scheduler.png -------------------------------------------------------------------------------- /InBoardPro/Resources/SearchGrp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/SearchGrp.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Shedule For Later.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Shedule For Later.png -------------------------------------------------------------------------------- /InBoardPro/Resources/Status_Update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/Status_Update.png -------------------------------------------------------------------------------- /InBoardPro/Resources/UPDATE CAMPAIGN.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/UPDATE CAMPAIGN.png -------------------------------------------------------------------------------- /InBoardPro/Resources/account_creation_using_ie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/account_creation_using_ie.png -------------------------------------------------------------------------------- /InBoardPro/Resources/account_verfication.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/account_verfication.png -------------------------------------------------------------------------------- /InBoardPro/Resources/add_connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/add_connection.png -------------------------------------------------------------------------------- /InBoardPro/Resources/add_group_member.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/add_group_member.png -------------------------------------------------------------------------------- /InBoardPro/Resources/add_groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/add_groups.png -------------------------------------------------------------------------------- /InBoardPro/Resources/add_profilepicture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/add_profilepicture.png -------------------------------------------------------------------------------- /InBoardPro/Resources/assign_proxy_to_account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/assign_proxy_to_account.png -------------------------------------------------------------------------------- /InBoardPro/Resources/assignproxytoaccount.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/assignproxytoaccount.png -------------------------------------------------------------------------------- /InBoardPro/Resources/background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/background.png -------------------------------------------------------------------------------- /InBoardPro/Resources/background_New.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/background_New.png -------------------------------------------------------------------------------- /InBoardPro/Resources/browse_btn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/browse_btn.png -------------------------------------------------------------------------------- /InBoardPro/Resources/btBuyNow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/btBuyNow.png -------------------------------------------------------------------------------- /InBoardPro/Resources/captacha_submit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/captacha_submit.png -------------------------------------------------------------------------------- /InBoardPro/Resources/center_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/center_bg.png -------------------------------------------------------------------------------- /InBoardPro/Resources/check-proxy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/check-proxy.png -------------------------------------------------------------------------------- /InBoardPro/Resources/check_accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/check_accounts.png -------------------------------------------------------------------------------- /InBoardPro/Resources/check_premium account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/check_premium account.png -------------------------------------------------------------------------------- /InBoardPro/Resources/clear_accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/clear_accounts.png -------------------------------------------------------------------------------- /InBoardPro/Resources/clear_private_proxiex_from_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/clear_private_proxiex_from_database.png -------------------------------------------------------------------------------- /InBoardPro/Resources/clear_proxies.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/clear_proxies.png -------------------------------------------------------------------------------- /InBoardPro/Resources/clear_proxy_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/clear_proxy_setting.png -------------------------------------------------------------------------------- /InBoardPro/Resources/clear_public_proxiex_from_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/clear_public_proxiex_from_database.png -------------------------------------------------------------------------------- /InBoardPro/Resources/comment_liker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/comment_liker.png -------------------------------------------------------------------------------- /InBoardPro/Resources/compose_message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/compose_message.png -------------------------------------------------------------------------------- /InBoardPro/Resources/creat_account.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/creat_account.png -------------------------------------------------------------------------------- /InBoardPro/Resources/create_a_member_onlygroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/create_a_member_onlygroup.png -------------------------------------------------------------------------------- /InBoardPro/Resources/create_an_open_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/create_an_open_group.png -------------------------------------------------------------------------------- /InBoardPro/Resources/create_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/create_group.png -------------------------------------------------------------------------------- /InBoardPro/Resources/create_group_New.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/create_group_New.png -------------------------------------------------------------------------------- /InBoardPro/Resources/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/delete.png -------------------------------------------------------------------------------- /InBoardPro/Resources/email_compose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/email_compose.png -------------------------------------------------------------------------------- /InBoardPro/Resources/emp.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/emp.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/evite_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/evite_icon.png -------------------------------------------------------------------------------- /InBoardPro/Resources/export_accounts.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/export_accounts.PNG -------------------------------------------------------------------------------- /InBoardPro/Resources/fb_header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/fb_header.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/fb_headerb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/fb_headerb.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/follow_company.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/follow_company.png -------------------------------------------------------------------------------- /InBoardPro/Resources/follow_company1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/follow_company1.png -------------------------------------------------------------------------------- /InBoardPro/Resources/friend_request.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/friend_request.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/get_comment.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/get_comment.png -------------------------------------------------------------------------------- /InBoardPro/Resources/get_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/get_group.png -------------------------------------------------------------------------------- /InBoardPro/Resources/get_member.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/get_member.png -------------------------------------------------------------------------------- /InBoardPro/Resources/green_sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/green_sign.png -------------------------------------------------------------------------------- /InBoardPro/Resources/group update.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/group update.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/group-sms-iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/group-sms-iphone.png -------------------------------------------------------------------------------- /InBoardPro/Resources/group_update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/group_update.png -------------------------------------------------------------------------------- /InBoardPro/Resources/header.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/header.png -------------------------------------------------------------------------------- /InBoardPro/Resources/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/help.png -------------------------------------------------------------------------------- /InBoardPro/Resources/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/icon.ico -------------------------------------------------------------------------------- /InBoardPro/Resources/icon_desktop.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/icon_desktop.ico -------------------------------------------------------------------------------- /InBoardPro/Resources/id_extract.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/id_extract.png -------------------------------------------------------------------------------- /InBoardPro/Resources/inboard-logo-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/inboard-logo-1.png -------------------------------------------------------------------------------- /InBoardPro/Resources/inboard.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/inboard.ico -------------------------------------------------------------------------------- /InBoardPro/Resources/join_friend_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/join_friend_group.png -------------------------------------------------------------------------------- /InBoardPro/Resources/join_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/join_group.png -------------------------------------------------------------------------------- /InBoardPro/Resources/join_search_group.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/join_search_group.png -------------------------------------------------------------------------------- /InBoardPro/Resources/ld header ver.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/ld header ver.bmp -------------------------------------------------------------------------------- /InBoardPro/Resources/ld header ver1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/ld header ver1.bmp -------------------------------------------------------------------------------- /InBoardPro/Resources/ld_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/ld_img.png -------------------------------------------------------------------------------- /InBoardPro/Resources/like.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/like.png -------------------------------------------------------------------------------- /InBoardPro/Resources/likeonly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/likeonly.png -------------------------------------------------------------------------------- /InBoardPro/Resources/linked In Scrape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/linked In Scrape.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/linkedin_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/linkedin_search.png -------------------------------------------------------------------------------- /InBoardPro/Resources/load_accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/load_accounts.png -------------------------------------------------------------------------------- /InBoardPro/Resources/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/logo.png -------------------------------------------------------------------------------- /InBoardPro/Resources/logo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/logo1.png -------------------------------------------------------------------------------- /InBoardPro/Resources/logo_new.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/logo_new.png -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_Account_Verification.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_Account_Verification.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_Folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_Folder.png -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_campaign.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_campaign.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_captcha_setting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_captcha_setting.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_company_search.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_company_search.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_download.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_download.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_excel_input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_excel_input.png -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_exprerince.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_exprerince.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_features.png -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_follow_company.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_follow_company.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_group_member.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_group_member.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_help_book-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_help_book-icon.png -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_invite_member.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_invite_member.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_join_group.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_join_group.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_liker.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_liker.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_my_accounts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_my_accounts.png -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_profile_manager.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_profile_manager.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/menu_settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/menu_settings.png -------------------------------------------------------------------------------- /InBoardPro/Resources/message_from.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/message_from.png -------------------------------------------------------------------------------- /InBoardPro/Resources/message_sending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/message_sending.png -------------------------------------------------------------------------------- /InBoardPro/Resources/msg_group_member.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/msg_group_member.png -------------------------------------------------------------------------------- /InBoardPro/Resources/new_search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/new_search.png -------------------------------------------------------------------------------- /InBoardPro/Resources/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/pause.png -------------------------------------------------------------------------------- /InBoardPro/Resources/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/play.png -------------------------------------------------------------------------------- /InBoardPro/Resources/post.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/post.png -------------------------------------------------------------------------------- /InBoardPro/Resources/post_on_wall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/post_on_wall.png -------------------------------------------------------------------------------- /InBoardPro/Resources/process_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/process_complete.png -------------------------------------------------------------------------------- /InBoardPro/Resources/process_runing.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/process_runing.gif -------------------------------------------------------------------------------- /InBoardPro/Resources/proxy setting.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/proxy setting.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/proxy_setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/proxy_setting.png -------------------------------------------------------------------------------- /InBoardPro/Resources/red_sign.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/red_sign.png -------------------------------------------------------------------------------- /InBoardPro/Resources/resend_verification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/resend_verification.png -------------------------------------------------------------------------------- /InBoardPro/Resources/resume.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/resume.png -------------------------------------------------------------------------------- /InBoardPro/Resources/scrape.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/scrape.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/search.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/search.png -------------------------------------------------------------------------------- /InBoardPro/Resources/search_connection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/search_connection.png -------------------------------------------------------------------------------- /InBoardPro/Resources/search_groups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/search_groups.png -------------------------------------------------------------------------------- /InBoardPro/Resources/send_email_invite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/send_email_invite.png -------------------------------------------------------------------------------- /InBoardPro/Resources/send_email_invite1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/send_email_invite1.png -------------------------------------------------------------------------------- /InBoardPro/Resources/send_invitation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/send_invitation.png -------------------------------------------------------------------------------- /InBoardPro/Resources/send_message.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/send_message.png -------------------------------------------------------------------------------- /InBoardPro/Resources/send_update.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/send_update.png -------------------------------------------------------------------------------- /InBoardPro/Resources/setting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/setting.png -------------------------------------------------------------------------------- /InBoardPro/Resources/start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/start.png -------------------------------------------------------------------------------- /InBoardPro/Resources/starts_account_creation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/starts_account_creation.png -------------------------------------------------------------------------------- /InBoardPro/Resources/status update (2).jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/status update (2).jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/status update.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/status update.jpg -------------------------------------------------------------------------------- /InBoardPro/Resources/stop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/stop.png -------------------------------------------------------------------------------- /InBoardPro/Resources/submit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/submit.png -------------------------------------------------------------------------------- /InBoardPro/Resources/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/Resources/test.png -------------------------------------------------------------------------------- /InBoardPro/app.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /InBoardPro/frmAccountPasswordUpdate.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using InBoardPro; 10 | using BaseLib.DB_Repository; 11 | using System.Drawing.Drawing2D; 12 | using BaseLib; 13 | 14 | 15 | namespace InBoardPro 16 | { 17 | public partial class frmAccountPasswordUpdate : Form 18 | { 19 | public System.Drawing.Image image; 20 | CheckAccount objCheckAccount = new CheckAccount(); 21 | clsLinkedINAccount objclsLinkedINAccount = new clsLinkedINAccount(); 22 | string userId = string.Empty; 23 | public frmAccountPasswordUpdate() 24 | { 25 | InitializeComponent(); 26 | 27 | } 28 | 29 | 30 | 31 | private void frmAccountPasswordUpdate_Load(object sender, EventArgs e) 32 | { 33 | image = Properties.Resources.background; 34 | 35 | try 36 | { 37 | userId = CheckAccount.userIdForUpdate; 38 | string passWord = CheckAccount.passwordForUpdate; 39 | txtUserName.Text = userId; 40 | txtOldPassword.Text = passWord; 41 | } 42 | catch (Exception ex) 43 | { 44 | Console.Write(ex.Message); 45 | } 46 | } 47 | 48 | private void btnUpdatePassword_Click(object sender, EventArgs e) 49 | { 50 | if (!string.IsNullOrEmpty(txtNewPassword.Text)) 51 | { 52 | try 53 | { 54 | objclsLinkedINAccount.UpdatePasswordForAccount(userId, txtNewPassword.Text.Trim()); 55 | MessageBox.Show("Password is updated successfully"); 56 | //this.Invoke(new MethodInvoker(delegate 57 | //{ 58 | this.Close(); 59 | //})); 60 | } 61 | catch (Exception ex) 62 | { 63 | Console.Write(ex.Message); 64 | MessageBox.Show("Error in updating password"); 65 | } 66 | } 67 | else 68 | { 69 | MessageBox.Show("Please Enter New Password"); 70 | } 71 | } 72 | 73 | private void frmAccountPasswordUpdate_Paint(object sender, PaintEventArgs e) 74 | { 75 | try 76 | { 77 | Graphics g; 78 | g = e.Graphics; 79 | g.SmoothingMode = SmoothingMode.HighQuality; 80 | g.DrawImage(image, 0, 0, this.Width, this.Height); 81 | } 82 | catch (Exception ex) 83 | { 84 | 85 | } 86 | } 87 | } 88 | } 89 | -------------------------------------------------------------------------------- /InBoardPro/frmChangeDefaultFolderPath.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using InBoardPro; 10 | using System.Drawing.Drawing2D; 11 | using System.IO; 12 | using BaseLib; 13 | 14 | namespace InBoardPro 15 | { 16 | public partial class frmChangeDefaultFolderPath : Form 17 | { 18 | public System.Drawing.Image image; 19 | 20 | #region frmChangeDefaultFolderPath 21 | public frmChangeDefaultFolderPath() 22 | { 23 | InitializeComponent(); 24 | } 25 | #endregion 26 | 27 | #region chkChangeExportLocation_CheckedChanged 28 | private void chkChangeExportLocation_CheckedChanged(object sender, EventArgs e) 29 | { 30 | try 31 | { 32 | if (chkChangeExportLocation.Checked) 33 | { 34 | using (FolderBrowserDialog ofd = new FolderBrowserDialog()) 35 | { 36 | //ofd.Filter = "CSV Files (*.csv)|*.csv"; 37 | //ofd.InitialDirectory = Application.StartupPath; 38 | if (ofd.ShowDialog() == DialogResult.OK) 39 | { 40 | txtExportLocation.Text = ofd.SelectedPath; 41 | 42 | } 43 | } 44 | } 45 | else 46 | { 47 | txtExportLocation.Text = "C:\\Users\\user\\Desktop\\InBoardPro"; 48 | } 49 | 50 | } 51 | catch 52 | { 53 | } 54 | } 55 | #endregion 56 | 57 | #region btnSet_Click 58 | private void btnSet_Click(object sender, EventArgs e) 59 | { 60 | try 61 | { 62 | Globals.DesktopFolder = txtExportLocation.Text; 63 | string path = string.Empty; 64 | path = Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData) + "\\InBoardPro\\LDDefaultFolderPath.txt"; 65 | using (StreamWriter sw = new StreamWriter(path)) 66 | { 67 | sw.Write(""); 68 | } 69 | 70 | GlobusFileHelper.AppendStringToTextfileNewLine(txtExportLocation.Text, Globals.Path_LinkedinDefaultSave); 71 | 72 | List defaultpath = new List(); 73 | 74 | if (MessageBox.Show("Export Location Is >>>" + Globals.DesktopFolder, "Notification", MessageBoxButtons.OK) == DialogResult.OK) 75 | { 76 | defaultpath = GlobusFileHelper.ReadFiletoStringList(Globals.Path_LinkedinDefaultSave); 77 | txtExportLocation.Text = defaultpath[0]; 78 | 79 | this.Close(); 80 | } 81 | } 82 | catch 83 | { 84 | } 85 | } 86 | #endregion 87 | 88 | #region frmChangeDefaultFolderPath_Paint 89 | private void frmChangeDefaultFolderPath_Paint(object sender, PaintEventArgs e) 90 | { 91 | try 92 | { 93 | Graphics g; 94 | 95 | g = e.Graphics; 96 | 97 | g.SmoothingMode = SmoothingMode.HighQuality; 98 | 99 | g.DrawImage(image, 0, 0, this.Width, this.Height); 100 | } 101 | catch (Exception ex) 102 | { 103 | 104 | } 105 | } 106 | #endregion 107 | 108 | #region frmChangeDefaultFolderPath_Load 109 | private void frmChangeDefaultFolderPath_Load(object sender, EventArgs e) 110 | { 111 | image = Properties.Resources.background; 112 | 113 | List defaultpath = new List(); 114 | 115 | try 116 | { 117 | defaultpath = GlobusFileHelper.ReadFiletoStringList(Globals.Path_LinkedinDefaultSave); 118 | txtExportLocation.Text = defaultpath[0]; 119 | } 120 | catch { } 121 | 122 | 123 | } 124 | #endregion 125 | 126 | } 127 | } 128 | -------------------------------------------------------------------------------- /InBoardPro/frmLicensingDetails.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using System.Reflection; 10 | using BaseLib; 11 | 12 | namespace InBoardPro 13 | { 14 | public partial class frmLicensingDetails : Form 15 | { 16 | public frmLicensingDetails() 17 | { 18 | InitializeComponent(); 19 | } 20 | 21 | private void frmLicensingDetails_Load(object sender, EventArgs e) 22 | { 23 | string thisVersionNumber = GetAssemblyNumber(); 24 | string activationdate = LinkedInManager.Licence_Details.Split(':')[1]; 25 | string ValidationDate = string.Empty; 26 | //this.Text = this.Text + " Version No. : " + thisVersionNumber + " License Provided To : (" + LinkedInManager.Licence_for + ") "; 27 | try 28 | { 29 | lblProductVer.Text = "Product Version: " + thisVersionNumber; 30 | lblLicensedTo.Text = LinkedInManager.Licence_Details.Split(':')[0]; 31 | lblActivatioDate.Text = "Activation Date: " + activationdate.Split(' ')[0]; 32 | 33 | //DateTime ActivationDate = Convert.ToDateTime(activationdate.Split(' ')[0]); 34 | //DateTime AfterOneYear = ActivationDate.AddYears(1); 35 | //ValidationDate = Convert.ToString(AfterOneYear); 36 | //ValidationDate = ValidationDate.Split(' ')[0].Replace("/","-"); 37 | //ValidationDate = ValidationDate.Split('-')[2] + "-" + ValidationDate.Split('-')[0] + "-" + ValidationDate.Split('-')[1]; 38 | //lblValidationDate.Text = "License valid till: " + ValidationDate; 39 | } 40 | catch { } 41 | 42 | } 43 | 44 | #region GetAssemblyNumber 45 | public string GetAssemblyNumber() 46 | { 47 | string appName = Assembly.GetAssembly(this.GetType()).Location; 48 | AssemblyName assemblyName = AssemblyName.GetAssemblyName(appName); 49 | string versionNumber = assemblyName.Version.ToString(); 50 | return versionNumber; 51 | } 52 | #endregion 53 | } 54 | } 55 | -------------------------------------------------------------------------------- /InBoardPro/frmMessageReceivedScraper.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using System.Drawing.Drawing2D; 10 | using System.Threading; 11 | using BaseLib; 12 | 13 | namespace LinkedinDominator 14 | { 15 | public partial class frmMessageReceivedScraper : Form 16 | { 17 | public System.Drawing.Image image; 18 | bool CheckNetConn = false; 19 | bool IsStop = false; 20 | Dictionary> LinkedInContacts = new Dictionary>(); 21 | List lstRemoveMessageReceivedGroupThread = new List(); 22 | 23 | public frmMessageReceivedScraper() 24 | { 25 | InitializeComponent(); 26 | } 27 | 28 | private void frmMessageReceivedScraper_Load(object sender, EventArgs e) 29 | { 30 | image = Properties.Resources.center_bg; 31 | } 32 | 33 | #region frmRemovePendingGroups_Paint 34 | private void frmRemovePendingGroups_Paint(object sender, PaintEventArgs e) 35 | { 36 | try 37 | { 38 | Graphics g; 39 | g = e.Graphics; 40 | g.SmoothingMode = SmoothingMode.HighQuality; 41 | g.DrawImage(image, 0, 0, this.Width, this.Height); 42 | } 43 | catch (Exception ex) 44 | { 45 | 46 | } 47 | } 48 | #endregion 49 | 50 | #region AddLoggerMessageReceivedScraper 51 | 52 | private void AddLoggerMessageReceivedScraper(string log) 53 | { 54 | this.Invoke(new MethodInvoker(delegate 55 | { 56 | 57 | lstLogMessageReceivedScraper.Items.Add(log); 58 | lstLogMessageReceivedScraper.SelectedIndex = lstLogMessageReceivedScraper.Items.Count - 1; 59 | })); 60 | } 61 | 62 | #endregion 63 | 64 | #region btnStartMessageReceivedScraper_Click 65 | private void btnStartMessageReceivedScraper_Click(object sender, EventArgs e) 66 | { 67 | CheckNetConn = System.Net.NetworkInformation.NetworkInterface.GetIsNetworkAvailable(); 68 | AddLoggerMessageReceivedScraper("working"); 69 | if (CheckNetConn) 70 | { 71 | 72 | try 73 | { 74 | IsStop = false; 75 | lstRemoveMessageReceivedGroupThread.Clear(); 76 | btnStartMessageReceivedScraper.Cursor = Cursors.AppStarting; 77 | 78 | Thread acceptInvitation_Thread = new Thread(StartMessageReceivedSraper); 79 | acceptInvitation_Thread.Start(); 80 | } 81 | catch (Exception ex) 82 | { 83 | Console.WriteLine("Error >>> " + ex.StackTrace); 84 | } 85 | } 86 | 87 | } 88 | #endregion btnStartMessageReceivedScraper_Click 89 | } 90 | } 91 | -------------------------------------------------------------------------------- /InBoardPro/frmVersionInfo.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.ComponentModel; 4 | using System.Data; 5 | using System.Drawing; 6 | using System.Linq; 7 | using System.Text; 8 | using System.Windows.Forms; 9 | using System.Drawing.Drawing2D; 10 | using System.Reflection; 11 | 12 | namespace InBoardPro 13 | { 14 | public partial class frmVersionInfo : Form 15 | { 16 | public System.Drawing.Image image; 17 | 18 | public frmVersionInfo() 19 | { 20 | InitializeComponent(); 21 | } 22 | 23 | #region frmVersionInfo_Load 24 | private void frmVersionInfo_Load(object sender, EventArgs e) 25 | { 26 | image = Properties.Resources.background; 27 | string thisVersionNumber = GetAssemblyNumber(); 28 | this.Text = this.Text + " Version No. : " + thisVersionNumber; 29 | // 30 | //lblVerionInfo.Text = "1. Msg group member (New Feature) - mantain db of users for which one time message has been sent." + Environment.NewLine + Environment.NewLine + 31 | // "2. Linkedid scraper using Excel Input (New Feature) - based on Surname (Last Name), Industry, Distance and " + Environment.NewLine + Environment.NewLine + " Zip code wise." + Environment.NewLine + Environment.NewLine + 32 | // "3. Campaign Msg group member (New Feature) - multiple accounts can send message at a time For msg group memebers." + Environment.NewLine + Environment.NewLine + 33 | // "4. Msg group member (New Feature) - msg group member - with excel can send message" + Environment.NewLine + Environment.NewLine + 34 | // "5. follow company using url - its working with proper threads and url." + Environment.NewLine + Environment.NewLine + 35 | // "6. Compose message - not fetching friends " + Environment.NewLine + Environment.NewLine + 36 | // "7. Company Scrapper - company scraper - not working properly." + Environment.NewLine + Environment.NewLine + 37 | // "8. Msg Group Member - accounts are showing restricted in software but its not." + Environment.NewLine + Environment.NewLine + 38 | // "9. Linkedin Scrapper - 'Title' section giving wrong output." + Environment.NewLine + Environment.NewLine + 39 | // "10. Follow Company - Follow company Using URL: logger issue its not showing detail of following company Url."; 40 | lblVerionInfo.Text = "1. Profile Ranking (New Feature) - Get your profile rank based on number of views" + Environment.NewLine + Environment.NewLine + 41 | "2. Get the number of profile views from different categories like - occupation, keywords, region etc." + Environment.NewLine + Environment.NewLine + 42 | "3. Get the top 10 profile rank list of your connections" + Environment.NewLine + Environment.NewLine + 43 | "4. Msg Group Member - Get the members of all joined groups from a particular account" + Environment.NewLine + Environment.NewLine + 44 | "5. Msg Group Member - Send message to all 1st or 2nd or 3rd connections" + Environment.NewLine + Environment.NewLine + 45 | "6. Campaign Invite Using Search - Scheduler bug fixed" + Environment.NewLine + Environment.NewLine + 46 | "7. Linkedin Scraper - bug fixed" + Environment.NewLine + Environment.NewLine + 47 | "8. Other Scraper - Software scraps more members now" + Environment.NewLine + Environment.NewLine + 48 | "9. Join Friends Group - bug fixed "; 49 | 50 | } 51 | #endregion 52 | 53 | #region frmVersionInfo_Paint 54 | private void frmVersionInfo_Paint(object sender, PaintEventArgs e) 55 | { 56 | try 57 | { 58 | Graphics g; 59 | g = e.Graphics; 60 | g.SmoothingMode = SmoothingMode.HighQuality; 61 | g.DrawImage(image, 0, 0, this.Width, this.Height); 62 | } 63 | catch (Exception ex) 64 | { 65 | 66 | } 67 | } 68 | #endregion 69 | 70 | #region GetAssemblyNumber 71 | public string GetAssemblyNumber() 72 | { 73 | string appName = Assembly.GetAssembly(this.GetType()).Location; 74 | AssemblyName assemblyName = AssemblyName.GetAssemblyName(appName); 75 | string versionNumber = assemblyName.Version.ToString(); 76 | return versionNumber; 77 | } 78 | #endregion 79 | 80 | private void grpBoxVersionDetails_Enter(object sender, EventArgs e) 81 | { 82 | 83 | } 84 | 85 | } 86 | } 87 | -------------------------------------------------------------------------------- /InBoardPro/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/InBoardPro/icon.ico -------------------------------------------------------------------------------- /InBoardProGetData/LinkedinScrappDbManager.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using InBoardPro; 6 | using System.Data; 7 | using BaseLib; 8 | 9 | namespace InBoardPro 10 | { 11 | class LinkedinScrappDbManager 12 | { 13 | 14 | #region InsertScarppRecordData 15 | public void InsertScarppRecordData(string PostalCode, string Distance, string Industry, string LastName, int Result) 16 | { 17 | try 18 | { 19 | string strQuery = "INSERT INTO tb_LinkedinScrapResult (PostalCode,Distance,Industry,LastName,NumberOfResult) VALUES('" + PostalCode + "','" + Distance + "','" + Industry + "','" + LastName + "'," + Result + ") "; 20 | DataBaseHandler.InsertQuery(strQuery, "tb_LinkedinScrapResult"); 21 | } 22 | catch (Exception) 23 | { 24 | //UpdateSettingData(Upmodule, Upfiletype, Upfilepath); 25 | } 26 | 27 | } 28 | #endregion 29 | 30 | #region InsertIntoLinkedInSearchUrlResult 31 | public void InsertIntoLinkedInSearchUrlResult(string PostalCode, string Distance, string Industry, string LastName, string UserName, string Password, string Proxy, string ProxyPwd, int Result, string LdUrl) 32 | { 33 | try 34 | { 35 | string strQuery = "INSERT INTO tb_LinkedinSearchUrlResult(PostalCode,Distance,Industry,LastName,UserName,Password,proxyToUse,ProxyPwd,ResultNumber,LinkedInUrl,Status) VALUES('" + PostalCode + "','" + Distance + "','" + Industry + "','" + LastName + "','" + UserName + "','" + Password + "','" + Proxy + "','" + ProxyPwd + "'," + Result + ",'" + LdUrl + "','0') "; 36 | DataBaseHandler.InsertQuery(strQuery, "tb_LinkedinSearchUrlResult"); 37 | } 38 | catch (Exception) 39 | { 40 | //UpdateSettingData(Upmodule, Upfiletype, Upfilepath); 41 | } 42 | 43 | } 44 | #endregion 45 | 46 | #region Deletetb_GroupUrlforSpecificUser 47 | public void Deletetb_GroupUrlforSpecificUser(string user) 48 | { 49 | try 50 | { 51 | string strTable = "tb_GroupUrl"; 52 | string strQuery = "DELETE FROM tb_GroupUrl where UserName='" + user + "'"; 53 | DataBaseHandler.DeleteQuery(strQuery, strTable); 54 | } 55 | catch (Exception) 56 | { 57 | } 58 | } 59 | #endregion 60 | 61 | #region Selecttb_GroupUrlDistinctUser 62 | public DataTable Selecttb_GroupUrlDistinctUser() 63 | { 64 | try 65 | { 66 | string strQuery = "SELECT Distinct UserName FROM tb_GroupUrl "; 67 | DataSet ds = DataBaseHandler.SelectQuery(strQuery, "tb_GroupUrl"); 68 | DataTable dt = ds.Tables["tb_GroupUrl"]; 69 | return dt; 70 | } 71 | catch (Exception) 72 | { 73 | return new DataTable(); 74 | } 75 | } 76 | #endregion 77 | 78 | #region Updatetb_LinkedinSearchUrlResult 79 | public void Updatetb_LinkedinSearchUrlResult(string PostalCode, string Distance, string Industry, string LastName, string UserName, string Password, string Proxy, string ProxyPwd, int Result, string LdUrl) 80 | { 81 | try 82 | { 83 | string strTable = "tb_LinkedinSearchUrlResult"; 84 | string strQuery = "UPDATE tb_LinkedinSearchUrlResult SET Status='1' WHERE PostalCode='" + PostalCode + "' and Distance='" + Distance + "' and Industry='" + Industry + "' and LastName='" + LastName + "' and UserName='" + UserName + "' and Password='" + Password + "' and ProxyToUse='" + Proxy + "' and ProxyPwd='" + ProxyPwd + "' and LinkedInUrl='" + LdUrl + "'"; 85 | DataBaseHandler.UpdateQuery(strQuery, strTable); 86 | } 87 | catch (Exception) 88 | { 89 | 90 | } 91 | } 92 | #endregion 93 | } 94 | } 95 | -------------------------------------------------------------------------------- /InBoardProGetData/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("InBoardProGetData")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("InBoardProGetData")] 13 | [assembly: AssemblyCopyright("Copyright © 2013")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("5d43b57f-b554-422d-9a34-59424831af11")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /InBoardProGetData/SalesNavigatorGlobals.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | 6 | namespace InBoardPro 7 | { 8 | public static class SalesNavigatorGlobals 9 | { 10 | public static string currentCompany = string.Empty; 11 | public static string currentTitle = string.Empty; 12 | public static string keyword = string.Empty; 13 | public static string location = string.Empty; 14 | public static string postalCode = string.Empty; 15 | public static string country = string.Empty; 16 | public static string relationship = string.Empty; 17 | public static string within = string.Empty; 18 | public static string function = string.Empty; 19 | public static string companySize = string.Empty; 20 | public static string seniorityLevel = string.Empty; 21 | public static string industry = string.Empty; 22 | public static string loginId = string.Empty; 23 | public static string language = string.Empty; 24 | public static string titleValue = string.Empty; 25 | public static string companyValue = string.Empty; 26 | public static string firstName = string.Empty; 27 | public static string lastName = string.Empty; 28 | public static string yearOfExperience = string.Empty; 29 | public static string whenJoined = string.Empty; 30 | 31 | 32 | public static bool isStop = false; 33 | public static bool signIn = false; 34 | public static bool signOut = true; 35 | 36 | public static int paginationCounter = 0; 37 | 38 | 39 | } 40 | } 41 | -------------------------------------------------------------------------------- /LibsTextFile/1.ProxySetting--Public Proxy.txt: -------------------------------------------------------------------------------- 1 | 116.95.120.56:6675 2 | 110.74.220.48:8080 3 | 211.161.152.106:80 4 | 82.193.116.28:3128 5 | 122.72.80.101:80 6 | 200.166.194.135:3128 7 | 202.147.227.43:8080 8 | 113.116.197.37:8909 9 | 218.76.140.62:3128 10 | 41.45.252.40:8080 11 | 64.79.89.66:53 12 | 67.205.100.82:54321 13 | 59.53.92.4:8090 14 | 67.205.100.86:54321 15 | 182.71.50.66:3128 16 | 72.44.90.84:8083 17 | 118.174.34.98:3128 18 | 58.68.97.219:3128 19 | 222.134.74.30:8080 20 | 200.133.218.58:3128 21 | 221.179.41.22:3128 22 | 41.197.133.43:80 23 | 121.18.231.102:19279 -------------------------------------------------------------------------------- /LibsTextFile/10.StausUpdate--Status.txt: -------------------------------------------------------------------------------- 1 | http://stackoverflow.com -------------------------------------------------------------------------------- /LibsTextFile/11.AddConnection--InviteEmail.txt: -------------------------------------------------------------------------------- 1 | dern29698@yahoo.com 2 | buttrum29698@yahoo.com 3 | shingles29698@yahoo.com 4 | sarvas56830@yahoo.com 5 | jelley56830@yahoo.com -------------------------------------------------------------------------------- /LibsTextFile/12.AddConnection--KeyWord.txt: -------------------------------------------------------------------------------- 1 | Sumit 2 | jatin 3 | sanjay 4 | arun 5 | DELL 6 | TCS 7 | IBM -------------------------------------------------------------------------------- /LibsTextFile/13.CreateGroup--GroupName.txt: -------------------------------------------------------------------------------- 1 | afha 2 | beta 3 | gama 4 | star -------------------------------------------------------------------------------- /LibsTextFile/14.CreateGroup--Summary.txt: -------------------------------------------------------------------------------- 1 | You are free to feel you'r truth . 2 | The power of you'r soul come and show the talent you have 3 | Just one word is enough for U... 4 | Welcome..!!!!! -------------------------------------------------------------------------------- /LibsTextFile/15.CreateGroup--Description.txt: -------------------------------------------------------------------------------- 1 | Accept the description According to you 2 | you have your own eyes to see you're dreams 3 | You have all needed ability to join this.. 4 | 5 | -------------------------------------------------------------------------------- /LibsTextFile/16.CreateGroup--Website.txt: -------------------------------------------------------------------------------- 1 | www.FeelFrre.com 2 | www.gotmail.com 3 | www.Try.com 4 | www.tipon.com 5 | -------------------------------------------------------------------------------- /LibsTextFile/17.GroupUpdate--StatusHeader.txt: -------------------------------------------------------------------------------- 1 | bussy 2 | Lot's of pending task 3 | time to enjoy 4 | on The way for Home. 5 | last working Day. -------------------------------------------------------------------------------- /LibsTextFile/18.GroupUpdate--MoreDetails.txt: -------------------------------------------------------------------------------- 1 | all member are meet at EOD. 2 | Tommoro at 4:55PM gross point. 3 | We organise our new event day.. -------------------------------------------------------------------------------- /LibsTextFile/19.Compose Message--Subject.txt: -------------------------------------------------------------------------------- 1 | hello every one we have a great party tonight at leuman house 2 | You all are invited with you'r patner . -------------------------------------------------------------------------------- /LibsTextFile/2.ProxySetting--Private Proxy.txt: -------------------------------------------------------------------------------- 1 | 62.109.5.226:8080:UserName:Password -------------------------------------------------------------------------------- /LibsTextFile/20.GroupUpdate--Body.txt: -------------------------------------------------------------------------------- 1 | We increase our count with 100 + member . -------------------------------------------------------------------------------- /LibsTextFile/3.AccoutCreator--FirstName.txt: -------------------------------------------------------------------------------- 1 | Satvik 2 | Tapan 3 | Suchita 4 | Ruchira 5 | Avichal 6 | Uduraj 7 | Jnyandeep 8 | Prayadarshi 9 | Prashobh 10 | Ranesh 11 | Neelanjana 12 | Swayam 13 | Vajrajit 14 | Nandapal 15 | 16 | Remo 17 | hardik 18 | agantya 19 | Neo 20 | Tarun 21 | denial 22 | marcas 23 | Jhon 24 | Divya 25 | gargi 26 | angha 27 | Kalpana 28 | mayank 29 | batul 30 | kanakshree 31 | sandhya 32 | pravin -------------------------------------------------------------------------------- /LibsTextFile/32BitDll/ChilkatDotNet2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/32BitDll/ChilkatDotNet2.dll -------------------------------------------------------------------------------- /LibsTextFile/32BitDll/DataStreams.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/32BitDll/DataStreams.dll -------------------------------------------------------------------------------- /LibsTextFile/32BitDll/HtmlAgilityPack.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/32BitDll/HtmlAgilityPack.dll -------------------------------------------------------------------------------- /LibsTextFile/32BitDll/Interop.SHDocVw.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/32BitDll/Interop.SHDocVw.dll -------------------------------------------------------------------------------- /LibsTextFile/32BitDll/OpenPOP.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/32BitDll/OpenPOP.dll -------------------------------------------------------------------------------- /LibsTextFile/32BitDll/System.Data.SQLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/32BitDll/System.Data.SQLite.dll -------------------------------------------------------------------------------- /LibsTextFile/32BitDll/WatiN.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/32BitDll/WatiN.Core.dll -------------------------------------------------------------------------------- /LibsTextFile/4.AccoutCreator--LastName.txt: -------------------------------------------------------------------------------- 1 | andrew 2 | disuja 3 | Dicosta 4 | sarvan 5 | thomsan 6 | brandy 7 | Marvin 8 | sen 9 | sharma 10 | mishra 11 | sahu 12 | verma 13 | gupta 14 | john 15 | sinha 16 | das 17 | krishna 18 | singh 19 | khan 20 | kapoor -------------------------------------------------------------------------------- /LibsTextFile/5.AccoutCreator--JobTitle.txt: -------------------------------------------------------------------------------- 1 | Devloper 2 | Team Lead 3 | CEO 4 | MD 5 | AGM 6 | DGM 7 | Officer 8 | Manager 9 | Hr 10 | Hr Manager -------------------------------------------------------------------------------- /LibsTextFile/6.AccoutCreator--Company.txt: -------------------------------------------------------------------------------- 1 | Infosys 2 | TCS 3 | Hexaware 4 | IBM 5 | CTS 6 | Satyam 7 | Oracle 8 | TeraData -------------------------------------------------------------------------------- /LibsTextFile/64BitDll/ChilkatDotNet2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/64BitDll/ChilkatDotNet2.dll -------------------------------------------------------------------------------- /LibsTextFile/64BitDll/DataStreams.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/64BitDll/DataStreams.dll -------------------------------------------------------------------------------- /LibsTextFile/64BitDll/GlobusLib.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/64BitDll/GlobusLib.dll -------------------------------------------------------------------------------- /LibsTextFile/64BitDll/HtmlAgilityPack.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/64BitDll/HtmlAgilityPack.dll -------------------------------------------------------------------------------- /LibsTextFile/64BitDll/Interop.SHDocVw.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/64BitDll/Interop.SHDocVw.dll -------------------------------------------------------------------------------- /LibsTextFile/64BitDll/Microsoft.Office.Interop.Excel.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/64BitDll/Microsoft.Office.Interop.Excel.dll -------------------------------------------------------------------------------- /LibsTextFile/64BitDll/Microsoft.Vbe.Interop (2).dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/64BitDll/Microsoft.Vbe.Interop (2).dll -------------------------------------------------------------------------------- /LibsTextFile/64BitDll/Microsoft.Vbe.Interop.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/64BitDll/Microsoft.Vbe.Interop.dll -------------------------------------------------------------------------------- /LibsTextFile/64BitDll/MySql.Data.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/64BitDll/MySql.Data.dll -------------------------------------------------------------------------------- /LibsTextFile/64BitDll/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/64BitDll/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /LibsTextFile/64BitDll/OpenPOP.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/64BitDll/OpenPOP.dll -------------------------------------------------------------------------------- /LibsTextFile/64BitDll/System.Data.SQLite.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/64BitDll/System.Data.SQLite.dll -------------------------------------------------------------------------------- /LibsTextFile/64BitDll/WatiN.Core.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/64BitDll/WatiN.Core.dll -------------------------------------------------------------------------------- /LibsTextFile/64BitDll/office.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/64BitDll/office.dll -------------------------------------------------------------------------------- /LibsTextFile/7.AccoutCreator--Email.txt: -------------------------------------------------------------------------------- 1 | Jaclyn_Sheinhp@yahoo.com:hq607ahv 2 | Ashli_Crescilgr@yahoo.com:nlt183vtm 3 | Joellen_Zumbasak@yahoo.com:qjw574am 4 | Van_Guanof@yahoo.com:qis280hpp 5 | Victor_Swongerzt@yahoo.com:pi290evc 6 | Patti_Brownsonyw@yahoo.com:ju50zz 7 | Freda_Desperic@yahoo.com:rne375mbo -------------------------------------------------------------------------------- /LibsTextFile/8.AccoutCreator--Pincode.txt: -------------------------------------------------------------------------------- 1 | 492001 2 | 495001 3 | 497442 -------------------------------------------------------------------------------- /LibsTextFile/9.AccoutCreator--College.txt: -------------------------------------------------------------------------------- 1 | NIFT Hyderabad 2 | SSCET 3 | RCET 4 | NIT 5 | DU 6 | NSIT 7 | NICMAR 8 | CDAC -------------------------------------------------------------------------------- /LibsTextFile/AxInterop.ShockwaveFlashObjects.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/AxInterop.ShockwaveFlashObjects.dll -------------------------------------------------------------------------------- /LibsTextFile/Interop.ShockwaveFlashObjects.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/Interop.ShockwaveFlashObjects.dll -------------------------------------------------------------------------------- /LibsTextFile/LinkedInAccount.txt: -------------------------------------------------------------------------------- 1 | Lea_Noffsingeruul@yahoo.com:qa76inq 2 | Sima_Supernawtpx@yahoo.com:xdj38rem 3 | Tula_Fiaschettiowp@yahoo.com:odm357bjx 4 | Markita_Ovsanikswt@yahoo.com:rk269nwk 5 | Maire_Lindowxr@yahoo.com:qgc82oh 6 | Jani_Giordanohft@yahoo.com:dbs322ly 7 | Lynda_Gilcherqce@yahoo.com:yf33du 8 | Kira_Bucklerdx@yahoo.com:xv705qp 9 | Lynna_Graviske@yahoo.com:xay46zo 10 | Rossie_Mikulichjpy@yahoo.com:yk62xsv 11 | Bula_Denniegoc@yahoo.com:hg656hb 12 | Antoinette_Weiterdpv@yahoo.com:qy143cwv 13 | Araceli_Similienkv@yahoo.com:lc65uhd 14 | Genevive_Gerlingkd@yahoo.com:re196ce 15 | Nickie_Samudioxto@yahoo.com:vpz85rgh 16 | Ophelia_Marklandqu@yahoo.com:cx38rqj 17 | Jackqueline_Laharpe@yahoo.com:ew69mb 18 | Marilee_Kulljp@yahoo.com:rkb989aa 19 | George_Shugruerir@yahoo.com:ma46aj 20 | Ginette_Heideckerlm@yahoo.com:ts38lj 21 | Avis_Varssuu@yahoo.com:hr696oam 22 | Lakenya_Koughwuu@yahoo.com:atn98jgu 23 | Katia_Koizumiggu@yahoo.com:ehl73isi 24 | Ashly_Kimberlyxkq@yahoo.com:uyv891lxk 25 | Valene_Donnellanyq@yahoo.com:ylc249ba 26 | Shalon_Heubergerin@yahoo.com:et317jja 27 | Roxy_Babichsy@yahoo.com:og748on 28 | Alyce_Avansld@yahoo.com:jx85itt 29 | Jeannetta_Remsonry@yahoo.com:jz708ys 30 | Bethel_Chicoineeik@yahoo.com:xl30bsh 31 | Mila_Fennelnew@yahoo.com:nd14zi 32 | Lyda_Alticekr@yahoo.com:bfw83ys 33 | Mitzi_Vallienoov@yahoo.com:mt831dj 34 | Hermina_Inouyeoxn@yahoo.com:meb609jyl 35 | Chasity_Waudrcu@yahoo.com:jtq066al -------------------------------------------------------------------------------- /LibsTextFile/favicon (9).ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/favicon (9).ico -------------------------------------------------------------------------------- /LibsTextFile/icon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/socioboard/inboard/bf34927972b24472a0d6213b1d652cda9d167f34/LibsTextFile/icon.ico -------------------------------------------------------------------------------- /ManageConnections/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("ManageConnections")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("ManageConnections")] 13 | [assembly: AssemblyCopyright("Copyright © 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("a23b5833-ac73-422c-9cba-70a11987b28a")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /Others/ClsStatusImageShare.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Linq; 4 | using System.Text; 5 | using System.Text.RegularExpressions; 6 | using System.Threading; 7 | using BaseLib; 8 | 9 | namespace Others 10 | { 11 | public class ClsStatusImageShare 12 | { 13 | 14 | #region global declaration 15 | string userName = string.Empty; 16 | string password = string.Empty; 17 | string proxyAddress = string.Empty; 18 | string proxyPort = string.Empty; 19 | string proxyUsername = string.Empty; 20 | string proxyPassword = string.Empty; 21 | 22 | public static bool AddStatusImage_Unique = false; 23 | public static bool AddStatusImage_Random = false; 24 | public static List lstpicfile = new List(); 25 | public static Queue Que_Image_Post = new Queue(); 26 | public Events LinkedInStatusImageLogEvents = new Events(); 27 | static int counter_PicSelected = 0; 28 | #endregion 29 | 30 | 31 | #region Log 32 | private void Log(string message) 33 | { 34 | try 35 | { 36 | EventsArgs eventArgs = new EventsArgs(message); 37 | LinkedInStatusImageLogEvents.LogText(eventArgs); 38 | } 39 | catch 40 | { 41 | } 42 | } 43 | #endregion 44 | } 45 | } 46 | -------------------------------------------------------------------------------- /Others/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("Others")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("Others")] 13 | [assembly: AssemblyCopyright("Copyright © 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("a5ada773-cab1-47ec-b039-a64831c83c5c")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.13")] 36 | [assembly: AssemblyFileVersion("1.0.0.13")] 37 | -------------------------------------------------------------------------------- /ProfileManager/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- 1 | using System.Reflection; 2 | using System.Runtime.CompilerServices; 3 | using System.Runtime.InteropServices; 4 | 5 | // General Information about an assembly is controlled through the following 6 | // set of attributes. Change these attribute values to modify the information 7 | // associated with an assembly. 8 | [assembly: AssemblyTitle("ProfileManager")] 9 | [assembly: AssemblyDescription("")] 10 | [assembly: AssemblyConfiguration("")] 11 | [assembly: AssemblyCompany("")] 12 | [assembly: AssemblyProduct("ProfileManager")] 13 | [assembly: AssemblyCopyright("Copyright © 2012")] 14 | [assembly: AssemblyTrademark("")] 15 | [assembly: AssemblyCulture("")] 16 | 17 | // Setting ComVisible to false makes the types in this assembly not visible 18 | // to COM components. If you need to access a type in this assembly from 19 | // COM, set the ComVisible attribute to true on that type. 20 | [assembly: ComVisible(false)] 21 | 22 | // The following GUID is for the ID of the typelib if this project is exposed to COM 23 | [assembly: Guid("aa26004f-6269-4def-ac93-7b319ddc43af")] 24 | 25 | // Version information for an assembly consists of the following four values: 26 | // 27 | // Major Version 28 | // Minor Version 29 | // Build Number 30 | // Revision 31 | // 32 | // You can specify all the values or you can default the Build and Revision Numbers 33 | // by using the '*' as shown below: 34 | // [assembly: AssemblyVersion("1.0.*")] 35 | [assembly: AssemblyVersion("1.0.0.0")] 36 | [assembly: AssemblyFileVersion("1.0.0.0")] 37 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ![](http://i.imgur.com/q7EOFFc.png) 2 | 3 | 4 | **inboardpro** is linkedin marketing on Steroids. Its a desktop application which helps you to automate everything you can do on linkedin. It helps you to manage multiple linkedin accounts, connect with new members in the linked community, post automated updates , manage all your linkedin groups and do a whole lot of things on linkedin. 5 | inboardpro is a product of Socioboard which provides complete solution, for building personal brand, lead generation, recruiting right candidates using Linkedin service. 6 | inboardpro just dont stop here itself.It can manage all your linkedin accounts in just few clicks!!! 7 | inboardpro never slow down its pace in providing the most influential, affluent professionals to the recruiters from linkedin. 8 | 9 | 10 | Versions: 11 | =========== 12 | 13 | * Monthly Pro Subscription - http://www.inboardpro.com/pricing/ 14 | 15 | * Yearly Pro Subscription - http://www.inboardpro.com/pricing/ 16 | 17 | * Enterprise Version - http://www.inboardpro.com/pricing/ 18 | 19 | 20 | Basic Features: 21 | =========== 22 | 23 | 24 | **Add connection:** 25 | By email in which you can directly add a particular person using his email. Using Keywords in this you can supply keywords as per your niche by which the software will request to add connections to random profiles. 26 | 27 | 28 | ![](http://i.imgur.com/Qx5a3Nk.png) 29 | 30 | 31 | **Linkedin search:** 32 | If you want to search people or company information by their name then you can use this feature to have the details of their profiles. You can also use their profile url to scrape the data from there. 33 | 34 | 35 | ![](http://i.imgur.com/KO1oWnx.png) 36 | 37 | 38 | **Likedin getdata:** 39 | This is one of the powerful feature in the market for fetching profiles in LinkedIn. It has all those filters that LinkedIn has in their advance search section. 40 | 41 | 42 | ![](http://i.imgur.com/ERcTjLO.png) 43 | 44 | 45 | **Status update:** 46 | If you want to share your thoughts with the LinkedIn members then there is nothing better than updating your status in your LinkedIn profile. Status update help you with that. 47 | 48 | 49 | ![](http://i.imgur.com/BES1HPe.png) 50 | 51 | 52 | **Create group:** 53 | You can create various groups to your LinkedIn Accounts by Create Groups Feature or can easily send invitations to your connections to join your already created Groups. 54 | 55 | 56 | ![](http://i.imgur.com/JAEjbBV.png) 57 | 58 | 59 | **Join friends group:** 60 | With Join friends Group you can scrap your connection list, using that you can get the groups that your selected friends possess and can request to join them. 61 | 62 | 63 | ![](http://i.imgur.com/JAi8q4f.png) 64 | 65 | 66 | **Join search group:** 67 | Search Groups on the basis of your niche and send them request to join. 68 | 69 | 70 | ![](http://i.imgur.com/bVy4Mlr.png) 71 | 72 | 73 | **Group status update:** 74 | Group update feature can post updates to your required groups easily. 75 | 76 | 77 | ![](http://i.imgur.com/58ECVrQ.png) 78 | 79 | 80 | **Compose Message:** 81 | Compose message can help you to mass message to your connections easily its also support spintax and tag feature due to which your message will not be declared as spam. 82 | 83 | 84 | ![](http://i.imgur.com/clZ0Nc0.png) 85 | 86 | 87 | **Message Group member:** 88 | An effective feature using which you can message many members outside your network but sharing a same group. All msgs will be send with a single click. 89 | 90 | 91 | ![](http://i.imgur.com/VWJfM5J.png) 92 | 93 | 94 | **IP Settings:** 95 | You want to have IPs with your account or you want to just test them then you can use this feature to test private/public IPs and then you can assign them. 96 | 97 | 98 | ![](http://i.imgur.com/cgGiJek.png) 99 | 100 | 101 | **Endorse Your Profile:** 102 | Want to have your skills endorsed or you want to endorse someone's skills then you can have this feature and you can endorse their profile. 103 | 104 | 105 | ![](http://i.imgur.com/UiDLVNn.png) 106 | 107 | 108 | **Profile ranking** 109 | view your profile rank and visitors details. 110 | 111 | 112 | ![](http://i.imgur.com/HyJzzU9.png) 113 | 114 | 115 | Devices and Platforms : 116 | ========================= 117 | inboardpro is available on web, desktop and mobiles. We have Android and iOS apps which work in tandem with the web app. 118 | ========================= 119 | 120 | Build Instructions 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | --------------------------------------------------------------------------------