Jump to content
xisto Community

dhanesh1405241511

Members
  • Content Count

    430
  • Joined

  • Last visited

Everything posted by dhanesh1405241511

  1. Hope these links help ya Advanced Blue Voda Form Processor - Freeware HotScripts - All possible scripts that would do your attachment job. Advanced Scripts - Again .. all possible scripts that would do your attachment job. And finally this is what i found close to what you want .. You can view the specific forum topic >>HERE<< .. and follow up through the rest of the post if you run into further problems. <? /* Mailer with Attachments */ $action = $_REQUEST['action']; global $action; function showForm() { ?> <form enctype="multipart/form-data" name="send" method="post" action="<?=$_SERVER['PHP_SELF']?>"> <input type="hidden" name="action" value="send" /> <input type="hidden" name="MAX_FILE_SIZE" value="10000000" /> <p>Recipient Name: Recipient Email: <input name="to_email" size="50" /> From Name: <input name="from_name" size="50" /> From Email: <input name="from_email" size="50" /> Subject: <input name="subject" size="50" /> Message: <textarea name="body" rows="10" cols="50"> Attachment: <input type="file" name="attachment" size="50" /> <input type="submit" value="Send Email" /> <? } function sendMail() { if (!isset ($_POST['to_email'])) { //Oops, forgot your email addy! die ("<p>Oops! You forgot to fill out the email address! Click on the back arrow to go back"); } else { $to_name = stripslashes($_POST['to_name']); $from_name = stripslashes($_POST['from_name']); $subject = stripslashes($_POST['subject']); $body = stripslashes($_POST['body']); $to_email = $_POST['to_email']; $attachment = $_FILES['attachment']['tmp_name']; $attachment_name = $_FILES['attachment']['name']; if (is_uploaded_file($attachment)) { //Do we have a file uploaded? $fp = fopen($attachment, "rb"); //Open it $data = fread($fp, filesize($attachment)); //Read it $data = chunk_split(base64_encode($data)); //Chunk it up and encode it as base64 so it can emailed fclose($fp); } //Let's start our headers $headers = "From: $from_name<" . $_POST['from_email'] . ">n"; $headers .= "Reply-To: <" . $_POST['from_email'] . ">n"; $headers .= "(anti-spam-mime-version:) 1.0n"; $headers .= "(anti-spam-content-type:) multipart/related; type="multipart/alternative"; boundary="----=MIME_BOUNDRY_main_message"n"; $headers .= "X-Sender: $from_name<" . $_POST['from_email'] . ">n"; $headers .= "X-Mailer: PHP4n"; $headers .= "X-Priority: 3n"; //1 = Urgent, 3 = Normal $headers .= "Return-Path: <" . $_POST['from_email'] . ">n"; $headers .= "This is a multi-part message in MIME format.n"; $headers .= "------=MIME_BOUNDRY_main_message n"; $headers .= "(anti-spam-content-type:) multipart/alternative; boundary="----=MIME_BOUNDRY_message_parts"n"; $message = "------=MIME_BOUNDRY_message_partsn"; $message .= "(anti-spam-content-type:) text/plain; charset="iso-8859-1"n"; $message .= "Content-Transfer-Encoding: quoted-printablen"; $message .= "n"; /* Add our message, in this case it's plain text. You could also add HTML by changing the Content-Type to text/html */ $message .= "$bodyn"; $message .= "n"; $message .= "------=MIME_BOUNDRY_message_parts--n"; $message .= "n"; $message .= "------=MIME_BOUNDRY_main_messagen"; $message .= "(anti-spam-content-type:) application/octet-stream;ntname="" . $attachment_name . ""n"; $message .= "Content-Transfer-Encoding: base64n"; $message .= "Content-Disposition: attachment;ntfilename="" . $attachment_name . ""nn"; $message .= $data; //The base64 encoded message $message .= "n"; $message .= "------=MIME_BOUNDRY_main_message--n"; // send the message mail("$to_name<$to_email>", $subject, $message, $headers); print "Mail sent. Thank you for using the MyNewName5333 Mailer."; } } print <<< EOT <?xml version="1.0" encoding="iso-8859-1"?> EOT; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://forums.xisto.com/no_longer_exists/; <html xmlns="http://forums.xisto.com/no_longer_exists/; xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style="css" type="text/css"> <!-- body { margin: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } a {color: #0000ff} --> </style> </head> <body> <? switch ($action) { case "send": sendMail(); showForm(); break; default: showForm(); } ?> </body> </html>I am no programming guru, but hope this helps Regards Dhanesh.
  2. Good standalone forums would be phpBB and SimpleMachines. Eazy installation steps for both and loads of mods/modules available. On the other hand if you want something thats integrated (Forums+Website+Portal..) like a complete CMS then i'd suggest e107. Probably the only CMS i would trust with everything integrated and eazy to use settings. Plus a huge user base and loads of plug-ins / themes Regards Dhanesh.
  3. Even i used a fresh installation of WP 2.1 and checked on Firefox 2.0.0.1 and IE7, both didnt work for me. This Widget hack just helped me through. Probably a problem with PHP version ? or just my settings in the browsers. But as far as i know i dont change any settings in a browser .. EXCEPT .. the proxy .. Its a curse to me .. lol Btw, Check my blog out .. u'd like a few widgets i've used. 80% of the listed widgets in widgets.wordpress.com dont work with the latest WP build. But as always .. google is a true friend Regards Dhanesh
  4. For those of you new to widgets like me, I downloaded a new version of the widgets plugin from automattic.com >>HERE<<. A Bug was found in the script and the fix is as follows, for anyone having the same problem. Problem: Everything seems to be installed fine according to the readme, the plugin activated, the scriptaculous files are in wp-include/js/scriptaculous. But when you go to the plugins page You cannot drag/drop the widgets. All that happens is you get the cross cursor but the widget box gets highlighted (selected) when u click and try to drag the widgets. Solution: Find this in widgets.php (at line 203): wp_enqueue_script( 'scriptaculous-dragdrop' ); Add this immediately after that line: wp_enqueue_script( 'scriptaculous-effects' ); If this still doesnt work then try the most obvious work arounds. 1) CTRL+F5 For a force Reload in FireFox. 2) Clear your browser's cache. 3) Try another browser. I came accross the same problem and started a thread at the wordpress forums and it has been resolved. Thought of sharing it with you. All credits to finding and fixing the bug go to Otto42 from the wordpress forums. Regards Dhanesh.
  5. I've never used BitDefender but would love to try it once. Seeing it on the Top Ten Antivirus list gets me greedy . I used to use Norton Antivirus till i shifted since 3 months now to Kaspersky. Its served me well but i just find it a little hard to configure and the application pop-ups are just too annoying at times lol.It is costly, but u might want to d'load a demo and try it out first. OR take m^e's advice and go for bitdefender. And since its free, i'd want to give that a try too ;)RegardsDhanesh.
  6. My Windows installation on my desktop uses Realtek RTL8139/810x NIC and the drivers get installed smoothly. On My laptop i use Intel Integrated 10/100 NIC. Normally I assign an IP address to the Desktop and when i connect my laptop that has OpenSuSE 10.2, it gets detected automatically and all i have to do is fire up the browser and start working. Instead of connecting via LAN, u could also try connecting your linux machine individually to the internet.Try this link >>LINK<<. Being a newbie myself this is all i could help you out with. But personally i would suggest anyone new to start with opensuse, cause it was easy and user friendly for me when i started. Regards Dhanesh.
  7. Hey Marky, could you be kind enuf to point me to that source ? Cause i was going to use Gmail Drive in these few days to get files of my joint Class account to make an archive. Could you please confirm this news. Going into each mail and d'loading each attachment is crazy so thought GDrive could help me get all the files at once. Regards Dhanesh.
  8. Finally ! I managed to get 10.2 to work on this specific model of Laptop. Probably these steps would also work on the entire Compaq Presario V5200 Series so if anyone has another model, please be kind enough to notify about the installation issues. How to make it work: NOTE: Please do not disable SATA support, it WORKS with SATA enabled 1) Installation is pretty simple with OpenSUSE 10.2. So just pop in the DVD: A ) Do a DVD Media Check first B ) Install 10.2 in SAFE mode. 2) After the entire installation is done and the first time the desktop appears. I would suggest you check for updates. Or just update all the modules you can possibly find on the suse server through YaST. 3) Odds are that next time you restart (without the DVD in), it will hang on boot. Just Force shutdown (Hold the power-on button for 10 Secs), and power on your laptop again. I have just seen OpenSUSE hang on boot 2 times in 4 Days after installation. and those 2 times were in the initial after install stage. Now it runs smooth and does not hang at all. Wifi / LAN just works smooth, tho the light on the sound and wifi button to show if its on or not does not respond. But i guess latest drivers can be downloaded and this can be done. Will test the rest of the hardware and let you know. Thanks to SuSE Linux Forum, Xisto and everyone who's helped me get OpenSUSE 10.2 running on my Laptop. Everything related to the Compaq Presario V5233EA installation issue can be found at the following links: First Thread on Boot Hang: >> HERE << Compatibility Post: >> HERE << So basically Compaq Presario V5233EA is infact compatible with OpenSUSE 10.2 ! Regards, And thanks again to everyone here for their time and support Dhanesh.
  9. Have you tried the connection of wired and wireless together ? If i had a wireless i'd try sme stunts out and tell ya .. but y not try this: If you can connect to your wireless without any problem, configure your wired lan card tru this tutorial .. http://forums.xisto.com/topic/91711-topic/?findpost=1064359327 .. if you can then connect to your wired network after this, switch on your wireless and try to connect. If both work then you are good to go .. wonder how far this would work, but i think it should. your wired and wireless lans dont depend on each other and should be able to connect individually. Leme know if this works Regards. Dhanesh.
  10. Quiet sometime now and m still stuck with the suse installation problem.I am on suselinuxsupport.de but i am guessing that unless you see the problem for your self, it wont be resolved. I was given the option to try out another distro so leme see if that works too. I tried a reinstall again after downloading a 10.2 iso again. same errors and same hang sequence .. i took pictures of few of the errors that show up and stay like that for hours with no change. i cant figure out what this means but probably some of you could I installed fedora core 6 but thats a pretty weird problem all in itself lol. I think its the SATA creating problems. Anyone know a way of how i can get to know my laptop mobo make and number and would there be drivers for it ? or how do i know what SATA drive model/serial no i have so finding a driver for linux would be eazy. Just a crazy though. Regards Dhanesh.
  11. What i am guessing is that he already has the software and drivers from the company. But the place he is going to setup the system for needs him to create a custom software based on their own needs. I ran through the same problem when i wanted to create an application for my university for ID card printing as my end semester project. Couldnt go forward with the project cause they wouldent lend me the printer (security reasons lol) Aight vicky, heres what i would do. Since you have the hardware with you, you can do alot of testing with it. I havent gone much into hardware vs software interface programming, but since you have the drivers with you start with them. What ports they connect how they communicate etc .. then you could go into programming with VB or VC++ to create a software that would need you to use those drivers to create a connection between the hardware and the software you created. Guess some programming gurus here could help you in the hardcore programming. I just gave you an outline. Hope that helps. Regards Dhanesh.
  12. Probably its the same reason that Jimmy gave you. Because I have shifted to the latest Office 2007 Final version and creating documents in the new format would open up in any PC that has the Final version of 2007 (thats the non-beta version). Creating documents in an older format also opens up in the New versions and also in Office 2003.So guess u need to save documents in the Office 2003 format, atleast untill everyone transitions over to Office 2007.RegardsDhanesh.
  13. I am no genius in this field but all i can tell you is that ductape = NO ! .. And since its an AMD, why dont you get a good water cooling system ? they are pretty cheap nowadays. Plus you could change your PSU to say 300W or if you are using the water cooling system plus an extra ROM drive plus a HDD .. then i think you should consider a 400W PSU.RegardsDhanesh.
  14. I am still happy with the last RC release .. i guess keeping a price of $450 on this piece of software isnt worth all that instability and wait. I am guessing people would start buying this OS by July/August when an SP1 comes out .. hehe. Atleast thats what i would do.Now if you install an RTM release that you would get off the net with a Beta key, it would install alright. but when you try to update. It blocks the system and brings a time count for 30 days i guess. I got a timebomb of 1 week.RegardsDhanesh.
  15. I dont know if re-writing the MBR would help in this case, but if you are left with no other option .. then i'd suggest you try this fix out. >> LINK << I had already posted about the MBR issue few minutes back and then came to your post lol. Tell us if it helps Regards Dhanesh.
  16. I recently had this problem with my laptop that had a dual boot of linux and windows goin on. My windows wouldent start up and i used to get this error .. GRUB Loading stage 1.5 GRUB loading, please wait... Error xx These Steps / options should always be tried to fix the MBR if necessary after such a disaster IMO. 1) Boot with your Windows XP CD 2) Select "R" for the Recovery Console (Correct me if this is wrong) 3) When the command Prompt appears .. Type ... fdisk /mbr ... OR Type ... fixboot ... OR Type ... fixmbr Either one of these 3 commands should work for you. I dont know why only one does not work for all, but its good to have the extra info Regards Dhanesh.
  17. I aint seeing no pop-ups, and i live in the UAE. Have seen something like this go down before at Xisto. But i believe that the site displaying these ads on asta was contacted and this resolved the issue.If its just a pop-up then no worries, it would change on its own after some days due to the rotation of ads. But if its a virus popup downloading/telling you to download something, then i guess action needs to be taken soon.RegardsDhanesh.
  18. Surprisingly enough another name came into picture yesterday, Comwave Telecom Inc. This Canadian company seemed to have owned the IPhone trademark since 2004. Plus it has a wireless device called the IPhone Mobile. Comwave does not intend to change its name just cause of some big shot US companys Go Canada Go ! Just wondering if M$ came up with an iPhone trademark now .. It would be bloodshed .. Regards Dhanesh.
  19. Google Search found this : Link 1 : HDClone 3.1 Link 2 : Clone/Backup a HDD under windows. Link 3 : DriveClone 2 Hope this helps. I dont own any Gaming devices so i wouldent know the specifics. Regards Dhanesh.
  20. Update: I ordered a 5.04 version of the ubuntu CD long ago, used that to start installation. Started fine installation also started fine, when it comes to Partition setup, it says it cant find a partition for installation. I normally delete and leave the F: drive unpartitioned, and suse used to take that and install from there on. Freespire and ubuntu were 2 distros that didnt auto detect the unpartitioned space. This is driving me nuts now. I think i better stick to Suse 10.1 for now as it seems to be stable. Does anyone have a site that shows updated information of what systems run smooth on what distros or what distros a system can support ? I know this site called linux on laptops >>LINK<< .. but the info there is old as in Last updated: December 24, 2006. And my laptop Compaq Presario V5233EA isnt there anywhere. not even the CP V5000 series. Please post up any updates. Regards Dhanesh.
  21. Ok, well i started my ubuntu installation, and after the boot screen and these lines, it just hangs now i am shure its something to do with my hardware, but then again OpenSuSE 10.1 works just fine on my laptop with no problems at all. This is what comes: * Activating swap... [ok] mount: Function not implemented * Checking file systems... fsck 1.39 (29-May-2006) [ok] [17179699.040000] BUG: soft lockup detected on CPU#0! Where [17179699.040000] this number keeps changing after every re-boot. I disabled the WLAN in my bios but keeps hanging here only. I checked out google and this is what i could find, but i couldent understand much. Could someone please explain this to me in simple words ? i believe there is no solution for this yet. >>LINK<< Regards Dhanesh.
  22. Yikes, i forgot to mention the most important thing lol. I am installing OpenSuSE 10.2 on my laptop. Compaq Presario V5233EA , 100GB HDD, 1GB RAM , F: - 15GB (Where linux will be installed) 4 Partitions: C: - Windows , D: - NTFS , E: - NTFS , F: - Unpartitioned (left for Linux to partition while installing) Windows is installed already so i am trying to install Linux on top of windows. Very bad combo i know, but just for the sake of playing around and learning the components of linux so i can completly shift to the distro i like. I was d'loadin Ubuntu linux 6.10 so its done now and will start installing, lets see how that would run. But since i started my linux confrontation with SuSE i am guessing the installation would be pretty much the same here too. Regards Dhanesh.
  23. A real quick post. I just though of installing the new version of the openSUSE distro 10.2. The installation goes fine and after the reboot it just hangs (no HDD activity). I keep the power on button pressed for a force shutdown and restart the Laptop with the same option and it starts the desktop and i can work on openSUSE 10.2. I go home and start my laptop up and it hangs again, and this time 3 force shut downs and restarts didnt help either.The last time i shut down the Laptop, i sisnt choose to save my configurations, so that rules out an option of me screwing up with the system config and then shuttingdown. When i installed the 10.1 version of this distro, it works I restart it and it works. No hanging etc.I thought it might be a conflict with a hardware component in my laptop, so i hit "esc" while bootup and everytime it stops, it stops at different places of command line. i dont know if i explained this well, but it wont stop at a specific disk mount or a hardware test or driver load. Its a random stop anywhere lol.Now i am just d'loading Ubuntu 6.10 from their site. Tho i have to admit i feel a little surprised that the installation media for SuSE is 3.6GB and for Ubuntu its 698MB. Is Ubuntu as loaded as suse ? and does the installation have the option for GNOME or KDE. Cause ME luv GNOME Will install and see how this distro impresses me ..RegardsDhanesh.
  24. LOL ... Here i come finally .. hehe. Well m not that good at reviewing sites, but i can be shure that most of the "digg it" would go from me (when i am free from my study/world related issues), i am goin negative on my credits too, but thought that reviewing for m^e is top priority. Newayz, i wouldent say its a personal site, rather if maintained and link-shared the right way, could prove a daily tech newspaper to some like me. For instance look at neowin, facy site and all, but thats the first site i open to get my hands on tech news first thing when i wake up. You could keep a few editors/writers/contibutors and kinda start a side forum. Nothing too facy but for the start just to discuss certain news issues and the pros and cons of it. I'd suggest a first step of writer base to increase the posting on the site and to bring tech news from around the world. Now since tech news is the subject, you could decide on a particular field, like software / hardware / underground / scripting / modding etc .. hope you get my point. I am not too good of an explainer, but i could elaborate if you want me too. Over all i think this could make a good "rss" feed for my daily reading . Regards Dhanesh.
  25. Aww man c'mon people. Open up your PS gear and roll on ! .. Anyways, i was just sitting in college the other day and since i had no internet connection on the pc not any idea, thought would give this thread a start here. Its a simple cartoonish looking logo, and not in the specifications given by saint-michael, but its just an idea .. so if you think ur better then please post up. Cant wait to see the flow of ideas on asta Regards Dhanesh.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.