Your FREE membership includes:
|
| Shortcut links: |
|
|
Profile
Personal Photo
Rating
Options
Personal Statement
sinisax3m doesn't have a personal statement currently.
Personal Info
sinisax3m
Starter Member
17 years old
Gender Not Set
Location Unknown
Born Feb-18-1991
Interests
No Information
Statistics
Joined: 23-December 06
Profile Views: 73*
Last Seen: 1st May 2008 - 01:50 PM
Local Time: Nov 21 2008, 06:43 AM
49 posts (0 per day)
Contact Information
No Information
No Information
No Information
sinisaaa@hotmail.com
* Profile views updated each hour
|
Topics
Posts
Comments
Friends
My Content
28 Apr 2008
Step 1 - Modify Explorer.exe File
In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Microsoft Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems. get this from h**p://delphi.icm.edu.pl/ftp/tools/ResHack.zip The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe. The category we are going to be using is "String Table". Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button. There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry. In my case I used Click Me! You’ll notice that after the new text string has been entered the Compile Script button that was grayed out is now active. I won’t get into what’s involved in compiling a script, but suffice it to say it’s going to make this exercise worthwhile. Click Compile Script and then save the altered file using the Save As command on the File Menu. Do not use the Save command – Make sure to use the Save As command and choose a name for the file. Save the newly named file to C:\Windows. Step 2 – Modify the Registry !!!make a backup of your registry before making changes!!! Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open field. Navigate to: HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon In the right pane, double click the "Shell" entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK. Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.
27 Apr 2008
Great Tip For Mp3 Searching On Google,
go to google copy and paste in ?intitle:index.of? mp3 and after mp3 put in an artist or album or whatever and hit enter... what you get is lists of downloadable mp3s eg: ?intitle:index.of? mp3 santana Another trick: Use the following inurl:microsoft filetype:iso You can change the string to watever you want, ex. microsoft to adobe, iso to zip etc… Another trick: http://www.google.com/ie?q=parent-director...zip&num=100 Replace "Warez" with "Gamez" "Mp3" anything you like....
27 Apr 2008
How To Setup Your Own Dns (Domain Name Server)
This is only a quick tutorial, there are literally hundreds of little tricks you can do with a DNS, but this will get your basics up and running. I'm assuming you want to setup a windows DNS server, but the principals will work for most servers. You will need.. 1) A domain name over which you have full control 2) DNS server software(Windows server always comes with one of these) 3) At least one fixed IP address, allthough two is highly desirable 4) An idea of what services you want on your server The first thing you need to do is create your new domain entry. In windows this is called a "Zone" and you will have one for every domain name you have. Add your main domain in the forward lookup zone as a Primary zone, which will be in the format "Domainname.com", or .co.uk, or whatever, you shouldn't need any more details for this bit. Do *not* allow dynamic updates unless this is a local network DNS. Once it is created you will have 2 entry's under your new domain, "SOA"(Or Start of Authority) and "NS"(Or Name server). If you want a 100% compliant DNS then you should now follow the same process but adding a domain as a reverse lookup zone. Any changes you make to the forward lookup should have the "Update Reverse Lookup" option ticked if its available, if not you must update the reverse zone manually(This is very important). Now edit the "NS" entry in your forward zone to "NS0.DomainName.Com", and set it to the relevant IP address. Add another (NS) record and set it to "NS1.DomainName.Com". If using 2 IP address, try to make NS0 the first IP. Now you need to configure the SOA entry in the forward lookup zone. The serial number should be changed to a date followed by a number in this format "YYYYMMDDnn", this is not required, but is advised by RIPE. The primary server will be the "NS0.domainname.com" entry you just made and the responsible person should be left for now. The refresh interval should be set somewhere between 1200 to 43200 seconds, the retry should be between 120-7200 seconds and the expires after should be around 2-4 weeks(I'll let you work out the seconds for that). The minimum TTL is quite important, and depending on what you are going to do with the domain, you might need to tweak this a bit. Typically a value between 1-3 hours should be used. Now go to your "Name server" settings in your SOA record(In windows this is a tab in the same window) remove the defaults, and add your two Name servers that you just setup. We will come back to the SOA record later, but for now we need to do some more stuff. If you want a website, then your going to want the WWW. setting up. We will set it up as an "A" record, which means it is a separate top level record and will be populated separately from other entries. So add an "A" to your forward lookup zone and put the entry as "WWW", and set the IP address to wherever you want the website to be. This will be where the domain always goes, and it could be anywhere. Just make sure there is a web server waiting there for it. If you want FTP, then setup the same thing but with "FTP" in the entry. You will now also have to setup "A" records for the NS0 and NS1 name servers that you added previously, just make them the same as WWW and FTP, but make sure the IP addresses match the ones used for setting up the "NS" records. Also add a blank "A" record, this will make sure that "domainname.com" works as well as "www.domainname.com". Now you should decide whether or not you want to have mail on this domain. It is Hegel advisable that you set one up, even if it just to catch domain mail about abuse or potential problems that might occur. You can find plenty of high quality free mail servers out there, but I would recommend "Mail Enable", its free and provides everything you would want, but if you want webmail you do have to pay something extra for it. We will now configure the MX records. Add an "A" name for your mail server, you can add 2 if you want, but for simplicity I would advise staying with 1. We will call ours "Mail.domainname.com", and point it to one of our IP addresses. Now add an "MX" record in the Forward Lookup zone, giving it the full "A" record you just entered "Mail.domainname.com", and do not setup a host or child domain, just leave it blank. This next step isn't needed, but is again highly recommended. Now to finish the SOA you need to add two more records. A "RP" entry, which is a Responsible Person, and they will be the contact point for domain complaints and a "MB" entry, which is a mailbox entry. The "MB" should just be pointed to the mail server domain name "Mail.domainname.com", and the "RP" should have the host or domain set to the name of your mail box. So for this server it will be "Tony.Domainname.com", and the mailbox will be set to the "MB" record you just made. Don't worry about the RP address having no "@" in it, this is the expected format for an "RP" entry. You will now have to go back into the SOA and change the responsible person to the new "RP" record you just made. And thats it, your done! You can add as many "A" records as you like to point to other web servers, or a multitude of FTP sites. And you can add "CNAME" records to basically point to another name, usually an "A" record, like an alias. Now before you switch your domain on, you need to check that the server is performing properly. So go to www.dnsreport.com, and run the report on your domain "domainname.com", and it will give you a very detailed report of any problems, and even a short description of how to fix the problems. If all is OK, then you are ready to go live. If your domain name is new, or not currently hosted anywhere then the first thing you should do is re-point the domain at your new server. You will typically do this with the provider who owns the domain, and it will be different with all hosts. But the basic settings are the same. You will be asked for at least 2 name servers and ip addresses to go with them. Just put in "NS0.domainname.com" and "NS1.domainname.com" and put in the correct IP addresses. Make sure you do not mess this up, as changes to your main NS servers could potentially take several days to straighten themselves out. Update these settings, and then sit back and wait. You can do a whois on the main DNS server of your domain provider to check if the settings have worked, but again this doesn't always work. For the big 3 domains(.com .net .org) you can do a whois on the network associates site to see the changes instantly. You can also track the progress of the domain changes by doing an NSLookup in dos, like this... c:\nslookup ns0.domainname.com NS0.yourprovidersdns.com That will give you the entries your domain provider has c:\nslookup www.domainname.com ns0.domainname.com And this will tell you if the changes for your domain have gone through to your ISPs DNS yet. It should give you back the IP address of your new DNS server. You should always make sure your server is backed up, and that you refresh or update the DNS when you are making changes.
27 Apr 2008
How to set up a server with Apache , PHP , MySQL , Perl , phpMyAdmin
===== Let's start by installing apache (http server) . you can download the apache installer on www.apache.org . download the verion you like , even thought , in win systems i recomand verion 2 (this tutorials is for apache 2) . here is a link for it : Code: http://apache.mirror.nedlinux.nl/dist/http...-x86-no_ssl.msi for a faster mirror , visit http://httpd.apache.org/download.cgi . After downloading the file (.msi installer) , run it . The installation wizard is a next , next , finish 'work' ... The installer will ask you some details like your server name , your server adress and the admin's mail adress . if you have a domain name or a hostname , enter the info's like this : Code: Server Name : your_domain.org Server Adress : www.your-domain.org Admin Email : admin@yourdomain.org if you don't have one , you should get on e free at : Code: http://www.no-ip.org/ Check the 'Run as a service for all users on port 8080' option and click next , finish to fiinish the instllation . Advice : Install it in c: (he creates a folder for it , don't worry) to make sure you configure it easyer . If you are finished , open up a browser and write in the adress bar : Code: http://localhost/ If you will see a 'Test Page for Apache Installation' , everything works . ===== Let's install PHP . download the archives from www.php.net . Here is a direct link for verion 4.3.9 : Code: http://nl.php.net/get/php-4.3.9-Win32.zip/from/this/mirror Make sure you download the archive and not the installer . Ok! after downloading it , extract the archive in c:/php (this is to simplify paths) . Now , open up c:/apache/conf/httpd.conf and search for this line : Code: #LoadModule ssl_module modules/mod_ssl.so under that line , add this : Code: LoadModule rewrite_module modules/mod_rewrite.so LoadModule php4_module "c:/php/sapi/php4apache2.dll" AddType application/x-httpd-php .php AddType application/x-httpd-php .php3 AddType application/x-httpd-php .php4 Now search for this line : Code: <Directory "C:/Apache2/htdocs"> Change : Code: Options Indexes FollowSymLinks # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride None into : Code: Options Indexes Includes FollowSymLinks MultiViews ExecCGI # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride All This will allow .htaccess support on your server and make sure you can see the content of a folder without getting a 403 forbidden error . Now search for : Code: DirectoryIndex index.html index.var.html and change it into : Code: DirectoryIndex index.html index.php Save the file and restart apache . (you can restart it by pressing the Restart apache server shortcut in the start menu or by writing : Code: net apache restart in a command prompt window . Ok! you have php working for your server icon_wink.gif . Now let's configure php and make sure it really works ! Open up c:/php/php.ini (php.ini-dist renamed) and search for this paragraph : Code: max_execution_time = 60 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data memory_limit = 5M ; Maximum amount of memory a script may consume (8MB) you should change this to whatever you want . here is an option i use : Code: max_execution_time = 300 ; Maximum execution time of each script, in seconds max_input_time = 300 ; Maximum amount of time each script may spend parsing request data memory_limit = 5M ; Maximum amount of memory a script may consume (8MB) Now search for : Code: register_globals = Off and change it into : Code: register_globals = On Search for : Code: extension_dir = ".\" and change it into : Code: extension_dir = "c:/php/extensions" assuming you have installed php in c: ... Search for : Code: ;Windows Extensions ;Note that MySQL and ODBC support is now built in, so no dll is needed for it. and uncomment (delete the ; in the front) the following modules : Code: extension=php_bz2.dll extension=php_db.dll extension=php_gd2.dll extension=php_java.dll extension=php_msql.dll extension=php_pdf.dll extension=php_pgsql.dll extension=php_sockets.dll Ok! now let's change the smtp settings (this is good icon_smile.gif for you mail() function . you need this !!!) Search for : Code: [mail function] ; For Win32 only. SMTP = smtp_port = 25 ; For Win32 only. ;sendmail_from = and change to : Code: [mail function] ; For Win32 only. SMTP = mail.isp.org smtp_port = 25 ; For Win32 only. sendmail_from = mail@your_domain.org if you don't have a mail server or : Code: [mail function] ; For Win32 only. SMTP = localhost smtp_port = 25 ; For Win32 only. sendmail_from = mail@your_domain.org if you have a mail server ... Save the files . Now let's finalize the php installation . copy all the dll's from c:/php/dlls into c:/windows/system32 . copy c:/php/php4ts.dll into c:/windows/system32/ and copy php.ini from your folder php into windows and system32 folder . restart apache . open up notepad and add this into the file : Code: <?php phpinfo(); ?> save this file in your htdocs folder (c:/apache/htdocs) as info.php and open up a browser . in the adress bar write : Code: http://localhost/info.php you should see php's configuration in a table . a looong file icon_smile.gif you can optionaly install zend optimizer . i am using it ... it doesn't needs a tutorial . to install the PEAR modules for php , just run the go-pear batch from the php folder and 2click the reg file to finish the instllation . ===== let's install mysql . download mysql from http://www.mysql.com/ . this tutorial applyes to verion 4.0.* ... i don't recomand using mysql 4.1 . here is a direct link : Code: http://dev.mysql.com/get/Downloads/MySQL-4...ql.proserve.nl/ after downloading , extract the arhive somewhere and run the setup.exe . install mysql in c:/mysql and complete the installation . open up command prompt and write this : Code: cd mysql cd bin mysqld-max-nt --install this will install mysql as a service . recomended . now you would probably consider downloading mysql control center . a gui tool to administrate the server in a graphical mode . here is a link : Code: http://dev.mysql.com/get/Downloads/MySQLCC...ql.proserve.nl/ install it like any other program and run the shortcut in the desktop . a window will pop-up . it will ask you to add a new connection . here are the info's you need to fill in : Code: name : localhost or main or whatever host : localhost user : root pass : click add , expand the databases menu and delete databse text . now expand the users menu and delete all users except root@localhost . right click it and select edit user . change it's password to whatever you want icon_smile.gif now right click the server and select edit . change the password to the pass you chosed for user root . as easy as that . mysql is installed ! ===== phpMyADmin . you can download it from http://www.phpmyadmin.net/ . i recommend using verion 2.5.1 pl1 . the last verion is still bugy icon_smile.gif download , unzip the contecnt into a folder in htdocs (phpMyAdmin) and open up config.inc.php with a text editor . search for : Code: $cfg['PmaAbsoluteUri'] = ''; change it to your phpmyadmin url . eg. : Code: $cfg['PmaAbsoluteUri'] = http://www.your_domain.org/phpMyAdmin/'; now search for : Code: $cfg['blowfish_secret'] = ''; and change it to your mysql root password like this : Code: $cfg['blowfish_secret'] = 'password'; now search for : Code: $cfg['Servers'][$i]['auth_type'] = 'config'; and change it to : Code: $cfg['Servers'][$i]['auth_type'] = 'cookie'; save and exit . that's it ! phpMyAdmin works icon_wink.gif ===== Perl . Optioanl for your server , very usefull . i recomend you to install it . you can download it from http://www.activestate.com/ . here is a direct link : Code: http://downloads.activestate.com/ActivePer...MSWin32-x86.msi download , install and you are ready . put your perl scripts in the /cgi-bin/ folder (c:/apache/cgi-bin) . =====
27 Apr 2008
How To Make Your Own Radio Station
Must HAVE Winamp (Any Version) First, things First your speed has to be at least 256/64 kbps (which means Dial-up users, will have alot of latency, just dnt bother) Second, your going to have to have a domain, an updated one with the current i.p active. (Could be anything e.g. My sig) Now, Your gonna have to download the Shoutcast Files. Go to www.shoutcast.com to get the files. Ok After downloading these, installing Both of them in any order i dnt care. Go to START>PROGRAM FILES>SHOUTcast DNAS>EDIT SHOUTCAST DNS CONFIG. Ok your gonna have to Configure it: Go Down and where it says password: change (that means your gonna have to change it to whatever, make sure u remember) The Portbase: change it to whatever port you want it Maxusers: (lets be realistic here, dnt put in 10000, like NXS's radio station) your bandwidth has to be extremely good, if your cable, 50 user max is ok, ADSL should stay below 10 users, and T1 connections should do whatever tickles there fantasy. Open winamp, RIGHT CLICK>OPTIONS>PREFRENCES>DSP EFFECT> and choose the NULLSOFT SHOUTCAST. Go to OUTPUT, and then click on Connection, Through the ADDRESS, type your address which you have done through www.no-ip.com, PORT NUMBER, whatever u did in the EDIT.txt, and your password. Then go to Encoder, and choose your quality of your music. Go back to OUTPU>OUTPUT CONFIG> YELLOW PAGES. this is your advertisemant information. dow hatever you like there. Now Connect. to check that your Radio os on-line go to http://(your address that you added in the prefrence) |
Last Visitors
sinisax3m has no visitors to display.
Comments
Other users have left no comments for sinisax3m.
Friends
There are no friends to display.
|
| Lo-Fi Version | Time is now: 21st November 2008 - 01:43 AM |