direct

Problem with form direct submitting

If I visit the link http://mega.1280.com/file/EKOZKE/, enter the captcha code and click the Download button, I can download the file. I wonder if I can submit the form without clicking the 'Download' button? I mean typing the captcha code directly on the address bar and hit Enter? I try http://mega.1280.com/file/EKOZKE/?code_security=...

How to use "return-path" in php mail function

What is that return path for? Can i Use in this way? mail($to_address, $subject, $message, $headers, "-f".$return_path ); Where: $return_path = "C:/www/project/handlebounceemail.php"; Additional: How to direct the email to a php script? I want to read the email and check for errors. ...

Getting mediafire directlink without using WebBrowser .NET control ?

I'm looking for the way to get the direct link from mediafire. By default, when a user visits a download link, he will be presented with a download page where he has to wait for the download to be processed and then a link will appear. I googled and found a VB.NET 2008 solution to this using WebBrowser WB http://www.vbforums.com/showth...

C# DirectSound - Capture buffers not continuous

Hi, I'm trying to capture raw data from my line-in using DirectSound. My problem is that, from a buffer to another the data are just inconsistent, if for example I capture a sine I see a jump from my last buffer and the new one. To detected this I use a graph widget to draw the first 500 elements of the last buffer and the 500 elements...

how to send direct messages uisng oauth?

Hi i am trying to make a twitter application. I have gotten my application to a point where users log in through Twitter's user verification system. I am also able to send status updates using my application. I have this function to send status updates: [CODE] function sendTweet($tx){ $consumer_key = 'MY CONSUMER KEY'; $consumer_se...

Haxe flash hardware optimization

Hello. It is possible to enabled hardware optimization (wmode) from haxe? ...

Direct Appointment Google Calendar via URL

Social media is being used nowadays to spread the word of certain newspost bij one-click, the site i'm currently working on is a museum. They have activities on certain days, the idea is that there will be a google calendar link as well to immediately post the activity on the calendar when interested. Now I've been searching the net a b...

Pay pal direct method

hi, I am using paypal direct method. error is This transaction cannot be processed due to an invalid merchant configuration. How to accept or activate billing agreement while i am using sandbox account. ...

DirectMusic, including <dmusici.h>

The problem is: When I include , I've got follow errors: dmdls.h:81: error: declaration of `WLOOP _DMUS_REGION::WLOOP[1]' dls1.h:264: error: changes meaning of WLOOP' fromtypedef struct _rloop WLOOP' An example: using namespace std; #include <d3d9.h> #include <dmusici.h> int main() { return 0; } ...

what method do you use to capture image with camera in your application ?

I am using C# to develop, I want to use a camera to capture a image in my application. As far as I know, there are two choices: WebCam with [DllImport("avicap32.dll", EntryPoint="capCreateCaptureWindowA")] And use this function to capture image into clipboard, and then our application can get the image. Choice 2: Use directX t...

generated Terrain wouldn't display in directX (C# )

Greetings I genereated a terrain with this equation: H(x,y) = (abs(sin(x * y)) + abs(sin(0,2 * x) + sin(0,4 * y)) + abs(cos(0,12 * x) + cos(0,47 * y))) * e^(0.005*(x+y)) Now, this gives me a mix of featuresize, and a nice slope. This works fine, when I plot it using scilab. I tried to import this in a c# application. The terrain is ...

joomla direct access to folder for logged users

Hi, I'm totally scripting noob, so sorry for my question. I create folder in my joomla instalation. Users should be access to this folder directly but only when they logged in joomla. Is this possible? ...

Linux: Hard disk direct access (without any FS) from C program

Hello all, this is my first post here. I want to access the whole hard disk directly from a C program. There's no FS on it and never's gonna be one. I just want to open /dev/sda (for example) and do I/O at the block/sector level of the disk. I'm planning to write some programs for learning C programming in the Linux environment (...

mmap for direct IO: bad address?

I allocated some memory with anonymous mmap: buff->addr = mmap(NULL, length, PROT_NONE, MAP_PRIVATE | MAP_ANONYMOUS -1, 0); fprintf(stderr, "allocated buffer: %p, %lu\n", buff->addr, (unsigned long)length); then I'm writing to it using fd opened with O_DIRECT: int fd = open(name, O_CREAT | O_TRUNC | O_WRONLY | O_DIRECT, 00300); if(fd...

How to get only direct child elements by jQuery function

I have a table structure like this: <table1> <tbody> <tr> <td></td> ... <td> <table2> <tbody> <tr> <td></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> in javascript, I have a variable "tbl" with value of $(tab...

why can i use myob Odbc direct driver v7my with windows 7

why can i use myob Odbc direct driver v7my with windows 7, i have tried using the same odbc driver with XP and vista and it works fine. please help me tnx. ...

Error encoding to Flash video

I get an error message when trying to use Flash encoder that says " A required library did not initialize properly. Please insure you have Direct show 9 and Quick time 7 or higher installed on your system. But when I check I see that I have Direct X11 installed and no problems are shown. What happened> ...

How do i prevent direct linking to a few pdf files?

I'm working on a website where I need to prevent the direct linking to a few pdf files. I'm using ASP.net 2.0. Is there an easy way in code to do this? or some simple IIS setting? Right now i'm just using a standard anchor tag to link to the files. i can validate the user on the page containing the anchor tag but that still doesn't ...

Installing jar file directly into mobile without having to save first

I want user to run jar file directly into their mobile phone. I am using Java ME to develop mobile app. For example when we click download app (link on website), the dialog box asks whether user wants to Save, Run or Cancel. I just want that dialog box contain Run and Cancel buttons. Any solution pls?? Thanks. Rajesh ...

Hotlinking protection

ok so i have a couple of working codes RewriteEngine on RewriteCond %{HTTP_REFERER} !^http://site.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://site.com$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.site.com/.*$ [NC] RewriteCond %{HTTP_REFERER} !^http://www.site.com$ [NC] RewriteRule .*\.(jpg|jpeg|gif|png|bmp|mp...