Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/08/14 in all areas

  1. Salut RST, Impreuna cu @Maximus am realizat proiectul Chill-Tv. Se stie deja despre ce este vorba. Am vrut sa fim mai "unici" si nu am pus posturile pe site, totul este intr-o aplicatie, am ales asta pentru ca e mult mai rapid, fara errori si alte probleme (Internet Explorer, Sopcat si etc..) Tot programul e pus intr-un installer, el instaleaza absolut tot ce e nevoie pentru vizionarea posturilor TV & Radio. Programul ruleaza fara probleme pe orice sistem de operare de tip Windows, a fost facut si un mic tutorial pentru install ( XP & 7 ). Am creat si un script php pentru statistici live, fiecare client ce asculta/la ce se uita. Despre site, am dorit unu cat mai simplu, am cautat un templar cat mai simplu posibil. Website: Chill-Tv | Tv Online Download: http://chill-tv.org/download.php Veti gasi si cateva screenshot-uri de la program. Va rog, daca se poate, sa ne spuneti parerea voastra despre site/aplicatie fi e buna sau rea! Multumesc anticipat. -------------------------------------------------------------------------------------------------------------- Suntem in cautare de persoane care sa ne ajute sa ducem proiectul inainte. Cine este interesat este rugat sa-mi trimita un PM Avem nevoie de: Persoane pentru a ne ajuta cu sursele canalelor! Totul sa fie facut voluntar, nu platim absolut pe nimeni cum si nimeni nu ne plateste pe noi pentru munca depusa!
    1 point
  2. Salut, Ma intereseaza daca dintre voi sunt persoane la un master de securitate IT din Bucuresti. Am auzit ca ar cateva variante: 1. Politehnica: SRIC ( Securitatea Retelelor Informatice Complexe ): http://acs.pub.ro/doc/planuri%20master/ro/2011/SRIC.pdf sau MPI ( Managementul si Protectia Informatiei ): http://acs.pub.ro/doc/planuri%20master/ro/2011/MPI.pdf 2. Academia Tehnica Militara: Securitatea Tehnologiei Informatiei: MTA - Master InfoSec 3. Academia de Studii Economice: ISM (IT&C Security Master): ISM - IT&C Security Master - Informatics Security Master 4. Serviciul Roman de Informatii: Intelligence si securitate nationala (cred) Masterul de la SRI mi-a fost recomandat de doua persoane (una de la masterul MPI de la Poli si alta care nu s-a inscris la master), ca cica ar fi cel mai concret si mai bun. In primul rand, nu am gasit ce materii se fac acolo. Apoi, am gasit niste conditii jegoase: "Pe întreaga desf??urare a programului, cursan?ii vor avea statut de angaja?i ai Serviciului Român de Informa?ii, cu toate drepturile ?i obliga?iile ce decurg din acesta" , "sunt dispu?i ca, dup? finalizarea programului universitar de master la care au fost declara?i „Admis”, s? desf??oare activit??i în orice zon? a teritoriului na?ional, potrivit intereselor ?i nevoilor institu?iei", "accept?, în situa?ia în care vor fi declara?i „Admis”, interzicerea ori restrângerea exercit?rii unor drepturi ?i libert??i cet??ene?ti prev?zute de legisla?ia în vigoare", "accept? efectuarea de verific?ri asupra activit??ii ?i comportamentuluilor" etc. Sa fim seriosi. Apoi, eu ma gandesc sa dau la Poli, iar ASE-ul sa fie varianta de rezerva, in caz ca nu intru la celelalte. Mai exact, am auzit cele mai bune lucruri despre SRIC dar si MPI pare acceptabil: mai putin tehnic, dar poate util, mai business asa, nu stiu. Legat de ATM, nu prea sunt sigur, imi e frica sa nu ma trezesc cu niste conditii nesimtite, ca trebuie sa lucrez pentru ei sau mai stiu eu ce. Oricum, am vazut ca trebuie sa faci ceva "practica", care e posibil sa fie cam echivalentul a "lucrezi gratis pentru ei" pentru cateva luni si asta nu ma tenteaza. Iar ASE-ul e versiunea mai light, dupa cum stim cu totii acolo e plin de femei si as merge de placere la cursuri, problema e ca nu as invata mare lucru. Dar na, pot sa invat si in timpul liber ce ma intereseaza. Ar fi cel mai simplu de obtinut diploma, dar nu ar fi la fel de recunoscuta ca cea de la Poli. Asadar alegerea mea ar fi SRIC. Voi ce parere aveti? Daca sunt persoane care cunosc mai multe detalii, m-ar interesat: 1. Cand sunt cursurile? Weekend, seara, sau si in timpul zilei? 2. Cat de mult conteaza prezenta? Pentru ca nu o sa pot ajunge prea des pe acolo. 3. Cat de mare e stresul cu proiectele? Trebuie sa faci proiecte la care sa lucrezi secole, sau ceva mai lejer? 4. Cat de ok sunt materiile care se fac? Cum sunt predate? Bataie de joc? 5. Care dintre ele sunt la buget si care la taxa? Nu e foarte important, dar ar fi mai ok la buget, desi nu ma astept sa prind. 6. Cum e "mediul" acolo, cum sunt studentii, cum sunt cursurile etc? Nu stiu, mi-ar fi de ajutor orice informatie. Bine, cam greu sa imi schimb opinia cu SRIC, dar deocamdata e prima varianta. A doua e ASE, ca sa fie. Voi ce ziceti? Va rog sa nu comentati daca nu aveti nicio legatura cu subiectul. Thanks. Edit: Daca dau la ASE si daca intru, nu cred ca mai pot da la Poli. Deci cel mai probabil voi da doar la Poli, SRIC si MPI. Si astia de la ASE, daca esti admin, te pun sa platesti rapid taxa pe primu semestru.
    1 point
  3. autentificare smtp non-ssl. #ifdef HAVE_WINSOCK2_H # include <winsock2.h> #endif #ifdef HAVE_SYS_SOCKET_H # include <sys/socket.h> #endif #ifdef HAVE_NETINET_IN_H # include <netinet/in.h> #endif #ifdef HAVE_SYS_SELECT_H # include <sys/select.h> #endif # ifdef HAVE_UNISTD_H #include <unistd.h> #endif #ifdef HAVE_ARPA_INET_H # include <arpa/inet.h> #endif #include <sys/time.h> #include <sys/types.h> #include <stdlib.h> #include <fcntl.h> #include <string.h> #include <errno.h> #include <stdio.h> #include <ctype.h> #include <netdb.h> #include <time.h> #include <sys/wait.h> #include <termios.h> #define TABLELEN 63 #define BUFFFERLEN 128 #define ENCODERLEN 4 #define ENCODEROPLEN 0 #define ENCODERBLOCKLEN 3 #define PADDINGCHAR '=' #define BASE64CHARSET "ABCDEFGHIJKLMNOPQRSTUVWXYZ"\ "abcdefghijklmnopqrstuvwxyz"\ "0123456789"\ "+/"; int Base64Encode(char *input, char *output, int oplen); int encodeblock(char *input, char *output, int oplen); int Base64Decode(char *input, char *output, int oplen); int decodeblock(char *input, char *output, int oplen); int encodeblock(char *input, char *output, int oplen){ int rc = 0, iplen = 0; char encodedstr[ENCODERLEN + 1] = ""; char encodingtabe[TABLELEN + 1] = BASE64CHARSET; iplen = strlen(input); encodedstr[0] = encodingtabe[ input[0] >> 2 ]; encodedstr[1] = encodingtabe[ ((input[0] & 0x03) << 4) | ((input[1] & 0xf0) >> 4) ]; encodedstr[2] = (iplen > 1 ? encodingtabe[ ((input[1] & 0x0f) << 2) | ((input[2] & 0xc0) >> 6) ] : PADDINGCHAR); encodedstr[3] = (iplen > 2 ? encodingtabe[ input[2] & 0x3f ] : PADDINGCHAR); strncat(output, encodedstr, oplen-strlen(output)); return rc; } int Base64Encode(char *input, char *output, int oplen){ int rc = 0; int index = 0, ipindex = 0, iplen = 0; char encoderinput[ENCODERBLOCKLEN + 1] = ""; iplen = strlen(input); while(ipindex < iplen){ for(index = 0; index < 3; index++){ if(ipindex < iplen){ encoderinput[index] = input[ipindex]; }else{ encoderinput[index] = 0; } ipindex++; } rc = encodeblock(encoderinput, output, oplen); } return rc; } int checkauth(char *username,char *password,char *hostname) { char *authok = "Authentication successful"; int rc = 0; char user[BUFFFERLEN + 1] = ""; char pass[BUFFFERLEN + 1] = ""; int socket_desc; struct sockaddr_in server; char server_reply[2000]; char message[200]; struct timeval timeout; timeout.tv_sec = 3; timeout.tv_usec = 0; socket_desc = socket(AF_INET , SOCK_STREAM , 0); if (socket_desc == -1) { return 1; } server.sin_addr.s_addr = inet_addr(hostname); server.sin_family = AF_INET; server.sin_port = htons( 25 ); if (setsockopt (socket_desc, SOL_SOCKET, SO_RCVTIMEO, (char *)&timeout, sizeof(timeout)) < 0) error("setsockopt failed\n"); if (setsockopt (socket_desc, SOL_SOCKET, SO_SNDTIMEO, (char *)&timeout, sizeof(timeout)) < 0) error("setsockopt failed\n"); if (connect(socket_desc , (struct sockaddr *)&server , sizeof(server)) < 0) { return 1; } if( recv(socket_desc, server_reply , 2000 , 0) < 0) { return 1; } sprintf(message,"EHLO JIHAD\n"); if( send(socket_desc , message , strlen(message) , 0) < 0) { return 1; } if( recv(socket_desc, server_reply , 2000 , 0) < 0) { return 1; } sprintf(message,"auth login\n"); if( send(socket_desc , message , strlen(message) , 0) < 0) { return 1; } if( recv(socket_desc, server_reply , 2000 , 0) < 0) { return 1; } rc = Base64Encode(username, user, BUFFFERLEN); sprintf(message, "%s\n", user); if( send(socket_desc , message , strlen(message) , 0) < 0) { return 1; } if( recv(socket_desc, server_reply , 2000 , 0) < 0) { return 1; } rc = Base64Encode(password, pass, BUFFFERLEN); sprintf(message, "%s \n", pass); if( send(socket_desc , message , strlen(message) , 0) < 0) { return 1; } if( recv(socket_desc, server_reply , 2000 , 0) < 0) { return 1; } if(strstr(server_reply, authok) != NULL) { fprintf(stderr, "[*] OK : %s:%s %s \n", username,password,hostname); close(socket_desc); } else { fprintf(stderr, "[*] NOT OK : %s:%s %s \n", username,password,hostname); close(socket_desc); exit (1); } } int main (int argc, char **argv) { checkauth(argv[1],argv[2], argv[3]); }
    1 point
  4. Demystifying C Programming Language - Part 1 https://www.udemy.com/demystifying-c-programming-language-basic/?couponCode=cfreecoupon Technical Web Testing 101 https://www.udemy.com/technical-web-testing-101/?couponCode=blog Stress Turnaround: A 7-Week System for Work/Life Success https://www.udemy.com/stress-turnaround?couponCode=FREEFRIEND WordPress: Advanced Security and Plugin Mastery https://www.udemy.com/wordpress-advanced-security-and-plugin-mastery/?couponCode=JuneFreebie Webinar PowerHouse - How To Sell More With Webinars https://www.udemy.com/webinar-powerhouse?couponCode=gratitude101 From HTML to App Store in 60 Minutes https://www.udemy.com/your-first-android-and-iphone-app-in-60-minutes?couponCode=20bb412a30a1be2128ade8066e922c3f How To Get Your First Sale Today In 7 Steps For Newbies https://www.udemy.com/how-to-make-your-first-sale/?couponCode=BuddyPass%20 How To Make More Money From The Websites You Sell On Auction https://www.udemy.com/how-to-make-more-money-from-the-websites-you-sell-on-auction/?couponCode=reddit Landing Page Psychology For High Conversion Rates https://www.udemy.com/landing-page-and-conversion-optimization/?couponCode=redditlove Men's Fashion Style System https://www.udemy.com/mens-fashion-style-system/?couponCode=cc3ad65e12e54fd04ad19769b9ad825c Perfect Sales Presentation Blueprint Revealed https://www.udemy.com/perfectsalespresentation/?couponCode=TrainMe Building An Online Business From Scratch In 30 Easy Steps https://www.udemy.com/creating-a-digital-product-and-an-html-website-from-scratch/?couponCode=friendslearningwithfriends French Tense Mastery https://www.udemy.com/frenchtensemastery/?couponCode=FTM00 Build 3 Web Applications in 90 Minutes - HTML5 and jQuery https://www.udemy.com/build-3-web-applications-in-90-minutes/?couponCode=STUDIO100 The Complete Web Developer Course The Complete Web Developer Course (1.6GB) - LiveCloudz - Free Online Storage! Sign Up Now! Section 1 - Getting Started and HTML (113.6MB) - LiveCloudz - Free Online Storage! Sign Up Now! Section 2 - CSS (221.1MB) - LiveCloudz - Free Online Storage! Sign Up Now! Section 3 - Javascript (83.1MB) - LiveCloudz - Free Online Storage! Sign Up Now! Section 4 - jQuery (193.5MB) - LiveCloudz - Free Online Storage! Sign Up Now! Section 5 - Twitter Bootstrap (123.5MB) - LiveCloudz - Free Online Storage! Sign Up Now! Section 6 - Wordpress (73.7MB) - LiveCloudz - Free Online Storage! Sign Up Now! Section 7 - PHP (139.3MB) - LiveCloudz - Free Online Storage! Sign Up Now! Section 8 - MySQL (290.1MB) - LiveCloudz - Free Online Storage! Sign Up Now! Section 9 - APIs (230.2MB) - LiveCloudz - Free Online Storage! Sign Up Now! Section 10 - Mobile Apps (120.6MB) - LiveCloudz - Free Online Storage! Sign Up Now! Section 11 - What Now (2.3MB) - LiveCloudz - Free Online Storage! Sign Up Now! How to Download from Livecloudz: 1. Scroll down and hit "Slow Download" 2. Next page - Fill out Captcha and Press the Black "Download" button.
    1 point
  5. In cazul meu, cred ca e pentru toate, am testat acum vreo 4-5 programe, si pe toate. Eroarea este: "Public member 'server' on type "[]'(presupun ca asta e), not found. Mai jos ai textul exceptiei. Nu cumva codul pus in aplicatie este compilat cu debug? See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.MissingMemberException: Public member 'server' on type '' not found. at Microsoft.VisualBasic.CompilerServices.Symbols.Container.GetMembers(String& MemberName, Boolean ReportErrors) at Microsoft.VisualBasic.CompilerServices.NewLateBinding.ObjectLateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack) at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack) at ..(Object , EventArgs ) at DevComponents.DotNetBar.BaseItem.RaiseClick(eEventSource source) at DevComponents.DotNetBar.BaseItem.InternalMouseUp(MouseEventArgs objArg) at DevComponents.DotNetBar.PopupItem.InternalMouseUp(MouseEventArgs objArg) at DevComponents.DotNetBar.ButtonItem.InternalMouseUp(MouseEventArgs objArg) at DevComponents.DotNetBar.BaseItem.InternalMouseUp(MouseEventArgs objArg) at DevComponents.DotNetBar.ItemContainer.InternalMouseUp(MouseEventArgs objArg) at DevComponents.DotNetBar.ItemControl.OnMouseUp(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.ContainerControl.WndProc(Message& m) at DevComponents.DotNetBar.ItemControl.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18063 built by: FX45RTMGDR CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- lcd Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Program%20Files%20(x86)/Chill-TV%20Client/lcd.exe ---------------------------------------- Microsoft.VisualBasic Assembly Version: 10.0.0.0 Win32 Version: 11.0.50709.17929 built by: FX45RTMREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18021 built by: FX45RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.17929 built by: FX45RTMREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18036 built by: FX45RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18021 built by: FX45RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18060 built by: FX45RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.18060 built by: FX45RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Runtime.Remoting Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.34108 built by: FX45W81RTMGDR CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- DevComponents.DotNetBar2 Assembly Version: 10.0.0.3 Win32 Version: 10.0.0.3 CodeBase: file:///C:/Program%20Files%20(x86)/Chill-TV%20Client/DevComponents.DotNetBar2.DLL ---------------------------------------- DevComponents.Instrumentation Assembly Version: 10.0.0.3 Win32 Version: 10.0.0.3 CodeBase: file:///C:/Program%20Files%20(x86)/Chill-TV%20Client/DevComponents.Instrumentation.DLL ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.0.30319.17929 built by: FX45RTMREL CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box. Le. Ca sa nu mai fac un post in plus aiurea: Cu placere. Cu cat ajutam mai mult/multi, cu atat o sa iasa un soft mai bun Le2: Mi-am mai adus aminte ceva. Am observat ca butonul de close de la fereastra in care ruleaza postul. Este intentionat asta? Nu stiu sigur daca e posibil, dar daca se poate, ar fi o idee buna fie ca acel buton sa mearga, sau sa fie scos. Desi nu-i musai. E doar o chestie mai mult cand vine vorba de o oarecare calitate. Un buton in plus care nu functioneaza, da aiurea pe o aplicatie care se respecta. Just my 2 cents.
    1 point
  6. Eu sunt exemplul elocvent. Prima oara am intrat pe forum in speranta ca o sa primesc o invitatie pe un tracker, si ca o sa gasesc un hack pentru un joc, si am sfarsit prin a detine cunostinte in diferite limbaje de programare, despre securitatea web si multe altele.
    1 point
  7. Nu, de pe mai multe site-uri, avem si noi cateva canale la care facem stream
    1 point
×
×
  • Create New...