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. Couscous is one of my favorite foods.
  2. Yep, I only use manual debugging and tracing. In Linux-based systems, a user process interact with the environment through the kernel by invoking system calls, for example on Ubuntu I use STRACE or MTRACE for Red-Hat and being familiar with C programing I step through procedure calls and try to understand and debug.
  3. Sorry for the misunderstanding, I never noticed that you answered me back, thanks again. I will PM you about the vuln.... here shortly.
  4. if you just answered my question I would be happy to help, but you know what, I noticed every time I ask you a question you ignore me, do you hold some kinda grudge against Americans or just me?. Anyway, here is the solution for your issue. just add these lines of code to "/etc/asterisk/modules.conf" noload = app_directory_odbc.so noload = app_voicemail_odbc.so noload = app_voicemail_imap.so Another problem you might encounter when doing "Amportal start" is that it hangs, just change "BACKGROUND=0" to "BACKGROUND=1" in /usr/sbin/safe_asterisk.
  5. Darkvader

    viande de porc halal

    this incident is quite old, it happened in Singapore, here is the link http://alvinology.wordpress.com/2007/11/26/ntuc-fairprices-halal-pork-scandal/
  6. no stream is coming from any channels, could you try on your side?
  7. is 238.1.1.111 the right address for streaming? "Cannot pre fill buffer" happens when no streaming is coming from the IP specified. it would be really helpful if you can start vlc from the terminal with verbose mode to see what's happening. you can do it this way "./VLC.app/Contents/MacOS/VLC -vvv", this will launch vlc in verbose mode, then you can open go to the menu Settings/Debug Logging. open a stream and watch the debugger logging the data. Thx
  8. Let's do one thing before we go any further. You need to delete VLC preferences, go to ~/Library/Preferences and delete both a folder called "VLC" and a file labelled "org.videolan.vlc.plist". Try that and let me know. BTW, this is called kernel panic (EXC_BAD_ACCESS) nothing to do with firewall. Thx.
  9. do you know how to start VLC with verbose mode? once you do that you will get a crash report in (HOME/Library/Logs/CrashReporter/VLC.crash.log), you can post it here with MAC OS version and a brief description of the errors, I'll try to help as much as I can. Thanks
  10. I faced the same issues installing FreePBX on Gutsy Gibbon and had all kind of errors. So what kind of errors do you get when you start Asterisk?
  11. I am answering the guy who thinks he can get memory out of the blue, I certainly am not drunk, and I know where I am. Peace out.
  12. Darkvader

    ram corsair 2x1go 1066 pc 8500

    It's an overcloackble gaming memory from CORSAIR, great memory with high performance. The only problem with this RAM is that it won't work with AMD2 non Quadri procs, since AMD2 dual core have limiting factor for 800Mhz only. so if you buy'em for Intel Core duo, it's worth it. By the way, the trend these days for gaming memory is DDR3 2000Mhz 2GB kit.
  13. I take it that you know nothing about Javascript and you fell for this trick. Take a look at the source of that page, it's not a virus, it's just an iteration script not magic. BTW, There are no physical or virtual RAM online, certainly not free.
  14. wow, a laptop for 100 bucks? I am ready to buy'em all. judging by the price, it seems more of a calculator then a laptop
  15. <html>

    <title>Hacked by Str0xo & Maronima [ Mafia Crew ]</title>

    <body text="#FFFFFF" bgcolor="#000000">

     

    <center>

    <font face="Courier new">

    <b><font SIZE="2">

    <p align="center"><strong>M</strong>afia <strong>C</strong>rEw <strong>T</strong>eam</p>

    <p></font>

    <font SIZE="4" COLOR="#ff0000"></font></p>

    </b>

    <p DIR="RTL"><b><font color="#ff0000" size="4"><img src="http://l.yimg.com/us.yimg.com/i/mesg/tsmileys2/14.gif" width="18" border="0" height="18"> Hacked by Str0xo & Maronima </font></b></p>

     

    <b></b><p><img src="http://www.dzordre.com/wp-content/uploads/2008/05/image25.png" alt="http://www.dzordre.com/wp-content/uploads/2008/05/image25.png" width="247" height="59">

     

    <p>

    Knock Out !!</p>

    <p>Je me suis déja passé par ici une fois au deux si je me rappelle bien ^^ </p>

    <p>Umm....Forumdz Hors charte de la mafia crew lolz </p>

    <p>Tout ce qui peur de la tentative de piratage sera hacké ;)</p>

    <p><font size="6">To be continued ...</font></p>

    <p><strong style="font-weight: 400">Greetz :</strong> Cr4ps ~ Am1n-0s ~ Badrh0 ~ virus_hacker_dz ~ Hackerx24 ~ karavana </p>

    <p> </p>

    <p>| contact: str0xo@hotmail.de |

    <p>~ Aziza ~ <br>

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="0" height="0">

    <param name="movie" value="MafiA-CreW-FREESTYLE-Dziri_.swf">

    <param name="quality" value="high">

    <embed src="http://www.lequotidien-oran.com/MafiA-CreW-FREESTYLE-Dziri_.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="0" height="0"></embed>

    </object>

    </p>

    <p align="right">Oh fuck HAVOC.... </p>

    <br>

     

  16. I know this thread is old, but I just want to inform you that your blog is prone to XSS, and possibly a defacement. PM me if you want to know where the problem is. Thanks.
  17. Darkvader

    Aux experts de java

    You're right that's not possible to achieve since the two frames don't belong to the same domain. For security reason, you can only access frames that belong to your web site, any thing else will result in access denied to prevent XSS.
  18. Darkvader

    Aux experts de java

    I take it you're talking about javascript not Java Sun. here I am including a sample to illustrate the use of javascript to manipulate data in different frames. Let's say you have this page name it frm1.html. Frame2 </pre> <form name="form1"> </form> <br><b And another page let's name it frm2.html Frame1 </pre> <form> </form> <br><b now in your illustrating page you would have a frameset with both pages name the file frameset.html Frameset load frameset.html in explorer or firefox or any other browser, and click on the button and see what's written in the second frame. let me know if you need more help.
  19. below are good links towards understanding DNS & BIND. O'Reilly DNS & BIND Book http://books.google.com/books?id=zkZN52WhG8sC&dq=bind+dns&pg=PP1&ots=wuZ77N_AJ0&sig=j097cQzhEJe1CPf8t1IgfrO2HfM&hl=en&prev=http://www.google.com/search?q=bind+dns&ie=utf-8&oe=utf-8&rls=com.google:en-US:official&client=firefox-a&sa=X&oi=print&ct=title&cad=one-book-with-thumbnail Another good source of learning (LDAP, DNS, BIND, DHCP....) http://www.bind9.net/links Enjoy.
  20. You need MS Visual Studio 2003 or 2005 and MS Visual Studio Tools for Office to be able to do that kind of development.
  21. try this link http://home.eunet.no/pnordahl/ntpasswd/, download the image and make a bootable cd, it's basically a Linux utility that will definitely clear your admin password or change it, make sure you boot in Safe mode twice and shutdown before you use it. I tried it myself like 3 days ago, where I was trying to get into a windows 2003 server but I didn't have the admin password,it worked like a charm, you just need to follow the instructions carefully (needs some english ).
  22. 1- Did you somehow upgrade from phpbb2 to phpbb3 or is it a fresh install of phpbb3? 2- the message is HTML. Is that what you see when you insert a smiley, I thought you said just some characters. It might be that phpbb3 is looking for a set of smilies that you don't have, so do as follows Go to images\smilies and make a copy of every file that has the "_e_" character in between, like icon_e_biggrin.gif, once you copy them somewhere, remove these two characters "_e", for example icon_e_biggrin.gif becomes icon_biggrin.gif and do the same to the other files, now copy them back in the smilies directory, refresh your cache and try. Let us know. Thanks
×
×
  • Créer...