4,455 Topics

Member Avatar for
Member Avatar for virtualmisc

Can anyone help with using c++ derived types in fortran? I got a pdf but it was of no use.

0
48
Member Avatar for slfisher

Idaho, where I live, likes to brag when it makes lists such as "best places to live," "best places to start a business," etc. Now we've made another list: we're the most spammed. [URL="http://downloads.messagelabs.com/dotcom/MLI_2009Sep_Spam_US_FINAL.pdf"]According to MessageLabs[/URL], which was [URL="http://www.symantec.com/about/news/release/article.jsp?prid=20081117_01"]acquired[/URL] by Symantec in November, the ten states with the highest percentage …

0
154
Member Avatar for adi.shoukat

I want to write a Code in C which can create copy any given file (txt, bmp, jpg, pdf etc) what i've written so far is: int main(){ FILE *fp; char ch; FILE *fpW; if((fpW = fopen("file2.bmp","w"))==NULL) { printf("Cannot open Destination file.\n"); exit(1); } if((fp = fopen("file.bmp","r"))==NULL) { printf("Cannot open …

Member Avatar for Dave Sinkula
0
212
Member Avatar for slfisher

Remember [URL="http://www.daniweb.com/news/story219413.html"]Terry Childs[/URL]? He was the network administrator for the city of San Francisco who -- claiming he was protecting the city government's computer system from incompetent coworkers -- changed the system's passwords and then for more than a week refused to give them to anyone, even after being arrested. …

0
350
Member Avatar for g3nX

Hi, SUPERAntiSpyware Professional keeps finding this trojan "Trojan.Smitfraud Variant-Gen/PP" virus and every time I remove it and restart the pc it keeps coming back. I also tried runing SAS as administrator but still after it removes the trojan, it comes back after restard. MBAM doesn't find anything thou. HijackThis Log: …

Member Avatar for g3nX
0
1K
Member Avatar for codedhands

Hello Good people,am not so sure if this should go here,i am student who is interested in developing a search engine that indexes pages from my country.I have been doing my research on Algorithm to use for sometime now and i have found HITS and PageRank as the best out …

Member Avatar for almostbob
0
202
Member Avatar for om1d_h

Hi, I need to generate a PDF report from my MySql. The problem appears when we want to write in Persian. The PDFlib appearently doesn't support UTF-8. I also checed UFPDF. It neither work well. Any advice? I use: PHP Version 4.3.7 mysql: Client API version 3.23.49

Member Avatar for haggis-man
0
242
Member Avatar for vignesh83

Dear All, Please help.I suspect a rootkit or virus. Posting hijack this log Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 9:56:48 PM, on 9/1/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.5112.0000) Boot mode: Normal Running processes: E:\WINDOWS\System32\smss.exe E:\WINDOWS\system32\winlogon.exe E:\WINDOWS\system32\services.exe E:\WINDOWS\system32\lsass.exe E:\WINDOWS\system32\svchost.exe E:\WINDOWS\System32\svchost.exe E:\WINDOWS\system32\svchost.exe E:\Program …

Member Avatar for jholland1964
0
301
Member Avatar for juraikken

hey guys, i've been having this problem for the past month now. when i start my computer, the taskbar shows up and after a few seconds it freezes. other programs that i have set to start up will NOT start until i end explorer.exe service via task manager. so it's …

Member Avatar for crunchie
0
134
Member Avatar for rohlobm

I have the family computer with multiple users. something happened under my wife's account where using "her" internet explorer i will be redirected to other websites. If i where to login on anyone elses and use "their" internet explorer it works fine. Under her account there is an old netscape …

Member Avatar for crunchie
0
96
Member Avatar for softy123

I am new to php hence I ask sorry beforehand. we use company's backup restore utility. It asks the user the id no. and it creates if it not there, and uploads the pdf files into id folder. The server is Apache with php. The utility first connects create.php to …

0
52
Member Avatar for cppnewb

Ok...so, i installed scribus today as a free alternative to adobe InDesign and Acrobat. However, every time I save as a PDF with a PDF text box in it, in Adobe Reader, it won't let me type in the area I designated. Any help?

0
82
Member Avatar for jaypooner

Hello, I have a Vista laptop which is 2 years old. It's never gone through any extremely serious problems where I've had to reformat everything, but this week, it started to act weird. Occasionally, my laptop screen would blank when it turns on. It's black like the blank screensaver, but …

Member Avatar for Suspishio
0
411
Member Avatar for harikris2007

pdf_download.php ........................................................................ <?php $file_name=$row['tcb_pdf']; header("Content-type: application/pdf"); header("Content-Disposition: attachment; filename=\"$file_name\""); $data=readfile("../new_books/".$file_name); echo $data; ?> home.php ............................................................................... <td align="center" valign="middle" bgcolor="#FFFFFF"><img src="images/rar.gif"><a href="pdf_download.php?name=<?php echo $row['tcb_pdf'] ?>"><img src="images/button_buy.jpg"></a></td> <td align="center" valign="middle" bgcolor="#FFFFFF"><img src="images/rar.gif"><a href="uploads/<?php echo $row['tcb_pdf'] ?>"><img src="images/untitled.bmp" width="43" height="17"></a></td> </tr>[code]hi, I need a help from anybody. I have a page with pdf …

Member Avatar for guru12
0
118
Member Avatar for furblender

Hi, I have a minor website that I wish to maintain that I do for gratis (for free). It is for a school. I wish to be able to automate the task of adding links and photos and text body. I already use a css template to maintain the look …

Member Avatar for leegeorg07
0
128
Member Avatar for Studio

I am developing a ASP.NET Web site and am looking to add a hyperlink or something similar to a repeater that will retrieve the path directory from a database table to PDF documents, so that when the user clicks the hyperlink they will be able to download the PDF File. …

Member Avatar for serkan sendur
0
875
Member Avatar for divineangel888

After installing the updates for windows vista, I can't download any files from the internet like a microsoft document attached to my e-mail, a pdf file and online games from the internet.Eventhough the download runs as normal and saved to a specific location, the file is not completely downloaded and …

Member Avatar for Xlphos
0
918
Member Avatar for j_limboo

Echo google problem Please advice you inputs are greatly appreciated [CODE]<?php if (empty($_GET['q'])){ echo "What are you doing?"; } else { /* getting value from the search form creating a new variable*/ $ser = $_GET['q']; /* applying logic and creating a new variable to it*/ $logic = "~resume (filetype:pdf OR …

Member Avatar for j_limboo
0
101
Member Avatar for j_limboo

[CODE] <?php $ser = $_GET['q']; $logic = "~resume (filetype:pdf OR filetype:doc OR filetype:rtf OR filetype:htm OR filetype:html) skill -jobs -apply -submit -required -wanted -write -sample"; str_replace ("skill", "$ser", $logic); echo $logic; ?> [/CODE] I am not able to replace skill please help New to PHP Please advice Thank You

Member Avatar for smartness
0
78
Member Avatar for railto

Hi guys and gals, Im working on a project at present where i need to be able to upload a batch of apporx 400 files each week. What i need the script to do is, when a driver enters his number and a pin that the script will then search …

Member Avatar for railto
0
148
Member Avatar for jamiesue_1999

I have a white x in a red circle in my system tray. I now have no control over my volume nor can I change the brightness of my screen. Also macafree is giving me these popups of blocked trojens all the time. Please Help Me! I ran a hijack …

Member Avatar for Suspishio
0
151
Member Avatar for emmasyah

hi all, i've virus scanned, malware scan and remove all that i could remove but the problem getting more serious... now i can't even have access to control panel... everything is blank... below is the HJT scan that i did a couple of minutes ago... hope someone could help me …

Member Avatar for emmasyah
0
362
Member Avatar for haven_u

hi there, need someone to help me fix my commputer. Logfile of HijackThis v1.99.1 Scan saved at 8:30:36 PM, on 9/12/2009 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16705) Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\Program Files\Common Files\Apple\Mobile Device Support\bin\AppleMobileDeviceService.exe C:\Program Files\Bonjour\mDNSResponder.exe C:\Program Files\Common …

Member Avatar for jholland1964
0
113
Member Avatar for me2jay4me

Hi, My computer was infected with virus so task manages was disabled desktop, start menu bar was not showing. I removed virus from kaspersky. Then, I ran process explorer, RRT.rxe and hijackthis.exe to enable task manager. It worked. But now webpages are not opening in any explorer. I tried IE …

Member Avatar for jholland1964
0
197
Member Avatar for singoi

Hi friends, i have a textbox where i have a path of the pdf file. now after pressing a cummand button i want this file to be opened. my code is as follows.. [I]Private Sub wazopen_Click() Dim myfol As String Dim myfln As String Dim myfpath As String myfol = …

Member Avatar for riteshbhushan23
0
180
Member Avatar for crisp_tod

hello For the last couple of days every time i click on Internet Explorer i get a window that says - to help protect your computer Windows has closed this program.- Internet Explorer. Can you please help me? I have copied a file from rapidshare a could of days ago …

Member Avatar for jholland1964
0
237
Member Avatar for mureed

Hi, I know there is thread to this topic but I couldnt find it.. My Folder Options is no longer there under tools.. I even when to safe mode and checked to delete this [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] but there is no folderoptionsvalue called thing there... heres the very recent i got from …

Member Avatar for PhilliePhan
0
119
Member Avatar for php_coder

Hello guys I still could not solve the PDF issue :( I am using XAMP server on windows system. I think PDF comes with it by default. (not sure though). I have uncommented the required 2 lines in php config file. Yet no luck. Could somebody please help me out? …

Member Avatar for asyouwish
0
1K
Member Avatar for Lightninghawk

I have a couple of files here. I have a form on our home page that was working until just a few minutes ago and I have no idea what has changed. It was moved from the bottom of the page to the of the page but that is all. …

Member Avatar for chsab420
0
139
Member Avatar for slfisher

The 9th Circuit Court of Appeals has issued a ruling that not only threw out other cases, but has more broadly set a limit upon the use of data seized in a computer search. The ruling has to do with the "plain view" doctrine, which allows law enforcement to take …

0
138
Member Avatar for Techwriter10

You have to give Sony credit, they are really trying new strategies to wrestle eBook marketshare from the Amazon Kindle. This month [URL="http://news.sel.sony.com/en/press_room/consumer/computer_peripheral/e_book/release/41492.html"]they announced several new editions [/URL]of the Sony Reader, including the brand new Reader Daily Edition, which should be in stores in time for the holiday shopping season. …

0
766
Member Avatar for slfisher

As part of the American Recovery and Reinvestment Act of 2009, also known as the stimulus package, states were required to set up websites in a specific format to explain to citizens how the money was spent. The [URL="http://www.goodjobsfirst.org/pdf/ARRAwebreport.pdf"]first look[/URL] at how states have done has come out, and it …

0
118
Member Avatar for Techwriter10

In a move that could only be characterized as surprising, Sony announced last week that it was going to be using the open [URL="http://www.idpf.org/"]ePub eBook standard[/URL], which in theory should enable [URL="http://ebookstore.sony.com/reader/"]Sony Reader[/URL] users to access and use any books created around the standard. Sony Readers will also be able …

0
239
Member Avatar for happygeek

As honeymoon periods go, the Apple customer satisfaction one has lasted a remarkably long time. However, you might be forgiven for thinking that honeymoon is now over, given some headlines I have seen online. Forgiven but, I would maintain, as wrong as wrong can be. Google might [URL="http://www.itwire.com/content/view/26689/1231/"]not like Apple[/URL] …

Member Avatar for Lead Goat
0
211
Member Avatar for happygeek

As someone who works within the IT Security space, I have to say that rogueware (also known as [URL="http://www.itwire.com/content/view/20938/53/"]scareware[/URL]) is starting to seriously hack me off. Not that I have ever been conned into purchasing it, I hasten to add, but rather because so many others have and so many …

0
322
Member Avatar for slfisher

Convention and visitors bureaus -- perhaps more than 300 of them -- are increasingly using Twitter to help market their locations, and a [URL="http://www.aboutdci.com/dci/media/docs/CVB%20Twitter%20Report%20Final.pdf"]recent study[/URL] examined how they do that. Development Counsellors International, a New York-based tourism firm, said it looked at the convention and visitors bureaus representing the nation’s …

Member Avatar for bensmokey
0
163
Member Avatar for newsguy

According to the latest [URL="http://www.messagelabs.com/mlireport/MLIReport_2009.07_July_FINAL.pdf"]MessageLabs Intelligence Report[/URL] from Symantec, things are looking good as web malware writers have taken a sabbatical. Unfortunately the spammers have gone multi-lingual in a lazy-ass automated kind of a way with great effect. Spam levels have, say Symantec, stayed at their highest level for two …

0
655
Member Avatar for happygeek

Adobe has issued a security advisory following the discovery of what it describes as a "critical vulnerability" which exists within the current versions of Flash Player (v9.0.159.0 and v10.0.22.87) across all platforms, Windows, Macintosh and Linux operating systems, The same vulnerability can be found within the authplay.dll component that ships …

0
378
Member Avatar for slfisher

President Barack Obama's administration made two announcements Monday about improved transparency in government: one about IT projects in general, and one about improving broadband access. The announcements were made at the [URL="http://personaldemocracy.com/pdf-conference/personal-democracy-forum-conference"]Personal Democracy Forum[/URL], in New York. Tuesday, White House Chief Information Officer Vivek Kundra and White House New Media …

0
91
Member Avatar for slfisher

Some people are complaining that the company hoping to map the availability of broadband Internet is too closely tied to the same major telecommunications and cable companies that stand to benefit from the more than $7 billion in funds from the American Recovery and Reinvestment Act of 2009, also known …

0
147
Member Avatar for slfisher

"Universal service" should encompass broadband Internet access in the same way that it originally encompassed telephone access, according to a new report from the Federal Communications Commission to Congress. The [URL="http://hraunfoss.fcc.gov/edocs_public/attachmatch/DOC-291012A1.pdf"]report[/URL], [I]Bringing Broadband to Rural America: Report on a Rural Broadband Strategy[/I], is written by Michael Copps, acting chairman of …

0
278
Member Avatar for slfisher

Along with a number of other changes brought forth by President Barack Obama’s administration, another one might be the re-legalization of online gambling -- particularly poker -- in the United States. Online gambling in the U.S. was made much more difficult, though not technically illegal, in 2006 by the Unlawful …

0
180
Member Avatar for happygeek

The bad guys of the IT business are always looking for the most effective ways to infect the innocent Internet user, and increasingly that means turning to commonly used web browser plug-ins such as Flash or PDF readers. A couple of years ago we were [URL="http://www.daniweb.com/blogs/entry1537.html"]reporting critical vulnerabilities[/URL] for all …

Member Avatar for rapper2
1
471
Member Avatar for slfisher

The embattled WiMAX communications standard is taking another hit as WiMAX vendor Clearwire Communications is the recipient of a class-action lawsuit by users contending that its service is [URL="http://clearwiresucks.com/blog/"]slow and unreliable.[/URL] While the lawsuit is not about Clearwire's WiMAX service specifically, [URL="http://newsroom.clearwire.com/phoenix.zhtml?c=214419&p=irol-overview"]Clearwire[/URL] is the main company providing WiMAX services in …

0
183
Member Avatar for slfisher

The Department of Agriculture's Office of the Inspector General has issued a [URL="http://www.usda.gov/oig/webdocs/09601-8-TE.pdf"]report[/URL] finding that the Rural Utilities Service continues to grant loans to areas that already have broadband service and to communities near major cities. For example, 77 percent of loans were said to have been made in areas …

0
93
Member Avatar for happygeek

As the Chief Security Officer at telco giant AT&T, Edward Amoroso knows a thing or two about cybercrime. Which is why he has been giving testimony before the United States Senate Committee on Commerce, Science, and Transportation specifically assessing how vulnerable the US is on the cybersecurity front and proposing …

0
187
Member Avatar for slfisher

"Most Americans can easily find videos of water skiing squirrels on the Internet, but they’ll have less luck finding out whether their children's school buses and classrooms are safe, or if neighborhood gas stations are overcharging," said the Sunshine Week 2009 Survey of State Government Information online. Results ranged from …

0
74
Member Avatar for newsguy

Adobe has yet to patch a critical zero-day vulnerability in Acrobat and Reader applications which is in the wild and being exploited by malicious types using malformed PDF files. Now, more than two weeks after the exploit was reported by The Shadowserver Foundation and before Adobe can get the patch …

0
163
Member Avatar for slfisher

The Maryland Court of Appeals has reversed a lower-court ruling that a website must reveal the names of anonymous posters during a defamation hearing, and has issued guidelines for how such requests should be made in the future. The court ruling laid out the following steps in its [URL="http://mdcourts.gov/opinions/coa/2009/63a08.pdf"]decision[/URL]: [LIST=1] …

Member Avatar for pgaik
0
346
Member Avatar for slfisher

A recent study shows that, while the consumption of online pornography doesn't vary a lot between states, the states with the highest rates are the ones that are more conservative and religious. [URL="http://people.hbs.edu/bedelman/papers/redlightstates.pdf"]The study[/URL], by Benjamin Edelman, assistant professor of business administration at Harvard Business School, controls for the amount …

Member Avatar for MosaicFuneral
0
340

The End.