MyBB Tutorials

Hide Server IP From Avatars

Submitted by Rape, , Thread ID: 24687

Thread Closed
Rape
die(Rape);
Level:
0
Reputation:
-10
Posts:
128
Likes:
15
Credits:
226
02-12-2016, 02:42 AM
#1
Goodluck!

Go to inc/functions.php, at line 5584 you'll find "fetch_remote_file".

Write it in the section "if(function_exists("curl_init")) ".


Code:
<?php
curl_setopt($ch, CURLOPT_PROXY, "127.0.0.1");
curl_setopt($ch, CURLOPT_PROXYPORT, "8080");
curl_setopt($ch, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5);

Users browsing this thread: 1 Guest(s)