Long time ago i was also thinking about doing that,but i didn't had (and still) the ability to code in C#..
Btw this thing requires .NET framework 4 :O
I am not good with php and will ask for help...
* The folder is named 'fav'
* There are subfolders in 'fav'
* Each subfolder may contain a .txt file
Needed -->
* Check for identical .txt file names in all subfolders
* Sort 10 most repeating identicals,show(echo) their contents and...
I am talking about that ...
function cleanfolder()
{unlink ($favfld); echo '<meta http-equiv="refresh" content="3">';}
echo '<div title=\'Once clicked,your favourites will be removed and cannot be restored !\' onclick="cleanfolder()">Clean Folder</div>';
But the above code does...
Hi guys !
Is there a way to change the style of the titles (i mean for the elements not <title></title>) to look better by using CSS ,javascript or PHP ?
I am using the below image for showing no-rightclick for the user (20x20px),but it is ugly.
I was wondering if someone can help with a better solution.
As you know ie6 doesn't support fixed position as in the other browsers.
So i am using
* html #mydiv2{
position: absolute;
top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+581+"px" : body.scrollTop+5+"px");
}
to stick (fix) the image 5 px from the...
$value=str_replace($unwanted, $wanted, $value);
$unwanted = array("");
$wanted = array("[img=", " width=200]");
When i use the above code,nothing happens.
Warning: gzfile(content/10/05/content/10/05/entry100501-210451.txt.gz) [function.gzfile]: failed to open stream: No such file or directory
the bolded shouldnt exist..
It is content/10/05
I tried $pathz = CONTENT_DIR.$y.'/'.$m.'/'.$glo;
$glo=glob('*.gz');
echo $pathz;
To see if i am going to take the .gz file names but it was again content/10/05/
@JmZ
Yea .. They are arround 1300 .gz files in a folder and keep increasing . Each .gz contains only 1 .txt file . I have a path where the .gz files are - $pathz = CONTENT_DIR.$y.'/'.$m;
The path is taking 10 .gz files.When user click the next page it takes the next 10 .gz.
I hope i...
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.