QUADMACHINE Posted September 21, 2014 Report Posted September 21, 2014 Salut utilizatori ai comunitatii RSTForum, numele meu este Claudiu si sunt nou pe aici.Totusi am rugamintea sa nu incepeti cu maimutareala prin acest subiect, daca aveti de gand asa ceva va sugerez un logout. Imi place foarte mult sa lucrez in Adobe Photoshop, momentan nu detin cunostinte despre Adobe Illustrator desi ar cam trebui.Am fost interesat si de programare(PHP mai exact), ultimel proiect personale a fost un forum asemanator cu PHPBB deoarece vroiam si eu sa fac asa ceva, pe urma am fost contactat de cineva pentru alt proiect. Era vorba despre un site de tip Concurs(gen Frags/Wars s.a.m.d), din cate tin minte am luat 90 euro atunci(Nu era o suma mare dar totusi tinand cont ca era primul proiect/client m-am descurcat de minune). Nu am gasit o categorie unde sa postez astea si am zis sa le pun aici:Recent:Pentru un amic.Giuliano MasterchefEllen's FashionLogo D.CiprianZombie LogoTutsgodGCL LogoCarrefourHolyLight EntertainmentMinecraft Club BannerRockHard CoffeCupDiamond City LogoCoolTVDessoleWIP Hosting template Quote
Active Members SynTAX Posted September 21, 2014 Active Members Report Posted September 21, 2014 Nu mai bine trimiteai link catre o galerie in care puneai toate imaginile? ON: Bine ai venit, dar sincer din descrierea ta eu n-am inteles ce stii sa faci. Quote
Aerosol Posted September 21, 2014 Report Posted September 21, 2014 Bun venit, te descurci destul de bine in PS dar ar fi fost mai ok sa ne lasi doar link nu trebuia sa folosesti ",, Quote
QUADMACHINE Posted September 21, 2014 Author Report Posted September 21, 2014 Scuzele mele, era mai bine daca puneam link catre galeria de pe imgur. @SynTAX in primul rand ma pricep cel mai bine in Adobe Photoshop(Logo/identity design) , Web Design si Programare(Limbaj PHP). Quote
Gio33 Posted September 21, 2014 Report Posted September 21, 2014 Bine ai venit si felicitari pentru talentul tau in PS.Mult succes in continuare. Quote
QUADMACHINE Posted September 21, 2014 Author Report Posted September 21, 2014 Bine ai venit si felicitari pentru talentul tau in PS.Mult succes in continuare.Multumesc Quote
zachary1337 Posted September 21, 2014 Report Posted September 21, 2014 uelcamP.S : toate lucrarile de mai sus sunt ale unui utilizator de pe extreamcs , le gasesti toate la webdesign , daca tu esti acela atunci greseala mea.. Quote
QUADMACHINE Posted September 21, 2014 Author Report Posted September 21, 2014 Eu sunt M0hikan, iti dau PM daca vrei.Unele lucrari sunt pe ro-sotw si altele pe deviantart. Quote
Whai_Nooa Posted September 21, 2014 Report Posted September 21, 2014 Mie imi place cum lucrezi. Bine ai venit si multa bafta! Quote
Guest Kronzy Posted September 22, 2014 Report Posted September 22, 2014 Frumoase lucrari! Welcome. Quote
Xythras Posted September 23, 2014 Report Posted September 23, 2014 Bunicica treaba. Bine ai venit. Quote
QUADMACHINE Posted October 2, 2014 Author Report Posted October 2, 2014 Un proiect facut de mine acum 5 ani cu putin ajutor de la cei de pe PHPROMANIA.Sa imi spuneti cum vi se pare tinand cont ca eram si incepator.Simple File Sharing and Storage. - parola arhiva: claudiuDatabase:---- Table structure for table `atasamente`--CREATE TABLE IF NOT EXISTS `atasamente` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11) NOT NULL, `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `type` varchar(30) COLLATE utf8_unicode_ci NOT NULL, `size` int(11) NOT NULL, `content` mediumblob NOT NULL, `atasat_topic` int(10) DEFAULT NULL, `post` int(11) NOT NULL, `user_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=26 ;---- Table structure for table `categories`--CREATE TABLE IF NOT EXISTS `categories` ( `cat_id` int(8) NOT NULL AUTO_INCREMENT, `cat_image` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `cat_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, `last_user_posted` int(11) NOT NULL, `cat_description` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`cat_id`), UNIQUE KEY `cat_name_unique` (`cat_name`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=7 ;---- Table structure for table `friends`--CREATE TABLE IF NOT EXISTS `friends` ( `fid` int(11) NOT NULL AUTO_INCREMENT, `friend` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `friendid` int(11) NOT NULL, `username` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `accepted` int(11) DEFAULT NULL, `denied` int(11) DEFAULT NULL, `date` date NOT NULL, PRIMARY KEY (`fid`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=3 ;---- Table structure for table `messages`--CREATE TABLE IF NOT EXISTS `messages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `message` text COLLATE utf8_unicode_ci NOT NULL, `from` int(11) NOT NULL, `to` int(11) NOT NULL, `from_viewed` tinyint(1) NOT NULL DEFAULT '0', `to_viewed` tinyint(1) NOT NULL DEFAULT '0', `from_deleted` tinyint(1) NOT NULL DEFAULT '0', `to_deleted` tinyint(1) NOT NULL DEFAULT '0', `from_vdate` datetime DEFAULT NULL, `to_vdate` datetime DEFAULT NULL, `from_ddate` datetime DEFAULT NULL, `to_ddate` datetime DEFAULT NULL, `created` datetime NOT NULL, PRIMARY KEY (`id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=8 ;---- Table structure for table `mod_actions`--CREATE TABLE IF NOT EXISTS `mod_actions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `mod_name` varchar(30) COLLATE utf8_unicode_ci NOT NULL, `action` varchar(90) COLLATE utf8_unicode_ci NOT NULL, `topic` int(255) NOT NULL, `post` int(255) NOT NULL, `user` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `date` datetime NOT NULL, PRIMARY KEY (`id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=33 ;---- Table structure for table `posts`--CREATE TABLE IF NOT EXISTS `posts` ( `post_id` int(8) NOT NULL AUTO_INCREMENT, `post_content` longtext CHARACTER SET utf8 COLLATE utf8_romanian_ci NOT NULL, `post_date` datetime NOT NULL, `post_topic` int(8) NOT NULL, `post_by` int(8) NOT NULL, `locked` int(12) NOT NULL, PRIMARY KEY (`post_id`)) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=85 ;---- Table structure for table `topics`--CREATE TABLE IF NOT EXISTS `topics` ( `topic_id` int(8) NOT NULL AUTO_INCREMENT, `topic_subject` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `topic_date` datetime NOT NULL, `topic_cat` int(8) NOT NULL, `topic_by` int(8) NOT NULL, `topic_last_user` varchar(11) CHARACTER SET utf32 COLLATE utf32_unicode_ci NOT NULL, `topic_views` int(11) DEFAULT NULL, `likes` int(11) NOT NULL, `newold` int(7) NOT NULL, `locked` varchar(12) CHARACTER SET utf16 COLLATE utf16_unicode_ci NOT NULL, PRIMARY KEY (`topic_id`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=15 ;---- Table structure for table `users`--CREATE TABLE IF NOT EXISTS `users` ( `user_id` int(8) NOT NULL AUTO_INCREMENT, `user_name` varchar(30) COLLATE utf8_unicode_ci NOT NULL, `user_pass` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `user_email` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `dob` varchar(12) COLLATE utf8_unicode_ci NOT NULL, `user_date` datetime NOT NULL, `user_level` varchar(24) COLLATE utf8_unicode_ci NOT NULL, `avatar_user` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `signature` longtext COLLATE utf8_unicode_ci NOT NULL, `title` varchar(30) COLLATE utf8_unicode_ci NOT NULL, `puncte` int(10) NOT NULL, `avertizari` int(2) DEFAULT '0', `banned` varchar(12) COLLATE utf8_unicode_ci NOT NULL, `views_profil` int(30) NOT NULL, PRIMARY KEY (`user_id`), UNIQUE KEY `user_name_unique` (`user_name`), UNIQUE KEY `user_name` (`user_name`)) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=37 ; Quote
Heisenberg88 Posted April 3, 2015 Report Posted April 3, 2015 Bine ai venit . Succes în continuare Quote
nally162000 Posted April 3, 2015 Report Posted April 3, 2015 Bine ai venit, unele chiar interesante, felicitari. Quote