Jump to content

Sars!

Member
  • Posts

    70
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Belgium

Posts posted by Sars!

  1. Hiya,

    I'm on a shared hosting plan and making a site (asp) with lots of pages which I don't want users to be able to access by simply typing the url into their browser.

    I've thought of a couple of ways to do it like seeing if the http_referrer was the page I posted from and perhaps moving the pages above wwwroot but just wondered if these are viable and if there are any other suggestions of ways to stop people accessing them?

    Also how do I stop people accessing the images folder?

    This is all bearing in mind I can't change the permissions on the folders.

    http://www.google.be/search?hl=nl&clie...oeken&meta=

    .htpasswd and .htaccess

    Those will make it able to get a user-login for a subfolder.

    Grtz,

    SaRs!

  2. U mean like this:

    http://tornupletters.com/sars/test/test.php

    Here's the script:

    <form name="AutoListBox">

    <p><select name="ListBoxURL" size="4" language="javascript" onchange="gotoLink(this.form);">

    <option value="link1.html">Place 1 </option>

    <option value="link2.html">Place 2 </option>

    <option value="link3.html">Place 3 </option>

    <option selected>Select a option to jump</option>

    </select></p>

    </form>

    <script language="JavaScript">

    <!--

    function gotoLink(form) {

    var OptionIndex=form.ListBoxURL.selectedIndex;

    parent.location = form.ListBoxURL.options[OptionIndex].value;}

    //-->

    </script>

    Grtz,

    SaRs!

  3. First, you will need to supply people with sizes, styles, vectors?,...

    Secondly, you should mention that you want them to create a wordpress header too, because I don't think you will do that urself.

    Thirdly, I would be happy to do it for like 1 $ on paypal.

    Contact me: dubois_bernard@hotmail.com

    Or private message me on the forums.

    Grtz,

    SaRs!

  4. What does this stand for:

    %~dp0

    Thanx a heaps,

    SaRs!

    EDIT: This is my current code:

    @echo off

    For /f "tokens=1-7 delims=:/-, " %%i in ('echo exit^|cmd /q /k"prompt $D $T"') do (

    For /f "tokens=2-4 delims=/-,() skip=1" %%a in ('echo.^|date') do (

    set dow=%%i

    set %%a=%%j

    set %%b=%%k

    set %%c=%%l

    set h1=%%m

    set m1=%%n

    set s1=%%o

    )

    )

    Set PRE=%dd%-%mm%-%yy%

    REG EXPORT HKEY_LOCAL_MACHINE\BABLA.reg C:\%~dp0%PRE%_systemlog.txt

    @echo off

    set user=...

    set pass=...

    set srvr=...

    @echo off

    echo.open %srvr%>>%temp%\sendtoftp.log

    echo.%user%>>%temp%\sendtoftp.log

    echo.%pass%>>%temp%\sendtoftp.log

    echo.BINARY>>%temp%\sendtoftp.log

    echo.put C:\%~dp0%PRE%_systemlog.txt>>%temp%\sendtoftp.log

    echo.bye>>%temp%\sendtoftp.log

    ftp -s:%temp%\sendtoftp.log

    del %temp%\sendtoftp.log

    The problem is that, if u open the .txt file after having downloaded it from the server, it displays a lot of strange chinese symbols. I tried both with Binary and not-binary sending. Both failed...

    Any suggestions?

    EDIT: And if two files are made on one day, one of them is overwritten. Maybe putting a time stamp on them too would help?

    Thx a heaps for the help offered already,

    SaRs!

  5. Hey guys :)

    It's been a while...

    I would be happy if anyone could help.

    I need a program in command prompt (a batch file I mean ofcourse), which does this:

    Extract a registry file out of registry, and automatically upload it to an ftp server, in a map on the ftp server, which has the date as name.

    This is what I got so far:

    REG EXPORT HKEY_LOCAL_MACHINE\BLABLABLA C:\BLABLABLA.REG

    ftp

    open ftp.mysite.com

    sars@mysite.com

    mypassword

    put c:\BLABLABLA.reg

    bye

    quit

    Ofcourse it doesn't work, because the username and password aren't typed in manually. I don't think it is possible with the echo command, and it's definately not possible with the print command.

    And how can you make a map on the ftp server with the current time, in which the reg file will be placed?

    Any help appreciated.

    Grtz,

    SaRs!

    EDIT:

    I found those two which may help:

    @echo off

    echo.##################

    echo.# #

    echo.# Uploading File #

    echo.# #

    echo.##################

    set user=YOUR_USERNAME_GOES_HERE

    set pass=YOUR_PASS_GOES_HERE

    set srvr=YOUR_SERVER_GOES_HERE

    echo.open %srvr%>%temp%\sendtoftp.log

    echo.%user%>>%temp%\sendtoftp.log

    echo.%pass%>>%temp%\sendtoftp.log

    echo.BINARY>>%temp%\sendtoftp.log

    echo.put %1>>%temp%\sendtoftp.log

    echo.bye>>%temp%\sendtoftp.log

    ftp -s:%temp%\sendtoftp.log

    del %temp%\sendtoftp.log

    EDIT2:

    Another problem I have are the spaces in the registry paths. How to write them in ur batch file?

  6. Well, it's pretty strange.

    I changed the position of my fans and now the temp gets maxed at 65 °C. I'm not sure though, but I get a lot of different BSoD's now too.

    I hope anyone can still help, though, I think my computer is at his end.

    Grtz,

    Sars!

  7. Yeh, but I don't really think that 'drivers' exist for a processor xD

    And if you mean these:

    http://www.intel.com/support/chipsets/inf/

    I already tried 'em :)

    Grtz,

    Sars!

    ps: It went smooth in normal mode yesterday for about an hour, then it freezed. After reboot, it gave bsod's again.

    EDIT:

    This is what CPU says (look to the right):

    6cpu6at.png

    I would like to downclock my cpu, but HOW?

    Grtz,

    Sars!

  8. Little bump (cause I editted my previous post 3 times, and didn't have a reply since original message)

    Grtz,

    Sars!

    EDIT:

    Disabled HyperThreading, did nothing. Ow, and I guess it's normal that there aren't anymore BSoD's, but the computer just restarts?

    EDIT:

    wooow, I'm 50 minutes (not safemode) on my comp now and it didn't give a bsod. Maybe it's fixed. Not sure yet though

  9. I'm pretty sure it's not the memory because I just put new in it. Before it had 2 x 512 twinmos, and it gave the same bsod. I also thought it was the memory, that's why I bought new :)

    I'll do the dump thing though.

    Thanx for the replys already,

    Sars!

    EDIT:

    Could it be possible that my computer already automaticaly created a dump? Because when I get the BSoD, in the bottom, a loading thing comes, with 'writing memory dump' or something like that.

    Ow, I can't put it as an attachment because its over 200 MB :o

    I think I'll just make a new one, 'cus that's strange, isn't it?

    Grtz,

    Sars!

    EDIT:

    Ok, I didn't realize I needed to open the MEMORY.dmp with the debugging tools xD

    Anyways, this is what I got:

    Microsoft ® Windows Debugger Version 6.7.0005.0

    Copyright © Microsoft Corporation. All rights reserved.

    Loading Dump File [C:\Windows\MEMORY.DMP]

    Kernel Summary Dump File: Only kernel address space is available

    Symbol search path is: SRV*c:\websymbols*http://msdl.microsoft.com/download/symbols;c:\websymbols

    Executable search path is:

    Windows Vista Kernel Version 6000 MP (2 procs) Free x86 compatible

    Product: WinNt, suite: TerminalServer SingleUserTS

    Built by: 6000.16386.x86fre.vista_rtm.061101-2205

    Kernel base = 0x81c00000 PsLoadedModuleList = 0x81d08ab0

    Debug session time: Wed Jun 27 09:32:03.156 2007 (GMT+2)

    System Uptime: 0 days 0:05:57.778

    Loading Kernel Symbols

    ....................................................................................................

    .................................................................................

    Loading User Symbols

    Loading unloaded module list

    .........

    *******************************************************************************

    * *

    * Bugcheck Analysis *

    * *

    *******************************************************************************

    Use !analyze -v to get detailed debugging information.

    BugCheck 7F, {d, 0, 0, 0}

    Probably caused by : ntkrnlmp.exe ( nt!KiSystemFatalException+f )

    Followup: MachineOwner

    ---------

    And this is a bit completer one:

    UNEXPECTED_KERNEL_MODE_TRAP (7f)

    This means a trap occurred in kernel mode, and it's a trap of a kind

    that the kernel isn't allowed to have/catch (bound trap) or that

    is always instant death (double fault). The first number in the

    bugcheck params is the number of the trap (8 = double fault, etc)

    Consult an Intel x86 family manual to learn more about what these

    traps are. Here is a *portion* of those codes:

    If kv shows a taskGate

    use .tss on the part before the colon, then kv.

    Else if kv shows a trapframe

    use .trap on that value

    Else

    .trap on the appropriate frame will show where the trap was taken

    (on x86, this will be the ebp that goes with the procedure KiTrap)

    Endif

    kb will then show the corrected stack.

    Arguments:

    Arg1: 0000000d, EXCEPTION_GP_FAULT

    Arg2: 00000000

    Arg3: 00000000

    Arg4: 00000000

    Debugging Details:

    ------------------

    BUGCHECK_STR: 0x7f_d

    DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT

    PROCESS_NAME: Idle

    CURRENT_IRQL: 8

    LAST_CONTROL_TRANSFER: from 81c6b720 to 81c49c47

    STACK_TEXT:

    81ce9aec 81c6b720 badb0d00 84d1f00c 8551ce00 nt!KiSystemFatalException+0xf

    81ce9b60 81c6bc97 00000020 00000010 81c86c1a nt!EtwpGetPerfCounter+0x2

    81ce9b90 81c6bf2a 00000020 81ce9bb8 81ce9bd8 nt!EtwpReserveTraceBuffer+0xce

    81ce9be4 81c731e3 81ce9c10 00000000 00000002 nt!EtwpLogKernelEvent+0x1b1

    81ce9c30 81c74f2b 00000f43 20004000 00000008 nt!EtwTraceTimedEvent+0xa5

    81ce9c5c 81c370e5 8268ce30 00009200 4cdbf4ee nt!PerfInfoLogInterrupt+0x43

    81ce9c94 81c36fc9 81ce9c02 00000092 81ce9d50 nt!KiChainedDispatch2ndLvl+0xd9

    81ce9c94 8b5fc41e 81ce9c02 00000092 81ce9d50 nt!KiChainedDispatch+0x29

    81ce9d14 8b5fd1af 81cee610 8679b5a4 81c9f3a3 intelppm!C1Halt+0x4

    81ce9d20 81c9f3a3 84ca32d8 81cefac0 81cec700 intelppm!C1Idle+0x25

    81ce9d50 81c37a82 00000000 0000000e 00000000 nt!PopIdleDefaultHandler+0x239

    81ce9d54 00000000 0000000e 00000000 00000000 nt!KiIdleLoop+0xa

    STACK_COMMAND: kb

    FOLLOWUP_IP:

    nt!KiSystemFatalException+f

    81c49c47 c3 ret

    SYMBOL_STACK_INDEX: 0

    SYMBOL_NAME: nt!KiSystemFatalException+f

    FOLLOWUP_NAME: MachineOwner

    MODULE_NAME: nt

    IMAGE_NAME: ntkrnlmp.exe

    DEBUG_FLR_IMAGE_TIMESTAMP: 4549ad6c

    FAILURE_BUCKET_ID: 0x7f_d_nt!KiSystemFatalException+f

    BUCKET_ID: 0x7f_d_nt!KiSystemFatalException+f

    Followup: MachineOwner

    ---------

    And this is what Bill says:

    NOTE: The Ntkrnlmp.exe file is used only on computers with multiple processors.

    Seems I was right with the two processors showing up after all?

    Grtz,

    Sars!

  10. Hey there,

    I feel like smashing my computer... xD

    So, well, not difficult. I get a BSoD!

    This is teh error message (I get others too, but this one is most frequent):

    0x7F (0x0D, 0x00, 0x00, 0x00)

    I'm really out of ideas. Here's what I tried already:

    -Upgraded windows XP to windows Vista Ultimate

    -Put this inside my case:

    ventilator.jpg

    -Reinstall graphic drivers, audio drivers, directx

    -Unscrew my processor and graphic card (took out everything and put everything back in)

    -Virus-scans

    Now, I don't get this BSoD while playing games (sometimes I do, but mostly my games work perfect) and I don't get it while in Safe Mode.

    Here's my system specs:

    P5GDC Deluxe Asus (MoBo)

    Intel P4 HT540 3.2 Ghz

    Geforce 7900 GT Sonic 512 mb (palit)

    2 x 1GB ramm (I don't know, but I think it's corsair)

    200 gb hard disk S-ATA

    460 Watt tagan powersupply

    X-FI extremegamer Soundcard

    There's a bootlog as attachment.

    I hope anyone could help :)

    Grtz,

    Sars!

    EDIT:

    And this is just strange:

    untitledap4.png

    ntbtlog.rar

  11. My computer spec's:

    Mobo: Asus P5GDC Deluxe PCI-express

    Processor: P4 540 HT (3.2 ghz)

    Graka: Palit Geforce 7900 gt sonic (512 mb)

    Mem: 2x 512 mb (TwinMos)

    200 gb hd Maxtor S-ATA (or western digital, not sure)

    1 x dvd reader

    1 x dvd -rw

    The errors I get with BSoD:

    0x0000007F (0x0000000D, 0x00000000, 0x00000000, 0x00000000)

    0x000000D1 (0x00000035, 0x00000007, 0x00000000, 0x00000035)

    0x000000D1 (0x01E97C85, 0x0000000A, 0x00000000, 0xF737A6C6)

    atapi.sys adress F737A6C6 base at F7378000 datastamp 41107b4d

    0x000000D1 (0x01000000, 0x00000007, 0x00000001, 0x86AA200F)

    0x000000D1 (0x00556328, 0x00000007, 0x00000001, 0xF6A9C8E0)

    nv4_mini.sys adress F6A9C8E0 bate at F6A5D000 datestamp 453bddb2

    When:

    I get this error when browsing normal windows. I never get it when playing games.

    Extra info:

    I already formatted my hd a while ago, but that didn't fix the problem. I have programs like windowblinds and TopDesk running, but disabling them doesn't seem to help either. I did a lot of NOD32, errorkiller and registry scans. none seems to help!

    Anyone who can help, please do!

    Thank you in advance,

    Sars!

  12. This game is teh pwn! Though I heard lots of people experiencing problems with it.

    First person rpg

    The Might and Magic universe dates all the way back to 1986. In those 20 years, we've seen plenty of different games on plenty of different platforms, but most of them have fallen squarely into the turn-based strategy or role-playing sectors. Dark Messiah of Might and Magic, from Ubisoft and Arkane Studios, doesn't really fall into either of those categories. Like Arkane's previous game, Arx Fatalis, this is a first-person game. But Dark Messiah of Might and Magic is extremely light on the role-playing, instead focusing its energy on sword-swinging, magic-fireball-shooting action. Unfortunately, the action gets repetitive quickly, and the game's often-transparent storyline doesn't pick up any of the slack.
    Dark Messiah puts you in the boots of a guy named Sareth. Sareth's an orphan that's been working as an apprentice under a wizard named Phenrig, and the game opens with a tutorial, where the wizard tells you how to get around as you attempt to grab a large crystal with magical properties. After learning the fine arts of sword fighting, rope climbing, and crate kicking, the wizard sends you out into the world to bring the crystal to another wizard, who has some big plans for it. But you don't go alone. Before you leave, the boss sticks you with a lady named Xana, who is some kind of guardian creature who lives inside your head. This lets her act as the game's Cortana, speaking to you frequently and acting as the game's "what should I do next?" device. The difference between Xana and Cortana, though, is that Xana's quips are too frequent and immediately annoying. The storyline unfolds almost immediately thanks to some specific details that are revealed in the manual and opening pre-rendered video sequence about the prophecy that drives the entire story. It's odd that a game could slip what amount to spoilers into the first 45 minutes of gameplay, but it's really quite transparent, and it's very easy to see where this roughly 15-hour adventure is going. You're given a couple of different choices later on in the game that will dictate which ending you'll see, but they're all disappointingly unsatisfying.
    At its core, Dark Messiah is an action game. There are enemies to deal with, and you can take them out with a few different weapon types. Swords do the most damage, though daggers can be powerful if you can sneak up behind enemies and backstab them. The staff isn't as powerful or as fast as the sword, but it knocks enemies over, making it well suited for crowds, in theory. When using a sword, you can also equip a shield, which lets you block arrows. If you want to reach out and kill someone, the game has bows for your use, as well. You can also learn magic spells over the course of the game, starting with the basics like telekinesis and flame arrow, which is a fire spell that does very little damage. The later spells are more damaging and useful, but they don't scale, so that useless flame arrow spell is always useless.
    You learn spells and other skills by spending skill points, which are earned by completing objectives. Skill points can be spent in three different categories, and some skills branch off of other skills, so you'll have to increase your endurance before you can increase your attack power. There aren't very many choices for character customization here, but you can try to specialize in magic, stealth, strength, or some combination of the three. Considering that most of the spells in the game aren't all that useful (heal is easily your best bet for most-used spell) and that stealth is never a requirement, spending points to make your physical attacks stronger, while also spending points to increase your mana reserves for frequent healing, feels like the best way to go. The game tosses so many health and mana-restoring items at you that you probably don't have to go all out in that direction, either.
    The combat in Dark Messiah is a little deeper than the average first-person shooter's melee attacks. When wielding a weapon, you can tap the mouse button for fast, weak swipes. But you can also execute power strikes by holding down the attack button and a movement direction. Each direction gives you a slightly different-looking attack, but the real bonus is that the power strikes do more damage and usually stagger blocking enemies. As you swing, an adrenaline meter charges up, and when it's full, a power strike will instantly kill an enemy, complete with a few unique and gory death animations, such as beheadings. But in many cases, attacking with your weapons or even your magic spells isn't the quickest way to take care of business. The soldiers, orcs, ghouls, and other creatures you'll face in the game really like to stand near large cliffs and spiked walls, or under rickety wooden lofts filled with heavy barrels. You have a kick attack that is a little too good at kicking guys off of cliffs or into those spiked walls, either of which is an instant kill. The lofts are usually held up by shaky wooden planks, so a swipe of any weapon will crush their supports, sending the barrels tumbling down onto your enemies and killing them. With all of these powerful options at your disposal, fighting enemies in Dark Messiah feels more like a minor annoyance. In some spots, it'll be more efficient to just run past groups of zombies, and since enemies don't drop useful items or give you any sort of experience or skill points, you usually won't miss anything by doing so. But you will occasionally stumble onto some larger enemies, like a big cyclops or a dragon. Those fights can be a little more involved, but the artificial intelligence makes even these guys relatively easy to best. [i]Source: Gamespot.com[/i]

    Screenshots:

    dark_messiah_large_4.jpg

    My own made wallpaper:

    wizardwallpapergs3.png

    Greetings,

    Sars!

  13. And do you have a bigger image for the first one. I know it's 300x100 but we don't see much of the caracter. :(

    Ahhh, I went to smaller sigs, as you can see... The last one is my latest one. Though, I know you guys can't see whole the guy, but meh. I think it looks great :D

    THanx for your comments, guys, I really appreciate it!

    Greetings,

    Sars!

×
×
  • Create New...