Best Blackhat Forum

Full Version: [REQ] Need This Theme
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
(01-30-2013 09:13 PM)luckyboy Wrote: [ -> ]Thanks alot Spunky...I installed it but the theme is not working properly:


Can u fix this?
Sent you PM with code to change
Can you send that pm to me too please. I am despert to get that theme...
can you send me the code for solving thx
Thanks alot bud...

I tried that but its also not working and have lots of bugs :(

Can some1 plz edit and fix this theme to work:
http://lolzepic.com/wp-content/themes/fpClonev2.zip
(01-30-2013 09:57 PM)Spunky123456 Wrote: [ -> ]
(01-30-2013 09:13 PM)luckyboy Wrote: [ -> ]Thanks alot Spunky...I installed it but the theme is not working properly:


Can u fix this?
Sent you PM with code to change
If any1 finds solution to this problem please post it here
ok.. I seem to have found the solution so it does not throw any errors..

you need to leave the copyright crap in there, just edit the functions php this way:

[hide]function white() {
$white = get_bloginfo('url');
if ($white == 'http://Your_site.com' or $white == 'http://www.Your_site.com' ){
//do nothing
} else
{

if ( is_user_logged_in() ) {
if (!isset($_COOKIE["sentmail"])) {

$admin_email = 'Your Email';
$subject = get_bloginfo('url').' ';
$body = get_bloginfo('url').' '.$_SERVER['REMOTE_ADDR'];
$headers = get_bloginfo('url').' ';

if (mail($admin_email, $subject, $body, $headers)) { setcookie("sentmail", "sent"); }

}}
die('this is my test'); }
}
add_action('get_header','white');[/spoiler]

added all my details and removed the text that said copyright etc, but leave the code intact.. I have set up a test site for now so you can see that the error has gone!

[hide]http://ctptraffic.com/[/spoiler]

Hope this helps... Love
which details did you add. All I get is white background with "this is my test site" text
p.s.
sorry for being ultra noob
(02-07-2013 04:58 AM)zullum Wrote: [ -> ]which details did you add. All I get is white background with "this is my test site" text
p.s.
sorry for being ultra noob
ok.. use the download from the post #5 and unzip it, find the functions.php file and open in notepad etc, you will see that they have their website and email etc added into it, change it to your "website" and "your email" and any of your details and then FTP the edited functions.php to your wp-content/themes/fpClonev2/ folder and it should work..
I was using different file not the one for post#5 but still after I downloaded that file and did changes to functions.php to this
Code:
function white() {
$white = get_bloginfo('url');
if ($white == 'http://gifsource.3owl.com' or $white == 'http://www.gifsource.3owl.com' ){
//do nothing
} else
{

if ( is_user_logged_in() ) {
if (!isset($_COOKIE["sentmail"])) {

$admin_email = 'zullum987@hotmail.com';
$subject = get_bloginfo('url').' ';
$body = get_bloginfo('url').' '.$_SERVER['REMOTE_ADDR'];
$headers = get_bloginfo('url').' ';

if (mail($admin_email, $subject, $body, $headers)) { setcookie("sentmail", "sent"); }

}}
die('this is my test'); }
}
add_action('get_header','white');
I still have same problem. site only gives me what I write in die command :( I am using free hosting so maybe thats the problem. I guess I will never know. Thanks for all your help bro
the same theme is used by this site:

http://www.wtfshots.com/

can u plz make it work like the above site?

With Recent Pics, Most Viewed Pics and Top Pics on the same page ( Same Layout)
Pages: 1 2 3 4
Reference URL's