Jump to content
blood666

Cum sa furi teme phpBB .

Recommended Posts

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.cfg

Si 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.css

Si tot ce este in stylesheet (mchat , bidi , colours , common , etc.) Il inlocuim in urlbar cu stylesheet

Exemplu : http:[DOT]//phpbb.[DOT]ro/styles/Tharsis/theme/bidi.css

Pasul4. 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 by blood666
Link to comment
Share on other sites

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 tema
php nume.php

PS: Nu-s sigur daca merge 100% l-am facut acum pe loc.

Link to comment
Share on other sites

@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

Link to comment
Share on other sites


[B]cat >> lista << EOF
[/B]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
[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 by aelius
Link to comment
Share on other sites

@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 :))

Link to comment
Share on other sites

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 multe

Gata, ai invatat cum "sa faci sniffing pe whatsapp" ? Te-ai mutat la furat teme ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...