|
|
Posted in Astahost / Hosted Members Support / BBS Systems
Author: plot Total-Replies: 0 Hey im looking for a script importer for the vBB board, i want to make my phpbb a vBB, and i deleted mine and i cant find it again so if anyone knows where i could get one that would be great, thanks alot
Thu Sep 8, 2005
Reply New Discussion
Posted in Computers & Tech / Programming / Scripting / JavaScript
Author: vizskywalker Total-Replies: 2 I have one main script which defines an object. I then have several other script files that define functions for that object. I have tried using the following setup to import the functions: HTML code snippet: CODE<head><script type="text/javascript" src="/foo/mainbar.js"></script> <script type="text/javascript" src="/foo/modulebar.js"></script> </head> Javascript code snippet: CODEimport Object.functionName;This works fine for Mozilla Firefox, but causes an error in Internet Explorer which causes the object to be undefined. I would like to know how better to import the functions into the main javascript (preferably without needing to add the module script to the html file) that works in both Firefox and Internet Explorer. Thank you, ~Viz
Sun May 21, 2006
Reply New Discussion
Posted in Computers & Tech / Operating Systems / Windows (All Versions)
Author: wutske Total-Replies: 3 At school they've decided to force us to use a proxy server (a sucky one because it's more offline than operational). As an Opera user, it's just a matter of pushing F12 to enable or disable the use of a proxy server, but IE users and FF will have to do a litlle bit more. That's why I've made this little "script" for the other users at school (in fact it's just a .reg file that windows will import). Set and enable a proxy server (copy the following code into a file with a .reg extention) CODEWindows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "ProxyEnable"=dword:00000001 "ProxyServer"="10.22.40.6:3128" Set and disable a proxy server: (same thing, copy to a DIFFERENT file with a .reg extention). CODEWindows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "ProxyEnable"=dword:00000000 "ProxyServer"="10.22.40.6:3128" If you save them on your desktop, it's just a matter of double-clicking the file to enable or disable the proxy. Firefox users can use a small addon: https://addons.mozilla.org/en-US/firefox/addon/1557 While I was trying to make things more easy, I've made a small script that easily maps network drives (eg. by a single click, I can map all the shared folders on my main computer as network drives on my laptop Make a .bat file and copy the following code to it CODEnet use z: \\127.0.0.1\zreplace 127.0.0.1 by the name or IP-adress of the external computer and 'z' by the name of the shared folder you'd want to map. 'z:' defines to drive letter. So, for example: CODEnet use p: \\my_computer\mediaWill map the shared folder 'media' on 'my_computer' to the drive letter p: Happy networking
Sat Dec 8, 2007
Reply New Discussion
Posted in Computers & Tech / Programming / Programming General
Author: hcolon Total-Replies: 2 Hello, I have a MySpace Gold Script but do not know how to use it. Can someone help!? I have a MySpace gold script, this will let me build my own social networking site. I dont know much about MySQL or Myphpadmin. This is my installation instructions To start with open the mainfile.php and edit the settings to reflect your own. You will need to know your mysql database settings. If you do not know what these are please ask you webhost and they will provide them to you. After this file has been edited to your server settings, make sure that it is chmod to 444 (read only) on unix based systems. Use the included mysql tables to import them into your database using phpmyadmin. If you do not know how to do this ask your web host and they will do this for you.
Tue Apr 22, 2008
Reply New Discussion
Posted in Computers & Tech / Programming / Scripting / PHP
Author: HannahI Total-Replies: 1 Hello, I have a moderate question; it may includes some API's My question is that I want to create a webpage/website that gives me multiple services at once. The services I want to use in my webpage/website are SkyDrive (skydrive.live.com), Gmail (mail.google.com), and a text editor that saves on the server. I have an login page which I can pass in the variable "redirect" with the URL for the redirect URL. I know you are probally thinking that "why can't you just use iframe", my answer to that question is that I need to import the data right into my project. Can you help? Also, give mastercomputers(that's your name, right) credit for the login script I am using for this program Thanks
Thu Nov 5, 2009
Reply New Discussion
Posted in Computers & Tech / Search Engines / Google
Author: fermin25 Total-Replies: 0 People begin to make blogs with an obgect to have some fun or to share their views and ideologies with other members in the internet community. The increasing popularity of blogs has made business oriented people to think of the ways to monetize blogging. Now we have many ways to make money using a blog that we maintain in the internet. What all you have to do to monetize your blog is to understand the resources that are available in the internet to make money.
Google Adsense
Google Adsense provides you an opportunity to post the advertisements of internet business people or other websites on your webpage. You will be paid by Adsense for allowing these advertisements to appear on your site. You will be paid by the Adsense every time a visitor of your blog clicks on these advertisements links. You have to insert a google- generated java script in to the blog template that you maintain. The ads that appear on your blog page will be something that is related to the content that you publish in your blog. Make sure that the contents that you post in your blog are something interesting to increase the traffic in your blog.
Affiliate Programs
Many choose to become affiliates of the companies who conduct online business. An affiliate is a link that provides access to the website provided by the company. You should canvass people to buy the product or use the services of the company that makes you an affiliate. If you want to make money through this program you should create interest in the prospective purchasers of the goods or the services of the company. You will be paid commission by the company when the people recommended by you purchase goods from the company. It does not require any investment from the part of the blogger.
Product Promotion
Many companies that involve in online business make use of the blogs to provide detailed description of their products. You should post contents that provide positive description of the products or service of the company on your blog. The content that you publish should be capable of attracting people to the product. You can utilize this new marketing strategy adopted by the online business groups to make money.
Banner Advertisements
When compared to olden days banner ads have become less popular these days. Still this opportunity can be utilized by the bloggers of heavy traffic blogs. You can sell the space on your page to display the banners of various companies.
Fri Oct 23, 2009
Reply New Discussion
Posted in Computers & Tech / Programming / Scripting / ActionScript
Author: demolaynyc Total-Replies: 10 My friend and I are trying to find a way to load an .as file in a similar way to loading xml. The idea is to store an actionscript inside an xml file but it doesn't seem to work. I tried making an .as file and importing it to flash document the way it imports it is that it just places all the script in the actions panel. This is a flowchart of what we want to do: [make an external file which contains ACTIONSCRIPTS] | [make a script that loads external file w/o pasting code into panel] | [call a function from external file]
Tue Nov 14, 2006
Reply New Discussion
Posted in Computers & Tech / Designing / Graphics Design
Author: r3d Total-Replies: 10 i don't know if there any software can do that. why not just import the movie to flash add some action script and done. prob solve.
Wed Dec 29, 2004
Reply New Discussion
Posted in Computers & Tech / Databases
Author: yordan Total-Replies: 11 have a look a the mysql exact syntax. the error message says that you forgot givint the database name. I guess that "backup.sql" is effectively the name of your backup sql script, so the error message is correct, the database name has not been supplied.
Mon Feb 26, 2007
Reply New Discussion
Posted in Computers & Tech / Databases
Author: ruben Total-Replies: 6 Hi, maybe one of you already came across this, so I ask. I'll continue searching on. I've got two vocable trainers, one is Windows-native, the other one is on the web. While I can't control the output of the Windows-thing (so I can't export them to a *csv or something), I can write an import script. But since I'm not that great with Regular Expressions and don't know anything about *.mdb (that is MS SQL, isn't it?) files, I would need some finished thing to make out the field information and put it in arrays or something more readable. It wouldn't be that good if it was an OS-application, I'd like to implement in my website. Thanks a lot, Ruben
Fri Mar 10, 2006
Reply New Discussion
Posted in Computers & Tech / Programming
Author: manuleka Total-Replies: 1 in php, i can easily call functions created on other files by just adding the file as include i have 3 python files - file1,file2,file3 file1 is main and when executed it will only initiate a function which will only require scripts on file2 OR file3 how can i include (or any other ways of importing) file2 and file3 on file1?
Sat Aug 11, 2012
Reply New Discussion
Posted in Computers & Tech / Programming / Scripting / PHP
Author: mastercomputers Total-Replies: 4 There's a noticable problem with your script OpaQue, and that is $a is global to the main script execution, but functions each have their own scope and $a is definitely not part of that functions scope, the $a used inside that function is definitely going to be undefined, so I still don't see how this script functions correctly with the correct output for the first test. So all I could suggest is the scope of $a is correct and the programs output is correct, except I have no reason why it worked for the first test. If you did <?php $a = 10; function doit($a) { echo 'A is ' . $a; } doit($a); ?> Then it would work as intended as the global $a is sent to the function, however the function doit($a) is actually a different variable with a different scope, but the results are as intended. Cheers, MC
Sat Jul 9, 2005
Reply New Discussion
Posted in Computers & Tech / Programming / Programming General / Java
Author: avalon Total-Replies: 4 There is possible but first you must have the basic knowledge of "action scripting", a scripting language use in Flash to work with applications and other programming scripts that is not embeded in the Flash program.
Tue Mar 1, 2005
Reply New Discussion
Posted in Computers & Tech / Programming / Scripting / Perl & CGI
Author: ryan012 Total-Replies: 5 I am using filemaker 7 in my server side, I want to generate some server side script to search for the database and create some chart accoding to the result. Since filemaker do not support customer script in client side, I need to write some CGI code to pass the query and compute in my server side, anybody have some easy tutorial of Perl? IS IT a good way to program like that? Thanks
Sun Oct 3, 2004
Reply New Discussion
Posted in Computers & Tech / Databases
Author: 8ennett Total-Replies: 7 QUOTE (Gsalim mandrekar)how to import images automatically in mysql using java technology?How Can I Import Csv Files To My MySQL Database? how to import images automatically in mysql using java technology? sir I'm storing images in one folder I want to import all the images in the database. I knw the manual process how to import but dnt knw how to automatically import the images as they arrive in the folder... -question by salim mandrekar Link: view Post: 144607 If you already know how to do it manually then why not write it in to the script that you are using to upload (assuming you are using php to upload the image). However, if you are not using php to upload I would then suggest using a cron job. A cron job (or scheduled task in windows) is basically a file that is run periodically on your server. Crontab is the application used in *nix to set how often the cron job is run. You can have it run every couple of seconds (not recommended for high traffic servers) or even once a week. What you need to do is create a php file that will write your image to the MySQL database and setup a cron job to run this php document every few minutes (I would suggest five minutes). If you your webhost doesn't support crontab or scheduled tasks then there are plenty of websites offering free cron jobs. All you need to do is sign up to one, enter the url of the php document that will write the image to the database and set how often you want it to run this php document. Hope that helps you!
Tue Feb 2, 2010
Reply New Discussion
|