What Would You Like to See In the Beta Release Of iMessenger (Neowin Messenger)  

654 members have voted

  1. 1. What Would You Like to See In the Beta Release Of iMessenger (Neowin Messenger)

    • Skins
      59
    • Msn, Yahoo,Aim,Icq..Compatibility
      384
    • Fourm Area
      44
    • Inbuilt browser
      10
    • sounds
      9
    • Offline Posting
      42
    • Email Service
      6
    • Games
      19
    • Display Pictures (Like Msn)
      45
    • Emoicons
      36


Recommended Posts

aww theres no chat... :( but at least it logs on now

:edit: no i havent seen any funny changes

:edit2:

i changed default to EnIgMa-PenGuIn in the setting.. it remembers.. but now wont connect

how odd

::edit 3:: and the connect to yourself stil works .. hahah thats cool

you could soo try and make this think de centralised ;)

(dunno if changing that address does anything tho)

Edited by EnIgMa-PenGuIn
aww theres no chat... :( but at least it logs on now

:edit: no i havent seen any funny changes

:edit2:

i changed default to EnIgMa-PenGuIn in the setting.. it remembers.. but now wont connect

how odd

It will connect but you have to try again in a few minutes

im not sure why this bug exists. im working on it

another bug.. we can rename ourselves and other people and the groups... lol :whistle:

plus the log onto yourself bug

:edit: sorry michael :p

and the list doesnt seem to be updating without logging off or takes a very long time to make people appear

post-88-1088940582.jpg

Edited by EnIgMa-PenGuIn

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

Project1

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

Component 'MSINET.OCX' or one of its dependencies not correctly registered: a file is missing or invalid

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

OK

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

XP SP2 RC2 and i installed the VB6 updates.

I know noone probably reads this section, but I really need some guidance with this - so I will post it again.

-----

Basically there are two ways we can go about this project, and the way we "log in". Each has their own advantages and disadvantages.

1. The Messenger program could log in with any name the user supplies, and isn't linked with a password related to neowin.net or any password at all. The advantage is that anyone could log in even if they are not a member - as you are probably thinking now this is also a major disadvantage. For instance one day I could log in as "StaticFish"and the next as "Blaise" or even "Neobond!" as nothing will be linked. Obviously this will probably be a bad idea but we will see

2. I am much more keen on the second way we could do it, but it will be a lot trickier and will involve more people, to work together. If we could somehow bind the program in with the main database, so that your personal neowin.net username and password works with Neowin Messenger. This opens up features that have been discussed early such as PM integration. There are of course limitations with the Invision Power Board, but the connections is the main point.

This is now almost a fully functional login box. To make it 100% working, the above stuff needs to be worked out

I was thinking about this problem. I was thinking about a possible work around... Let me know what you think.

What if we sent the person who wanted to sign up a PM on Neowin with a passcode, to verify that they are registering a Neowin account that belongs to them? This would also keep people off who don't have a Neowin account. Assuming you can't link to the Neowin database....

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

Project1

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

Component 'MSINET.OCX' or one of its dependencies not correctly registered: a file is missing or invalid

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

OK

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

XP SP2 RC2 and i installed the VB6 updates.

Same problem after installing VB6... it's got to be to do with the new security features of SP2.

theyarecomingforyou, here put it in your system 32 folder and register it

as for logging in as diferent people theres no server side database of users yet.. hence you cant log in that way

thats why he was asking for the admins help... and then the idea of confirmation pms came up..

lets see how it goes

there are a few other dll's it asks for... check bad a few pages for the other fixes

presently there are some errors with the buddy list .. so im sure they'll be fixed but a user database sever side helps too

MSInet.cab

OK im working on all the bugs...

i fixed the rename bug... im in the priocess of fixing the name merging bug

hopefully 0.1.5 will be out tonight. thanks for the feedback guys

I was thinking about this problem. I was thinking about a possible work around... Let me know what you think.

What if we sent the person who wanted to sign up a PM on Neowin with a passcode, to verify that they are registering a Neowin account that belongs to them? This would also keep people off who don't have a Neowin account. Assuming you can't link to the Neowin database....

Even better, it will automaticly detect your neowin username etc and you will be able to log in with that. Hopefully this will be done by build 0.1.6 or 0.1.7

OK im working on all the bugs...

i fixed the rename bug... im in the priocess of fixing the name merging bug

hopefully 0.1.5 will be out tonight. thanks for the feedback guys

No sweat dude.. looking forward to bug testing some more for ya ;)

im off to bed..... tis late *yawn* night

It seems I need to work on my reading skills more. However, what I was thinking is something like this:

Signin

NWM --> PHP script --> check login with neowin --> return login --> PHP script --> NWM auth'ed

Then for PMs it would be similar replacing login with PM.

Then for messenging people it could be something like this:

NWM --> PHP script --> add new message to messages DB (SQLite i'm thinking here for speed) -- > other user checks messages [or alternitvley the PHP script cold push a new message to the client. this would require tracknig of IP though] --> recieves message.

The only trouble is this would be very, very slow most likley. Assuming a latency to the server of 100ms, a message transmit time of 100ms and a query time of 100ms, that's 300ms to add the message. Then you'd have to check messages every 1 second or so which would be incredibly stressful on the server. On second thoughts, pushing the message to the client is the only way. Maybe the other method would be for offlnie storage and checked only on login time?

avoid doing the pm issue

why not do a "if true" part.. say when they log on.. it logs onto neowin with that user and pass and if.. if.. that is correct the "now logging you on" thing should show up.. just use that as the if part, then logon etc

id be worried about passwords being stored locally tho....(on the server that is)

Yes, that's exactly what I was planning to do. The PM part wouldn't be hard to do after that, assuming we have someone with l33t text parsing knowledge on here. (send HTTP request to the view PM page with a cookie of the username and password, and retrive the messages.

Anyone thought of making this opensource aswell :)?

I also think that storing the username and passwords would be a worry but as long as we got someone to run the server who was trustful, then we'd have no problems, I hope.

Maybe NeoWin could open a small API up for us so we can send md5 passwords to the server instead?

theyarecomingforyou, here put it in your system 32 folder and register it

as for logging in as diferent people theres no server side database of users yet.. hence you cant log in that way

thats why he was asking for the admins help... and then the idea of confirmation pms came up..

lets see how it goes

there are a few other dll's it asks for... check bad a few pages for the other fixes

presently there are some errors with the buddy list .. so im sure they'll be fixed but a user database sever side helps too

Erm... well, that got rid of the first error, now I get an "mscomctl.ocx" error upon startup. I've restarted the computer to see if that helped, but to no avail. A quick internet search shows that all the files producing problems are based around ActiveX so is it just that Microsoft has clamped down all files (I originally got a message asking if I was sure I wanted to run it, and that the Publisher information was not present).

Any help would be appreciated.

OK... solved.

I searched for "mscomctl.ocx", installed it from here: "http://www.geocities.com/nitin_speed/resources.htm".

Then I need "mswinsck.ocx", installed it from here: "http://www.runan.net/program/runtime/dl.cgi?file=mswinsck"

So, the program launched. But, when I type my username in it tells me to stop being silly and pick a shorter name. :huh:

I know it's beta, so I guess it will get fixed later. Sounds a cool idea for a program though.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • BleachBit 6.0.1 Beta by Razvan Serea When your computer is getting full, BleachBit quickly frees disk space. When your information is only your business, BleachBit guards your privacy. With BleachBit you can free cache, delete cookies, clear Internet history, shred temporary files, delete logs, and discard junk you didn't know was there. Designed for Linux and Windows systems, it wipes clean thousands of applications including Firefox, Microsoft Edge, Google Chrome, Opera, Safari, and more. Beyond simply deleting files, BleachBit includes advanced features such as shredding files to prevent recovery, wiping free disk space to hide traces of files deleted by other applications, and vacuuming Firefox to make it faster. Better than free, BleachBit is open source. BleachBit has many useful features: Delete your private files so completely that "even God can't read them" according to South Carolina Representative Trey Gowdy. Simple operation: read the descriptions, check the boxes you want, click preview, and click delete. Multi-platform: Linux and Windows Free of charge and no money trail Free to share, learn, and modify (open source) No adware, spyware, malware, browser toolbars, or "value-added software" Translated to 64 languages besides American English Shred files to hide their contents and prevent data recovery Shred any file (such as a spreadsheet on your desktop) Overwrite free disk space to hide previously deleted files Portable app for Windows: run without installation Command line interface for scripting and automation CleanerML allows anyone to write a new cleaner using XML Automatically import and update winapp2.ini cleaner files (a separate download) giving Windows users access to 2500+ additional cleaners Frequent software updates with new features Going beyond standard deletion of files, BleachBit has several advanced cleaners: Clear the memory and swap on Linux Delete broken shortcuts on Linux Delete the Firefox URL history without deleting the whole file—with optional shredding Delete Linux localizations: delete languages you don't use. More powerful than localepurge and available on more Linux distributions. Clean APT for Debian, Ubuntu, Kubuntu, Xubuntu, and Linux Mint Find widely-scattered junk such as Thumbs.db and .DS_Store files. Execute yum clean for CentOS, Fedora, and Red Hat to remove cached package data Delete Windows registry keys—often where MRU (most recently used) lists are stored Delete the OpenOffice.org recent documents list without deleting the whole Common.xcu file Overwrite free disk space to hide previously files Vacuum Firefox, Google Chrome, Liferea, Thunderbird, and Yum databases: shrink files without removing data to save space and improve speed Surgically remove private information from .ini and JSON configuration files and SQLite3 databases without deleting the whole file Overwrite data in SQLite3 before deleting it to prevent recovery (optional) BleachBit 6.0.1 Beta release notes: BleachBit 6.0.1 beta is now available for testing. This maintenance-focused release includes bug fixes, updated translations, and a range of safe enhancements. This release fixes a Windows security issue that could allow arbitrary file deletion during privileged cleaning (reported by Zeze with TeamT5). It also adds new cleaners (including a DNS cache cleaner, Claude Code, and Visual Studio Code forks), support for multiple Chrome and Edge profiles, new deep scan options for developer directories like node_modules and venv, and safer, faster file shredding. All Platforms Added cleaners for Claude Code, DNS cache, and many Visual Studio Code forks. Added support for multiple Chrome and Edge profiles. Chrome can now clean downloaded AI models. Deep Scan can optionally remove venv, __pycache__, node_modules, and .angular directories. Deep Scan is faster by skipping directories on the keep list. File shredding is safer, faster, and leaves fewer recoverable traces. Improved handling of cookies, symlinks, Unicode filenames, external processes, and configuration files. Improved Expert Mode warnings and long warning dialogs. Fixed crashes related to cleaner detection, invalid Unicode, and malformed cleaner data. Clipboard is now cleared automatically after shredding files via paste operations. Linux Added AppImage support. Added cleaners for Visual Studio Code, Codeium, Librewolf (.deb), Transmission (Flatpak), and Profanity. Improved Linux trash detection, including Snap-installed applications and mounted drives. Fixed Wayland root CLI issues and several Snap-related problems. Improved package dependencies, AppStream metadata, and desktop file handling. Fixed startup crashes when Python Requests is unavailable. Windows Fixed a security vulnerability that could allow arbitrary file deletion when cleaning with elevated privileges. Added %WindowsSystem% variable support. Improved clipboard clearing using native Windows APIs. Improved installer experience on unsupported Windows versions. Reduced installer size and improved application robustness. Fixed Unicode handling, filename anonymization, Git revision reporting, and splash screen stability. [full release notes] Download: BleachBit 6.0 | Portable | ~20.0 MB (Open Source) View: BleachBit Home page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • DriversCloud 12.1.6 by Razvan Serea With DriversCloud (formerly My-Config.com), you can explore your computer easily, safely and free. The application quickly scans your PC and identifies the hardware and software components. DriversCloud then establishes a list of the different drivers compatible with your OS and hardware. Download the drivers needed for the proper functioning of your computer. To detect your drivers, DriversCloud also displays a detailed summary of your hardware and software configuration, analyzes your BSOD, monitors in real-time your PC voltages and temperatures and lets you share your configuration online. Once the hardware components have been detected, you will be able to obtain with just a few clicks the latest drivers corresponding to the identified hardware. You can record your configuration on the site for free, and can get the corresponding URL to post the configuration to technical forums, e-mail and social networks. You can also download the detection result (the configuration) as a PDF file. To protect the user's privacy and data confidentiality, a 4-level confidentiality system was created that filters the XML marks and gives control to the user. The default level can be modified in the preferences. Using the maximum level will prevent the user from publishing his configuration and generating a corresponding PDF file. In non-connected mode, each XML configuration is stored on the server for one day (for practical reasons). However, you are given the opportunity to manually delete it. Created in 2004, and continually improved, My-Config.com has established itself on the web as a free service to PC users running Windows and Linux operating systems. The service is designed to work with the most common Internet browsers (Edge, Firefox, Chrome, Safari). Download: DriversCloud 64-bit | 20.0 MB (Freeware) Download: DriversCloud 32-bit | 18.9 MB Link: DriversCloud Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • One Month Later
      AndreaB earned a badge
      One Month Later
    • One Month Later
      agatameier earned a badge
      One Month Later
    • Week One Done
      agatameier earned a badge
      Week One Done
    • Week One Done
      ssd21345 earned a badge
      Week One Done
    • Contributor
      MarkHughes4096 went up a rank
      Contributor
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      +Edouard
      189
    3. 3
      PsYcHoKiLLa
      148
    4. 4
      ATLien_0
      96
    5. 5
      Steven P.
      76
  • Tell a friend

    Love Neowin? Tell a friend!