blood666 Posted March 8, 2014 Report Share Posted March 8, 2014 (edited) Intai va trebuie 2 programe : -Google Chrome-Notepad ++-Stergeti [DOT] din link-uri .Pasul1. Alegem tinta , eu voi alege http:[DOT]//phpbb.[DOT]ro/Pasul2. Ne dam seama pe ce tema este construita . Apasam F12 intram la images si vedem ca directorul la imaginii este in /styles/Tharsis/Si pentru a afla ce este ne ducem in url bar si scriem asa : http:[DOT]//phpbb.[DOT]ro/styles/Tharsis/style.cfgSi vedem ca este construita pe prosilver_se . acum o descarcam mergem pe google si scriem download prosilver_se .Pasul3. Sa luam designul modificat de ei (Acestia nau unu anume)Facem asta prin : Ne ducem in urlbar scriem HTTP:[DOT]//phpbb.[DOT]ro/styles/Tharsis/theme/stylesheet.cssSi tot ce este in stylesheet (mchat , bidi , colours , common , etc.) Il inlocuim in urlbar cu stylesheetExemplu : http:[DOT]//phpbb.[DOT]ro/styles/Tharsis/theme/bidi.cssPasul4. Sa luam scripturile lor .Asta o facem prin ne ducem in urlbar si scriem http[DOT]//phpbb.ro/styles/Tharsis/template/Si acum intram in fisieru template din tema noastra si toate fisierele de acolo le puneti langa template . Si dati ctrl+U si salvati ce scrie acolo in locu ce scrie la fisieru vostru .De exemplu : http:[DOT]//phpbb.[DOT]ro/styles/Tharsis/template/overall_footer.html Dati Ctrl+U pentru sursa si copiati ce scrie acolo inauntru la overall_footer.html al vostru (Il deschideti cu notepad++ )Tutorial facut de blood666 pentru rstforums ( Luati asta ca pe o prezentare amea.) Edited March 8, 2014 by blood666 Quote Link to comment Share on other sites More sharing options...
Castiel Posted March 8, 2014 Report Share Posted March 8, 2014 ceva in genul asta folosesc si eu . Numai ca pentru fisierele html folosesc un program ca este prea multa bataie de cap asa . Quote Link to comment Share on other sites More sharing options...
Silviu Posted March 8, 2014 Report Share Posted March 8, 2014 ?igani. 2 Quote Link to comment Share on other sites More sharing options...
Guest Posted March 8, 2014 Report Share Posted March 8, 2014 Daca tot vrei sa faci ceva ok, de ce n-ai facut un script PHP frumos ?<?php$url="http://phpbb.ro/styles/Tharsis/template/";$tfiles=array("attachment.html", "bbcode.html", "breadcrumbs.html", "ca_config.html", "ca_scripts.js", "captcha_default.html", "captcha_qa.html", "captcha_recaptcha.html", "confirm_body.html", "custom_profile_fields.html", "editor.js", "faq_body.html", "forumlist_body.html", "index.htm", "index_body.html", "jumpbox.html", "login_body.html", "login_forum.html", "mcp_approve.html", "mcp_ban.html", "mcp_footer.html", "mcp_forum.html", "mcp_front.html", "mcp_header.html", "mcp_jumpbox.html", "mcp_logs.html", "mcp_message.html", "mcp_move.html", "mcp_notes_front.html", "mcp_notes_user.html", "mcp_post.html", "mcp_queue.html", "mcp_reports.html", "mcp_topic.html", "mcp_viewlogs.html", "mcp_warn_front.html", "mcp_warn_list.html", "mcp_warn_post.html", "mcp_warn_user.html", "mcp_whois.html", "memberlist_body.html", "memberlist_email.html", "memberlist_group.html", "memberlist_im.html", "memberlist_leaders.html", "memberlist_search.html", "memberlist_view.html", "message_body.html", "overall_footer.html", "overall_header.html", "pagination.html", "posting_attach_body.html","posting_body.html", "posting_buttons.html", "posting_poll_body.html", "posting_preview.html", "posting_progress_bar.html","posting_review.html", "posting_smilies.html", "posting_topic_review.html","quickreply_editor.html", "report_body.html", "search_body.html", "search_results.html", "searchbox.html", "simple_footer.html","simple_header.html", "template.cfg", "ucp_agreement.html", "ucp_attachments.html", "ucp_footer.html", "ucp_groups_manage.html", "ucp_groups_membership.html", "ucp_header.html", "ucp_main_bookmarks.html", "ucp_main_drafts.html", "ucp_main_front.html", "ucp_main_subscribed.html", "ucp_pm_history.html", "ucp_pm_message_footer.html", "ucp_pm_message_header.html", "ucp_pm_options.html", "ucp_pm_popup.html", "ucp_pm_viewfolder.html", "ucp_pm_viewmessage.html", "ucp_pm_viewmessage_print.html", "ucp_prefs_personal.html", "ucp_prefs_post.html", "ucp_prefs_view.html", "ucp_profile_avatar.html", "ucp_profile_profile_info.html", "ucp_profile_reg_details.html", "ucp_profile_signature.html", "ucp_register.html", "ucp_remind.html","ucp_resend.html", "ucp_zebra_foes.html", "ucp_zebra_friends.html", "viewforum_body.html", "viewonline_body.html", "viewonline_whois.html", "viewtopic_body.html", "viewtopic_print.html");$num=count($tfiles);for ($i=0; $i < $num; $i++) {$in=file_get_contents($tfiles[$i]);$out=file_put_contents("tema/".$tfiles[$i], $in);if ($out) {echo "Succesfully stealed file named ".$tfiles[$i]."\n";}else {echo "Error occured.";}}?>Salvati-l ca nume.php pe un root. rulati:mkdir -p temaphp nume.phpPS: Nu-s sigur daca merge 100% l-am facut acum pe loc. Quote Link to comment Share on other sites More sharing options...
hadesownage Posted March 8, 2014 Report Share Posted March 8, 2014 @AGSQ Nu merge. Quote Link to comment Share on other sites More sharing options...
Guest Posted March 8, 2014 Report Share Posted March 8, 2014 @AGSQ Nu merge.Vezi si tu ce eroare iti da. Inspecteaza putin script-ul.N-am stat sa sintetizez tot 100%, l-am scris direct aici in textbox, e posibil sa fi mancat vre-o virgula ceva.Testeaza sintaxa cu php -l nume.php Quote Link to comment Share on other sites More sharing options...
aelius Posted March 8, 2014 Report Share Posted March 8, 2014 (edited) [B]cat >> lista << EOF[/B]attachment.htmlbbcode.htmlbreadcrumbs.htmlca_config.htmlca_scripts.jscaptcha_default.htmlcaptcha_qa.htmlcaptcha_recaptcha.htmlconfirm_body.htmlcustom_profile_fields.htmleditor.jsfaq_body.htmlforumlist_body.htmlindex.htmindex_body.htmljumpbox.htmllogin_body.htmllogin_forum.htmlmcp_approve.htmlmcp_ban.htmlmcp_footer.htmlmcp_forum.htmlmcp_front.htmlmcp_header.htmlmcp_jumpbox.htmlmcp_logs.htmlmcp_message.htmlmcp_move.htmlmcp_notes_front.htmlmcp_notes_user.htmlmcp_post.htmlmcp_queue.htmlmcp_reports.htmlmcp_topic.htmlmcp_viewlogs.htmlmcp_warn_front.htmlmcp_warn_list.htmlmcp_warn_post.htmlmcp_warn_user.htmlmcp_whois.htmlmemberlist_body.htmlmemberlist_email.htmlmemberlist_group.htmlmemberlist_im.htmlmemberlist_leaders.htmlmemberlist_search.htmlmemberlist_view.htmlmessage_body.htmloverall_footer.htmloverall_header.htmlpagination.htmlposting_attach_body.htmlposting_body.htmlposting_buttons.htmlposting_poll_body.htmlposting_preview.htmlposting_progress_bar.htmlposting_review.htmlposting_smilies.htmlposting_topic_review.htmlquickreply_editor.htmlreport_body.htmlsearch_body.htmlsearch_results.htmlsearchbox.htmlsimple_footer.htmlsimple_header.htmltemplate.cfgucp_agreement.htmlucp_attachments.htmlucp_footer.htmlucp_groups_manage.htmlucp_groups_membership.htmlucp_header.htmlucp_main_bookmarks.htmlucp_main_drafts.htmlucp_main_front.htmlucp_main_subscribed.htmlucp_pm_history.htmlucp_pm_message_footer.htmlucp_pm_message_header.htmlucp_pm_options.htmlucp_pm_popup.htmlucp_pm_viewfolder.htmlucp_pm_viewmessage.htmlucp_pm_viewmessage_print.htmlucp_prefs_personal.htmlucp_prefs_post.htmlucp_prefs_view.htmlucp_profile_avatar.htmlucp_profile_profile_info.htmlucp_profile_reg_details.htmlucp_profile_signature.htmlucp_register.htmlucp_remind.htmlucp_resend.htmlucp_zebra_foes.htmlucp_zebra_friends.htmlviewforum_body.htmlviewonline_body.htmlviewonline_whois.htmlviewtopic_body.htmlviewtopic_print.html[B]EOF[/B][B]mkdir tema[/B][B]for i in `cat lista` ; do wget http://phpbb.ro/styles/Tharsis/template/$i -O tema/$i ; done [/B]Imi aduc aminte ca au mai fost threaduri de gen: "Cum sa furi la cantar la carrefour, cum sa furi haine din magazine", asta acum e cum sa furi teme. Ce cacat bre, toata treaba e pe furaciune acum ? Edited March 8, 2014 by aelius Quote Link to comment Share on other sites More sharing options...
Guest Posted March 8, 2014 Report Share Posted March 8, 2014 @aelius, E criza.Hai ca va spun si eu o metoda, cum sa furi din Kaufland/Cora sau orice hypermarket care are cantar cum au astia in Kaufland/Cora.Mergeti frumos va luati punga, va bagati coaiele in ea, cate vreti, mergeti la cantar, alegeti ce fel de coaie ati luat, si cand vedei ca incepe sa cantareasca, ridicati putin de punga, sa zicem daca avei 1kg de coaie fripte atunci trageti sa zicem pana la jumatate, la casierie nu sta nimeni cu cantarul si nu bate la ochi Doar sa nu puneti ceva de aproximativ 5 kg dar voi sa o cantariti la 2.5 Quote Link to comment Share on other sites More sharing options...
Gorkem Posted March 8, 2014 Report Share Posted March 8, 2014 Salut. Mul?umim, sincer nici nu ?taim c? a?a se fur? o tem?. Dac? e a?a mâine fur multe .Baft? xD. Quote Link to comment Share on other sites More sharing options...
Elohim Posted March 8, 2014 Report Share Posted March 8, 2014 Joi seara pe inserat,M-am apucat de furat.Am furat un portofel,Cu doar 50 de lei in el.Nu va mai ajung site-uri gen scriptmafia si alte warez-related, faceti tutoriale acum.Dac? e a?a mâine fur multeGata, ai invatat cum "sa faci sniffing pe whatsapp" ? Te-ai mutat la furat teme ? Quote Link to comment Share on other sites More sharing options...