Aller au contenu
Règlement du forum ×

Darkvader

Membres
  • Compteur de contenus

    255
  • Inscription

  • Jours gagnés

    1

Tout ce qui a été posté par Darkvader

  1. Darkvader

    Decryptage PHP

    Why don't post the page here?
  2. Darkvader

    Qt4

    no you don't have to compile libmaqao with g++, gcc will be fine. Your issue is that the linker could not find symbol file libmaqao.so. Did you remember to put your shared library in the appropriate directory? (LD_LIBRARY_PATH) (.profile)
  3. Darkvader

    Qt4

    Try to include libmaqao.c in your project since you already added the extern directive, the c++ compiler will recognize it as c code.
  4. Darkvader

    Qt4

    Where is project_create() function defined?
  5. Darkvader

    Qt4

    The header looks fine. Without seeing the code and what you're trying to do I cannot be of big help. Undefined reference means that one/multiple functions were defined but never implemented. What is the exact error message you're getting?
  6. Darkvader

    Qt4

    please post the header mabib.h
  7. UserName doesn't work here since it's managed code, and the only way to get that info is to start a process with username. as for a solution here is one: using System; using System.Text; using System.Diagnostics; using System.Management; namespace ConsoleApplication2 { class Program { static void Main(string[] args) { foreach (Process proc in Process.GetProcesses()) { Console.WriteLine("ProcessID: " + proc.Id.ToString() + ", Name: " + proc.ProcessName + ", UserName:" + GetProcessOwner(proc.Id)); } Console.ReadLine(); } static string GetProcessOwner(int processId) { string query = "Select * FROM Win32_Process WHERE ProcessID = " + processId; ManagementObjectSearcher mos = new ManagementObjectSearcher(query); ManagementObjectCollection procList = mos.Get(); foreach (ManagementObject obj in procList) { string[] procargList = new string[] { string.Empty}; int retVal = int.Parse(obj.InvokeMethod("GetOwner", procargList).ToString()); if (retVal == 0) return procargList[0]; } return "None"; } } } Writing in-process shell extensions in managed code is actually a very dangerous thing to do because it has the effect of injecting your managed code (and the .NET Framework) into every application on the machine that has a file open dialog, so use this code at your own risk. It is also extremely slow
  8. You don't secure anything, you just let the market run its way, after all it is called free market, why should governments interfere?. These banks and financial institutions gambled and lost, so they need to pay the price and go under. The DOW lost 13% since the bailout as most of the indexes around the world, governments have been injecting trillions of dollars but nothing works, the issue today is not liquidity it is confidence. BTW, the British government is allocating $90 billion to nationalize its banks today, which will make things worst. This crisis is not the work of yesterday or last year or even a decade ago, it's the reckless policies of decades ago, since the US devalued the dollar from gold in 1971, and lots of countries followed suit, it has set up itself for failure and economic crisis, and it caused the dollar to go down in value. Paulson's plan is basically fraud and does not address the core problem. It only addresses the problem for financial institutions that holds the troubled assets. Under the bailout plan, the troubled assets move from banks' books to the Treasury's, but the underlying problem the continuing diminishment of mortgage and home values remains and continues to worsen. To fix the problem, the bailout should indemnify defaulting homeowners and pay off the delinquent mortgages, stopping the problem at its origin would restore the value of mortgage based derivatives and put an end to the crisis. This approach will stop the slide in housing prices and ending the erosion of local tax bases that result in foreclosures and houses being dumped on the market. Also at the government level they need to reinstate back all the acts that have been repealed like Glass-Steagal Act, abolish the Federal Reserve, repeal Federal Reserve Act, don't inject any money anywhere and let the markets drive itself. For lots of people this crisis seems like "business as usual", but believe me it is really deep and it is costing the tax payers lots of money, their homes, retirement money, their jobs...etc, when other fraudulent executives are having fun, just an example, AIG sent executives to the coastal St.Regis resort of Los.Angeles and spent $440,000 on a retreat complete with spa treatments, banquets and golf outings to celebrate their bailout of $85 billion when their constituents are having trouble puting bread and butter on their families table. I would like to go further and explain this crisis in detail since 1913, but I am afraid the length becomes boring and people won't read it.
  9. Thanks you for that statement, which is the source of all these problems. Let me elaborate a little bit, the US as of today has almost $9 trillion of debt, everything is manufactured in China and elsewhere, jobs have been outsourced to other nations, so what does the US produce? basically nothing, but debts. The US sells debts to China and Europe, and because it hold the world currency, it allows itself to produce money out of thin air, basically printing it. Where does the US going to get more than $700 billion dollars to rescue the world?, do you think they gonna sell something to get it?. let me answer it for you, the US got nothing and the only way to get that amount of money is to print it. Just take the amount of dollars that are circulating the world right now, all of it and count it, you will find that the US printed more money than their economy is worth.
  10. I completely disagree with you, Charia laws has saved lots of peoples' investments lately, just ask yourself, who is the real winner now, people that invested in Bear Stearns, AIG, GSax..etc or the people that stirred away from those phony investments and parked their cheese in real money (Gold)? Take a look at this article, and there are thousands of them. http://www.smartmoney.com/barrons/index.cfm?story=20080619-amana-income-fund Now when it comes to merchandize = money, I agree only when the money is valued to something like gold or silver, but when you devalue your currency, your money becomes paper nothing else.
  11. "Freedom to Fascism" another great documentary. http://www.dailymotion.com/relevance/search/freedom%2Bto%2Bfascism/video/x5b01t_america-from-freedom-to-fascism-17_news
  12. Not anymore, he is back on top of the list again. http://www.forbes.com/2008/09/15/400list08_all_slide.html
  13. Lehman Bros, Merrill Lynch and AIG certainly were not small, but the worse is yet to come, Morgan Stanley, Goldman Sachs...etc.
  14. I wasn't correcting his spelling, I googled the wording and I noticed lots of it online, so I thought I might ask. That's all, no show off or anything. Take it easy.
  15. is it Nonsense or Non-sence? It might not make sense to you, or maybe the documentary is too theoretic, but how do you explain the US being the biggest debtor of the world with national debt over $9 Trillion, bigger than all African nations budgets combined and they still maintain control over the worlds' governments?
  16. Darkvader

    achat US

    newegg does not ship overseas. try http://www.tigerdirect.com, they might ship internationally
  17. This is called LCD vertical banding, it happens to LDP screens too, the screen is starting to fail, and eventually black out. If the computer is still under warranty, Sony will exchange the flat screen for you at no charge.
  18. Take a look at this, really amazing. Intel powered a bulb wirelessly http://blog.wired.com/gadgets/2008/08/intel-demonstra.html
  19. I don't think he need to redo the whole web site, he just need to clean and secure it that's all.
  20. I guess hAnI need to edit his thread and remove that code where it says . this will prevent Avast from bitching again. Moderator doesn't need to delete the whole discussion.
  21. The Code you see in his Css with checksum a0b4-df006e02184c-60dbf503e71c87ad (dashes are just for Trojan detection prevention) means it was hijacked though HTTP injection. who ever owns that web site might need to look into evey php file they have and delete that signature. When you take a closer look at the source code of the Css file you will find that it is infected by some suspicious looking JavaScript code. After decompilation of the obfuscated code, you can see references to files named ‘check.js’ and ‘dummy.htm’ on the same server. The Css file always starts with the checksum I mentioned above and then this [expression(eval(unescape(...]. And that's why you see JS.Redirector.B or JS.Redirector.E blocked by Avast.
  22. v7 and v7.2 are totally different, you're right v7 is not supported by DD-WRT but as of April 2008 the v7.2 of WRT54G is supported via the micro version.
  23. Absolutely, dd-wrt will turn your $40 router into a $250 one, except that WRT54G does not support VPN server and other features because it doesn't have enough RAM. I don't think it is possible with the actual firmware, since it doesn't support virtual interface. I used to have WRT54G v8 and I couldn't do it until I got DD-WRT. Although if you choose to go the flashing route make sure you do it right, because it voids your warranty and you might brick it. I am almost positive that you can do WDS (not sure how) with your routers but not a repeater. Good luck.
  24. take a look at dd-wrt WDS (Wreless distribution system) or WR (Wireless repeater) you'll find what you looking for.
  25. No, they haven't forgotten, they are just worried that you're following their foot steps.
×
×
  • Créer...