I have a problem that I just don't get...
I use boutell.com's program webthumb, that makes thumbs from websites by opening Mozilla in a Xvfb and copies the content to a PPM-file.
If Xvfb is not started, it automatically starts this, and the same with Mozilla. I have modified the program...
I am trying to make a match for a table that contains several tags, but always contains the sentence "Hello World"
I have been trying to match this with:
<table .*>[\w\s\t\r\n\d\D]*?Hello World[\w\s\t\r\n\d\D]*?(?!table)<\/table>
on the below html:
<html>
<head>
<meta...
Is it possible to include a external file to htacess? I have several virtual domains that should be allowed hotlinking between each other but not from outside, and I want to redirect differently according to the domain.
So if i had htaccess'es for eg. 3 domains (domain1.com, domain2.com and...
I use Fedora 2 and Plesk 7.5.
I am trying to make a symlink from one users dir "test" located in his httpdocs, to another users httpdocs. I works fine, via http, to access the directory (real and symlink) from both users domains.
But when i try to access the directory via FTP it only grants...
Is there any program I can use via command line to edit movies. I need to do the following:
* Import various formats (wmv, divx, xvid, mpeg-4, most common formats)
* Split video into smaller clips
* Make screenshots from video clips
* Crop moviefiles in size, eg. 512x480 -> 256x220
* Export...
I am using a internet connection with a dynamic ip, and a no-ip.info address to get access to the server, but is it possible to vpn to it? The server is connected via a Dell Wireless 2350 Broadband Router, does this router support vpn, and if it does, is there anyone who knows how to configure...
Is it possible to use some kind of remote desktop to let multiple users log in to the server and autostart a program and only let them run that program, and nothing else? If possible, how? and also is it neccessary to use Win2003 Server or is it possible with WinXPPro?
Best regards
Masali
Hello!
Is it possible (maybe with javascript) to have a textarea like this:
--------------------------------------------
|This text is editable. It can also be |
|longer when extra text is added. |
| |
|...
Hello!
I am using Xvbf to open mozilla and make a screenshot of a webpage. Everything works fine, from starting mozilla and opening the webpage with "mozilla -remote openURL(http://www.tek-tips.com)".
The problem is that I can't change the size of the mozilla window to cover all screen. I...
Hi,
I have lots of files and directories that needs to be chmod'ed to 666. The problem is that only directories and files matching certain names that is to be chmod'ed. It should also be recursive search for the files and directories. Is it possible to do this?
Masali
Is it possible to make a glash project that takes a external variable (url to a avi-movie) set in htmlpage, and then play it in flash project with a logo overlay?
I need this because i have lots of avi-movies on my web site, and need to have different logos in the bottom right corner of the...
Hello!
I am having problems moving all my files (100gb+) from my old dedicated server to my new dedicated server. Is there any good way to move these files as quickly and smoothly as possible? I have FreeBSD on old server and Red Hat on new. Is it better to tar the files first? But the problem...
Hello!
Is it possible to make a swf that can be used in i a webpage that has an url to a avifile as a variable that is changeable in the flashembed code in the html page.
The reason I cant embed Windows Media Player is that I would like to play a "cropped" version of the movies, not showing...
Hi!
I know how to search for anything starting with, say a A.
select * from table where title like 'A%'
But is there a way to search in title for values starting with a digit, 0-9?
Best regards
Masali
Hello!
I would like to make a routine that uses:
my $alf="0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";
my $start="0d9X";
my $end="0ed69";
Using above data it should print out a list like this:
0d9X
0d9Y
0d9Z
0da0
0da1
...
ZZZW
ZZZX
ZZZY
ZZZZ
00000
00001
00002
...
0ed67...
Hello!
I am going to set a cookie using javascript containing the users IP-address on a html page that links to a movie. The directory that contains the movie, is going to contain a htaccess that checks that IP in the cookie with the users IP. If they are the same, they are allowed to download...
Hello!
I am going to set a cookie using javascript containing the users IP-address on a html page that links to a movie. The directory that contains the movie, is going to contain a htaccess that checks that IP in the cookie with the users IP. If they are the same, they are allowed to download...
Hi!
I have a hash that looks something like this:
key1: 4
key2: 1
key3: 19
key4: 8
key5: 14
Then I am going to foreach this hash but I would like it in reverse number order using the values 4, 1, 19, 8, 14.
Something like this:
foreach my $key(keys %Sets) #some sorting gizmo...
{
print...
I have a filelist like this in an array:
file031.txt
file001.txt
file005.txt
file101.txt
file006.txt
I would like to sort it with the numbers in correct order. How can I do this?
Best regards
Masali
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.