Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
Ranked #3K
~10.8K People Reached
About Me

Writer of code for coders

Interests
C++11 / PHP 5.3+, SEO, SEM, ...
PC Specs
32GB RAM Gaming Laptop :)
Favorite Tags
Member Avatar for CodeAngry

# SEO URL Redirection Basics: TUTORIAL # First you can see/get/use some code here. <?php /** * Redirect the visitor to another URL using a proper status code. * * @param string $URL * @param int $StatusCode * @copyright Claude "CodeAngry" Adrian * @license http://www.wtfpl.net/ */ function RedirectURL($URL = null, …

Member Avatar for Gideon_1
0
549
Member Avatar for cancer10

PHP - Converting IP to Country Hello, Is there any function/pre-made scripts in php which can tell me the name of country based on IP? For example: If I supply an IP 132.162.138.139 then the script would echo "India" Thanx in advance :)

Member Avatar for diafol
0
2K
Member Avatar for eburlea

Hello. I am curious if it is possible to create functions dynamically in such a way, that (1) the names of the functions to be retrieved from an array and (2) these names could be used also inside the functions. I have a code that is solving the first problem, …

Member Avatar for eburlea
0
316
Member Avatar for MasterHacker110

I am getting an error when i try to compile this code int StartProgram(string sProgramName){ ShellExecute(NULL, NULL, sProgramName, NULL, NULL, SW_SHOW); }

Member Avatar for MasterHacker110
0
4K
Member Avatar for Echo89

A little find and replace function for PHP, not tested, but theoretically should work.

Member Avatar for Echo89
-1
2K
Member Avatar for joshl_1995

Hello Community, I was just wondering why my password matching section ( } else if (!$password === $cPassword) { ) in the else if isn't working. Whats happening is it is saying the passwords do match but they don't. I have tried many ways to fix it there is one …

Member Avatar for joshl_1995
0
155
Member Avatar for hanan-kh
Member Avatar for skliz

I am trying to write a script that would collect current time and check if the time falls with a particular time range. Let say the current time is 12:00am and I want to check if the current time falls within the range of 1 pm to 5 pm. I …

Member Avatar for CodeAngry
0
528
Member Avatar for rolanduk

Hy Guys As i previously mentioned i run a PPD site, but i notice i have a huge error. Every time when the members of my site ready to download a file they get the following message (please see picture) [Picture](http://filemonster.org/images/97f448bf6398174f45e04ffc8ac964bb.png) I attach here the defailt.php code so you can …

Member Avatar for CodeAngry
0
327
Member Avatar for fheppell

I'm writing a php script that takes a URL and allows the user to highlight parts of the page. When I type in a URL all of the images are broken. How can I write a script to change relative links and assets to absoulute. Another thing this would need …

Member Avatar for CodeAngry
0
407