Here is a quick sample....
<?php
// load flat file into an array
$myfile = 'test.txt';
$lines = file($myfile);
// randomly generate a number between 0 and the count of the last line in the array.
$line = rand(0, count($lines) - 1);
// server redirect to the randomize line of the file...
There really isnt a way to know for sure since plagiarism exists in almost anything.
Anyone with basic knowledge can rewrite the comments within the script that would claim they are an author of it.... But for a lazy plagiarist that is one way to catch them.
The best way is as mward stated and...
Hello,
I am a software engineer that has dribbled in blackhat several years ago, but want to get back into it.
I hope I will be able to become an asset to this community as time goes by.
I agree, the best language is the one you are most comfortable in.
RAD(Rapid Application Development) Languages like vb, c#, delphi etc. are usually the most popular. Since they are easy to use and can develop applications quickly...
Where as lower level languages like C++ takes a bit more...
Not sure if I understand your question correctly but you want to create a website that takes a list of 10 links from a sql database and echo's the first one.... then you want it to echo the second link and so on until it reaches the end.
What I can't wrap my head around is what you mean by the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.