![]()
How To Add A Scripting Language To A Program ?
Notice from vujsa: [color="red"]Edited Post![/color] Please do not post email address here or request that help be sent via email. Replies should be made in the form of posts so everyone may learn from your question. Does anyone have any experience adding a scripting language to a program they are writing? I have one project I'm working on that needs a scripting language, and I would like to simply add an existing language to my program. I know how to use Perl, Tcl/Tk, Py
![]()
Do you want to open a site like gmail, yahoomail, or hotmail offering free webmail services to your members, then take a look at this free open source scripts: Squirrelmail: www.squirrelmail.org/download.php Horde: www.horde.org/download/app/?app=horde Neomail: sourceforge.net/projects/neomail/ Roundcube: roundcube.net/downloads
![]()
Combining A Php Email And A File Uploader.
Hi guys, I have pieced together two fine pieces of code but need to put these two puzzle pieces together correctly. So, this is my upload script: [codebox] <form enctype="multipart/form-data" action="upload.php" method="POST"> <table align="left" cellpadding="5" cellspacing="5" border="0" width="100%" bgcolor=#FFFFFF> <tr> <td align="left" valign="top">
![]()
Installing An Image Uploader To My Site
Hey guys, I'm having some trouble setting up a file uploader on my site. I used [url="http://sgowtham.net/blog/2008/06/11/file-uploads-via-php-specific-mime-types/#comment-17659"]this website[/url] to make the uploader and did everything as I was told, as far as I know. I double checked my code and have no idea what I'm doing wrong. When I try to upload a file I get an error message: Parse error: syntax error, unexpected T_VARIABLE in /home/caronthegerman/loldmypants.com/pictures/uplo
![]()
Random Image Rotation (change Image, Title, Url, Etc.)
Hey guys, I've been trying to make a random image rotator that changes the url specifically so that the visitor can save the picture as a favorite or bookmark. All those I have tried will only show a random picture but the url continually remains at www.***.com/rotate.php or others. I know I could make a php script that chooses randomly from many urls but that would mean I have to create an html file for every single one of my 150+ pictures that I want to rotate through. A good example of
![]()
Recently I came over the adobe site and found a product I've been passing by and ignoring. It turns out that Flex 2 is a pretty good web application and has an attractive GUI for the "unartistic" developer (such as myself). The thing I'm worried about is that because it's on a flash engine, how can you achieve live results when making requests to the server and back? Right now I'm relying on AJAX to achieve fast results when I make requests to servers and back. I think
![]()
Can anyone help me out? I need to implement images into a xml webpage, and I don't know how it's done It's for an assignment, and I have ta do it by a .xml page and a .xsl page (for stylesheets). I'm kinda new to xml, so I just know the basics and stuff. I can't find [i]anything[/i] on images, but I've seen it done, so does anyone wanna give me a hand with this? any help is appreciated!
![]()
HTML CODE <form> separate emails by commas<br/> to: <input type="text" name="email"/> <br/> msg:<br/> <textarea name="msg"></textarea> <br/><br/> <input type="submit" value="send"/> </form> PHP CODE <? $to = $_REQUEST['email']; $msg = $_REQUEST['msg']; if($to == NULL|$msg==NULL){ echo "Error."; } else{ $mails = explo
![]()
Best Way Of Learning A Scripting Language?
I was going to wonder what is the best way to learn a scripting language. I mean there are tons of different ways including buying Books on internet of that langauge. You can also take tech classes,or even internet classes, or best way to just learn by yourlself? Ive been messing alot lately with Macromedia MX director. Ive been learning its scripting language called Lingo, but ive just been learning from messing with source codes and server scripts. Is the best way trial and error and repeat?
![]()
Bash Shell Scripting: Comparing Directories
Hey guys, I've been tasked to create a bash shell script to compare directories and only list out the differences between the two directory. Does anyone have any ideas or pointers of how to go about this problem? Many thanks, xboxrulz
![]()
Coppermine Random Image Script
hi i need a script to display random image of coppermine on my index
![]()
[quote]Heres an easy way to make a registration/login system for your site. First lets think of all the stuff we need to make a login system. • SQL table with users • Registration page • Login page • Page to see if the user is logged in It's always easy to first think of what you truly need before programming. Planning your code saves hours of work. Creating an SQL table So, lets get started. This tutorial is quite basic, so I will show you how to create a new SQL
![]()
Looking to display an RSS feed on a webpage. Found a few applets that would do it, but the feed would be on most of the pages, and I wouldn't want to have to load the applet on those pages. Any help would be appreciated.
![]()
This tool is famous among the lazy people of runescape... I have tried this tool on 3 mmorpgs and it works like a charm. Even tried it with midtown madness 2... Made it drive alone a curved road for 2 mins. But this software has many more uses. Suppose you need to run some application when you downloading is over, or something like that. It depends upon what the situation is. Anyway heres the link. [url="http://freddy1990.com/scar.php"]http://freddy1990.com/scar.php[/url]
![]()
Bash Tips And Tricks From My Own Experience - Several Instalments
Quick overview of bash As mentioned in this forum before, bash is the most popular shell environment in the Linux world, and a good tutorial can be found here: [url="http://www.tldp.org/LDP/abs/html/"]http://www.tldp.org/LDP/abs/html/[/url] The purpose of this topic is to show you a couple of quick how-to nuggets that I'm deriving from personal experience, both from using bash inside of Linux itself, as well as from using cygwin, a Win32 port of a bunch of Linux utilities, which includes b
![]()
Hello , Here is good CSS tip for FireFox users Find userContent.css in your Application Data Folder and edit it as you like and the effects will be on FireFox next start ... For Example If you want to mark all links that will open in a new _blank window use this CSS script [codebox]/* Put dashed red border around links that open a new window */ :link[target=”_blank”], :link[target=”_new”] { border: thin dashed red; padding: 2px !important; } /* Put dashed blue border around visi
![]()
I just want to know what is the easiest programming language to use for the internet right know to me it seems like html it is cause it is the only one I know how to use at this moment and C and C++ seem to hard for me.
![]()
Software Collaboration Over The Internet
I have a vision of a software collaboration that would comprise of developers from around the globe. A package would be made from the modules that the individuals develop (retaining their copyrights). [quote name='twitch']Compartmentalisation on a Internet based media[/quote] Please drop your opinions.
![]()
Hi. I've hit a problem and wondered if anyone can help. I have a site from which I want to take customers credit card details, email me with the details of the order then store the details online until I can log in and delete them. The processing will not be done by me so I have no need for a merchant account. So far, I know I have to buy an SSL certificate. I have no idea how to make the site go from http to https. I can make a form. I know nothing about perl. I know php on the bas
![]()
Anyone Knows How To Create RSS Feeds ?
Same question again - anybody has an idea how to create your own RSS Feed from scratch ? I searched far and wide and all I found was loads of rss readers, free rss hosting sites and tickers - but not ONE GOOD site that describes the whole process from a DIY angle. Any of you has done it ?? Can you direct me to some good site for beginners ? Thanks, m^e
![]()
How Do I Make A Box To Surround My Text?
It's been a while since I've been to my site... couldn't pay for my internet. But when I did get back to my site, there were some things that I saw that I have been wanting to change, but just can't figure out how. Before I left I searched the net, but couldn't find my answer. What I'm trying to do is, have a box surround information I have on a page. I tried using <fieldset> but it took up the whole lenght of the page. What I want to do is have something I can
![]()
Searching For A Good Drop-down Menu Script
I've been on-line looking for a script for a drop-down menu, but can't seem to find the one I'm looking for. I'm wondering if I can explain it well enough for someone here to help me out. The kind I'm looking for should be vertical first off. It looks like a box that you can hover over and when you hover over it, it can have one or more of the same kind of boxes appear on the side. All of these side boxes are links to other pages. I'm looking to put this menu in my C
![]()
Need Help Using 2 Images In CSS
Im trying to use a blue textured background image on my website using CSS. That would be all well and good if I didn't want to also use a picture with the name of my site that I made in photoshop in CSS also. I just don't know how to get the two to work using CSS without one canceling the other out. Is it possible to use two images with CSS? If so, can someone tell me how? I can't find a tutorial on it.
![]()
For the record, I've hated DHTML scripting since day one. Why: it never works on all browsers...and probably never will. With that said here is the site: [url="http://www.transfigurationchurch.org/cms/"]http://www.transfigurationchurch.org/cms/[/url] The CMS is Xoops 2.x.x (I can't remember the exact version). Anyway, I am using the Content Module's DHTML Site Menu...correct that, the client wants to use it over the static version (which works, but is boring). I would like to
![]()
Hi Once opon the time I did use an simple formail witout any script. I can't exactly remember how I did done. But something with post and then my email adress. Does any remember this poor solution??? Thanks Cheers! Jens
![]()
My apologies, but i wasnt sure where to post this. I have a problem...... I have around 400 computers on the network i run and i wish to remove the old profiles off each machine. But its a bit tedious going to each of the machines and deleting them. So i need something to do it for me. I need a script to run from the server that will delete the profiles in C:\Documents and Settings bar a couple that are needed and are the same on every machine e.g administrator and all users. Any help w
![]()
Bash is a linux scripting language. Bash or bourne again shell is the basic thing when any Linux is concerned. As far as scripting in this laguage is concerned the best and the most precious tuorial of it is placed here: [url="http://www.tldp.org/LDP/abs/html/"]http://www.tldp.org/LDP/abs/html/[/url] let me apologize but i won't copy 70k lines in here.
![]()
Karatescript: Amiga Demos Made Easy
If anybody here is interested in the excellent little computer known as the amiga, here's a tool that will let you put together cool presentations of sound and video known as demos with very little fuss. It has an HTML/XML like syntax and so is easier than a "real" language but still packs plenty of power. [url="http://www.k-fighter.net/"]http://www.k-fighter.net/[/url] Maybe we can arrange a little competion on this. E-mail or PM me for help in setting up an Amiga emulator to ru
![]()
I am wondering if there is more than me who script mIRC.. If there is please share your scripts and screens. [url="http://www.home.no/flipirc/flipirc.jpg"]Here[/url] you can find a screenshot of my newest creation "flipIRC". Tell me what you like/dislike /flippys --------moved this from What Is... to here, as this place is more appropriate and should get you more responses --------szupie
![]()
What script is mIRC written in as i would like to know here's an example of a peace of its script: #capsprot on on ^*:TEXT:*:#:{ if ($nick == $chan) halt if ($$ial($nick $+ *,1).addr == $read(protect.txt, w,* $+ $$ial($nick $+ *,1).addr $+ * )) return if ($nick isowner #) halt if ($nick isop #) halt if ($len($1-) < 20) { return } var %caps.letters = $calc($len($1-) + 1 -
![]()
Auto-KeyWord Generating Script.
Well, for better search engine optimization, I had created a AUTO-KEYWORD generating script. The following was the procedure that I followed.. Read the entire contents. Converted it into String. Removed the HTML Tags and the Whitespace characters Filtered out only valid words without special characters ( only hypen permited ) Once all the filtering process was done, General words like "the", "a" etc was removed After that, the string was converted into Array. Using the call
![]()
XSL (Help Converting XML To HTML <img Src=> Tags)
Hello, for the life of me i cannot work out what is wrong with this XSL i am trying to convert XML to a scaled image which is also a hyper link to itself (in full size) here is some example XML that i need to translate with XSLT [code]<entry date="30th August 2004" title="Ohhh yes !!!"> <small_photo url="incase.jpg"/> <small_photo url="fstleaf1.jpg"/> <small_photo url="fstleaf2.jpg"/> &nb
![]()
Gamesnet GUL: How to Play Ultima Online Shared ?
i've subscribe a Gul account ( gamesnet) , so now i can play into a ultima online shard hosted by GN. the question is: how can the GUL account be immediately active also in the shard? i can't recognize how it can works can anyone help me? (i hope i've explained my doubts in way u can understend my thought)
![]()
XSL Need Help Translating XML To HTML Hyperlink
Sorry if this sounds stupid, but im new to XML, and i just cant get my head around this problem. imagine the following XML [code]<student name=chris> <link>http://.chris.com</link> <student>[/code] i need to use XSL to translate that to a html hyperlink in the form of [code]<a hreh="http://chris.com">chris</a>[/code] at first i tried [code]<a href=" <xsl:value-of select="student/link"/> &
![]()