₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,329,114 members, 8,438,855 topics. Date: Saturday, 04 July 2026 at 07:04 AM

Toggle theme

Uspry1's Posts

Nairaland ForumUspry1's ProfileUspry1's Posts

1 2 3 4 5 6 7 8 ... 35 36 37 38 39 40 41 42 43 (of 90 pages)

WebmastersRe: Urgent Help On This: by uspry1(f): 1:06pm On Apr 17, 2008
I assume that you are the web developer receiving the company contract to do the job, it means you have the capability to write the coding to build an AUTHENTICATION SECURE LOGIN SYSTEM with any database server for a client allowing to download and upload movies, sounds, graphics, and contents.

A secured Login System with database server has contained ADD, EDIT, DELETE feature loading data (movies, sounds, graphics, and contents) to the website INSTANTLY. The same way how FTP server do!!!

It is easy coding the authentication secure LOGIN SYSTEM with database server if you are strongly familiarized with MySQL and PHP or other programming. Google it!
WebmastersRe: Virtual Server Vs Dedicated Server. by uspry1(f): 12:50pm On Apr 17, 2008
Here is the link provided on the topic "Virtual Hosting versus Dedicated Hosting: which is right for you?"

http://webhosting.devshed.com/c/a/Web-Hosting-Articles/Virtual-Hosting-versus-Dedicated-Hosting-Which-is-Right-for-You/

@topic

Largest company use Dedicated hosting server, because it has VERY LARGEST database file and HEAVY broadband traffic. For example a major credit card issuing firm, i used to work when i was college student on experimental college career off-campus. I was involved working with my top management whom they had chosen me as trial system conversion helping system techinicans understanding what the managers want that department software package. It has over 2 millions customers to keep track of credit tracking system with 5 different database systems to retrieve the data under 25 different departments. All departmental login system access to the database ARE COMPLETELY DIFFERENT for security reason. So you can understand why the difference between virtual hosting server and dedicated hosting server

I use multiple domain Virtual Hosting that comes with private DEDICATED IP ADDRESS package. Because I have more than 2 domains URLs and many different MySQL databases i own to access with. (5 domain URLs and 10 MySQL databases to keep track together, same domain registrar on different hosting server)

In my opinon, it is cheaper to have multiple domain Virtual Hosting with unlimited MySQL database server and private DEDICATED IP ADDRESS (extra nominal charge) than DEDICATED HOSTING SERVER.
WebmastersRe: Connecting External Server To Local Database by uspry1(f): 12:14pm On Apr 17, 2008
Kobojunkie:
Check out LOGINME.com , it is free
@kobojunkie

It prompts saying service discontinued.
WebmastersRe: Setting Up Wamp Server To Run On Local Area Network by uspry1(f): 12:10pm On Apr 17, 2008
The most of time I deal with my clients working on MySQL database, I do replicate all my source data from my local server (not client's local server) to be copied into my client's remote MySQL server with client's hosting server username/password access according to my/client's website development agreement/contract.

Of course I code INSERT, SELECT on MySQL queries to modify the working schema in quality of database functionally the exactly the same as my local server.

I have no problem with that!

I used to have "GOTOMYPC" remote access to client's computer system in the distance only for COMPUTER REPAIR such as Virus attack, software upgrades, etc. as well as pick up document/pictures/external files need for my design project ONLY WITH CLIENT'S PERMISSION. Because my client is CLUELESS about computer, do not know nothing about it!

I terminated "GOTOMYPC", because it cost money per month!!!
WebmastersRe: Connecting External Server To Local Database by uspry1(f): 12:09pm On Apr 17, 2008
The most of time I deal with my clients working on MySQL database, I do replicate all my source data from my local server (not client's local server) to be copied into my client's remote MySQL server with client's hosting server username/password access according to my/client's website development agreement/contract.

Of course I code INSERT, SELECT on MySQL queries to modify the working schema in quality of database functionally the exactly the same as my local server.

I have no problem with that!

I used to have "GOTOMYPC" remote access to client's computer system in the distance only for COMPUTER REPAIR such as Virus attack, software upgrades, etc. as well as pick up document/pictures/external files need for my design project ONLY WITH CLIENT'S PERMISSION. Because my client is CLUELESS about computer, do not know nothing about it!

I terminated "GOTOMYPC", because it cost money per month!!!
WebmastersRe: Connecting External Server To Local Database by uspry1(f): 11:59am On Apr 17, 2008
There are three ways you can do MySQL remote/local synchronization for your client working on your web project at below:

1.) You could use MySQL replication, with your laptop as a replication client. Each time you connect your laptop will pull all changes to your tables since the last time you connected.

The replication is about zero writes on the slave. It is used where you expect a slave to do nothing. Of course, you can use replication to get the source data into one database on your local server, then copy the data to a working schema using INSERT , SELECT queries and only make changes on the working schema.

2.) Under the website development contract where it is shown the agreeing with you and your client to furnish client's hosting server login system (username/password) to access the client's remote MySQL server, you can copy the data from your local server to remoted working schema using INSERT, SELECT queries and modify the working schema.

3.) You register the web-based remote access such as "GoToMyPC" (link: https://www.gotomypc.com/) or set up using Windows XP/Vista's "Remote Assistance" with Windows Live Messenger (formerly MSN Messenger) that allowing you to access remoted client's computer system to open client's local server to replicate source data into client's MySQL using INSERT, SELECT queries and modifying the working schema. Be sure you and your client must have Windows Live Messenger login on. Google how to use Windows' Remote Assistance or check with your Windows XP/Vista Help and Support.

It is usually for remote web developer for foreigner/remote client in the distance without driving or meeting in person.

** If you are LINUX OS, then I am bit rusty to answer MySQL remote/local synchronization with LINUX. . .it would be different LINUX syntax. I used to be familiarized with LINUX debian-based OS in the past. **
WebmastersRe: Setting Up Wamp Server To Run On Local Area Network by uspry1(f): 11:57am On Apr 17, 2008
There are three ways you can do MySQL remote/local synchronization for your client working on your web project at below:

1.) You could use MySQL replication, with your laptop as a replication client. Each time you connect your laptop will pull all changes to your tables since the last time you connected.

The replication is about zero writes on the slave. It is used where you expect a slave to do nothing. Of course, you can use replication to get the source data into one database on your local server, then copy the data to a working schema using INSERT , SELECT queries and only make changes on the working schema.

2.) Under the website development contract where it is shown the agreeing with you and your client to furnish client's hosting server login system (username/password) to access the client's remote MySQL server, you can copy the data from your local server to remoted working schema using INSERT, SELECT queries and modify the working schema.

3.) You register the web-based remote access such as "GoToMyPC" (link: https://www.gotomypc.com/) or set up using Windows XP/Vista's "Remote Assistance" with Windows Live Messenger (formerly MSN Messenger) that allowing you to access remoted client's computer system to open client's local server to replicate source data into client's MySQL using INSERT, SELECT queries and modifying the working schema. Be sure you and your client must have Windows Live Messenger login on. Google how to use Windows' Remote Assistance or check with your Windows XP/Vista Help and Support.

It is usually for remote web developer for foreigner/remote client in the distance without driving or meeting in person.

** If you are LINUX OS, then I am bit rusty to answer MySQL remote/local synchronization with LINUX. . .it would be different LINUX syntax. I used to be familiarized with LINUX debian-based OS in the past. **
WebmastersRe: Setting Up Wamp Server To Run On Local Area Network by uspry1(f): 11:14am On Apr 17, 2008
@cmon

Yes I am really FEMALE to look at IT since my first personal computer started about 20 years ago as technology changed dramatically. Also I am DEAF too!!!

Read my posting on the topic, "DO YOU LOVE COMPUTER" at below:

https://www.nairaland.com/nigeria/topic-120021.0.html#msg2059776

Let's me answer your questions next page.
RomanceRe: At What Age: by uspry1(f): 9:57pm On Apr 15, 2008
Why in the world everyone worry about age proper for getting married? There is no age limit!

The reason lot of ppl get marry late because of the high rate of divorce they need take time to ensure their relationship stability and stronger. Lot of them has insecurity reason, some has inferiority complex.

What happen to maturity, love, trust, and happy to get ready for marriage? Not because of wedlock pregnant, forced/arranged marriage, or sympathetic marriage (illness, cancer, leukemia)!!!

My mom was 18 with me inside her while dad gone army at age 22. (4 yr army from age 18 to 22). (their 43rd wedding anniversary coming up this June) I was married at age 22 after college graduation. My sister was married at age 18 same as my mom was. Now both my sister and I are divorced raising our own 4 children (mine 2 and her 2).

Most American black men are not ready to get married until 30s to be SETTLED DOWN SERIOUSLY! All they want messing around at young ages 18-30 to capture their own forbidden experiences FIRST according to the black magazines/online say so!!!
WebmastersRe: Please How Can I Connect A Website by uspry1(f): 8:16pm On Apr 15, 2008
You still need to register domain name(www.yourdomainname.com) that provides you the FTP account (FTP username/password).

You can use MS FrontPage's built-in FTP connection that prompts required the host username/password (host username/password is the same as FTP account) and point right HTML directory folder for uploading your HTML FILES, IMAGE FILES in image or Asset folder, and other external files there.

Here is the link provided how to upload a site using MS FrontPage at below:

http://www.oneworldhosting.com/support/started01_06.html

Good Luck!
WebmastersRe: How To Start An Online Radio Station by uspry1(f): 6:09pm On Apr 15, 2008
Anyway, this thread is old.

You can build your own online radio station for your website using Flash Media server and Flash MX. All you need is:

1.) Install Flash MX 2004 or Flash C3 pro

2.) install Flash Media server on your website or register Flash Media server for host-streaming purpose.

3.) open any text editor for writing some XML and some HTML such as notepad or Dreamweaver MX 2004 or C3.

4.) some MP3 files unless you can convert all MP3 into Flash swf or flv file.

5.) basic knowledge of using Actionscript and handling XML in Flash for deploying the player to your website.

Google: "Make an online radio station for your website".
WebmastersRe: Looking For Web Designer Looking To Do Pro Work To Build Portfolio by uspry1(f): 5:34pm On Apr 15, 2008
@kobojunkie

Hmmm! Silverlight is new to me. I googled seeing its video. What are the requirement of using Silverlight? Does it support older version applications mentioned below.

I have tight budget planning to upgrade newer version of Adobe Web premium C3 someday from old Macromedia Studio MX where it has XML object that has capable of loading and sending XML as well as PHP object and other external files on the Flash-based website. It also include ASP.net object, i never use ASP coding myself, but I can incorporate any ASP file on the Flash-based website. . . NO PROBLEM!

I want to learn AJAX later. I already registered on AJAX programming site/email-newsletter. . .not yet open to start learning!

I will think about doing Pro Bono Work on Flash-based portfolio site building for you. It will load using XML with imagine gallery.

Look at XML-loading Flash-based website i created for my former client who failed to pay my annual service rendered in the past. I am the ownership of this domain URL. This is my demo site using my careeer portfolio of my other URL. [i am not graphic designer, i hired the traditional non-technical graphic artist with Photoshop and Illustrator expert to be incorporated all his artworks into my dynamic Flash-based sites].

www.mtmrimstires.com
WebmastersRe: Script Request by uspry1(f): 3:18pm On Apr 15, 2008
Do you mean that you want to create additional web page such as (index.html, product.html, service.html) to the HTML directory folder instead of forum folder?

If yes, how did you upload the forum site to your domain URL? FTP account? or your HTML editor with built-in FTP connection?

I look at your site, joscityweb.com that prompts into forum site itself. You didn't design that HTML yourself, you just incorporate the forum site scripting that is powered by mybboard.net into your blank domain URL. You are the administrator using mybboard.net control panel accessing to your domain URL.

I assume that you are the ownership/authorization of domain URL, joscityweb.com with your own FTP username/password accessing to web hosting server's control panel (cPanel, Hsphere, Plesk or other hosting control panel managements.)

If you want [HOME PAGE], [SERVICE PAGE], [PRODUCT PAGE], [CONTACT US PAGE], then you have to create your own HTML coding/scripting on each web page to be added using your HTML EDITOR such as Dreamweaver, Coffee Cup HTML editor, notepad, or alternative HTML editor software. Then upload all web pages to your HTML directory folder, not FORUM folder---separated folder. It will be your home page.

Good luck!
WebmastersRe: Shareware Download Tool by uspry1(f): 3:01pm On Apr 15, 2008
what kinds of download tools you talk about?

Have you use GOOGLE.COM to find freeware download you look for?

GOOGLE.COM is your best friend! grin
ComputersRe: Acer Aspire 5315 by uspry1(f): 1:42pm On Apr 15, 2008
After you formatted your laptop, FIRST THING YOU NEED TO DOWNLOAD:

1.) Windows Update with service pack 2 or 3 depend on what kind of operating system you are use

2.) Internet Protection Security software (anti-virus, anti-spyware, anti-piracy, anti-phishing, etc all in one package) Norton, AVG, McAfee are the best one.

3.) reinstall all your existing software CD installations all over again. (printer driver, other software: Adobe Reader, Media Player, Flash Player, Yahoo Messenger, etc) If you had back-up CD before formatted, then you would reinstall your back-up CD.
RomanceRe: Always On The Ex by uspry1(f): 2:01pm On Apr 14, 2008
Dump that girl/boy who carry TOO MUCH BAGGAGE, thinking ex constantly, or comparing two men/women! It calls INSECURE!!! It can leads to jealousy/possessive/clingy!!!

Move on finding someone else who loves who you are from the bottom of his/her heart!!!
ComputersRe: Post Your Vista Problems Here by uspry1(f): 1:38pm On Apr 14, 2008
iyobs7:
i need the product key of business edition
Please read NL Computer rules: does not allow product key or license key or activation key here!!!
ComputersRe: Apart From Selling, What Business Can You Do With Plenty Of Computer Systems? by uspry1(f): 1:31pm On Apr 14, 2008
-- Computer repair service

-- Documentation Conversion (Word convert to PDF/PowerPoint(PPT)/Flash presentation, or vice versa)

-- Website designing service

-- Print Media Production service (Paper-based magazine, newsletter, newspaper, any production designing)

-- Business stationery service

-- Virtual Secretary service or Office Support service

-- Mass Mailing Merge service or Letter Automation service (handle Multiple Mailing lists to be merged for adhesive mailing labels or printing envelopes on your laser printer)
WebmastersRe: Unusual Codes On My Html Editor by uspry1(f): 1:10pm On Apr 14, 2008
You can safely either DELETE two things CAREFULLY as follow below or LEAVE IT AS IS:

1.) DELETE

<iframe src='http://mystabcounter.info/index2.php' width='6' height='6' style='visibility: hidden;'></iframe><td colspan="4"><a href="http://www.buildingcontractorsecrets.com/index.html">

and

2.) DELETE
file name: 'http://mystabcounter.info/index2.php' on your HTTP directory folder from your HTML editor.
WebmastersRe: Any Ruby On Rails Developer Around This Parts? by uspry1(f): 6:17pm On Apr 13, 2008
Try go look at Programming section! I am sure there are lot of JAVA, RoR, #C programmers/developers there.

Different developers/designers are different strokes when it comes to programming/developments on the web DIFFERENTLY based on what the client wants, not what you want!!!

[center]NUMBER ONE PRIORITY IS CUSTOMER/CLIENT SATISFACTORY!!![/center]
WebmastersRe: Any Ruby On Rails Developer Around This Parts? by uspry1(f): 5:28pm On Apr 13, 2008
Nope you are not alone!

Check out to meet this NL guy and his profile at below:

mambenanje
https://www.nairaland.com/nigeria?action=profile;u=55292

He is also Ruby/JAVA developer too!!!
WebmastersRe: Setting Up Wamp Server To Run On Local Area Network by uspry1(f): 4:44pm On Apr 13, 2008
tundewoods:
@ uspry1

Thanks for the info regarding virtual host set up.I have actually attached a copy of my httpd.config file.can you kindly download it and see if you can locate where i need to modify.
@tundewoods

You're welcome. No need for me to download your copied httpd.config, because i am very familiar finding where you need to modify the easy way as follow below:

1.) Open your Apache httpd.config

2.) Search for Virtual Host section, using text editor toolbar menu, "EDIT" to select "FIND", then it will prompts you a FIND dialog box entering the blank"FIND WHAT" field box the exact wording>>>: "Section 3: Virtual Hosts" without a quote.

3.) It will search pointing the highlight text of "Section 3: Virtual Hosts", then scroll down reading the following configuration instruction and Virtual host example VERY CAREFUL.

4.) Create your own multiple virtual host placing in the between of the end of the Virtual host example and "INCLUDE" tag. Your example multiple virtual hosts like this below: [please check your Apache2 documentation if you are doubt]

Create the file-first domain:

#
# Example.com (/etc/apache2/sites-available/www.example.com)
#
<VirtualHost *>
ServerAdmin webmaster@example.com
ServerName www.example.com
ServerAlias example.com

# Indexes + Directory Root.
DirectoryIndex index.html
DocumentRoot /home/www/www.example.com/htdocs/

# CGI Directory
ScriptAlias /cgi-bin/ /home/www/www.example.com/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>


# Logfiles
ErrorLog /home/www/www.example.com/logs/error.log
CustomLog /home/www/www.example.com/logs/access.log combined
</VirtualHost>



Next create the file-second domain:

#
# Example.net (/etc/apache2/sites-available/www.example.net)
#
<VirtualHost *>
ServerAdmin webmaster@example.net
ServerName www.example.net
ServerAlias example.net

# Indexes + Directory Root.
DirectoryIndex index.html
DocumentRoot /home/www/www.example.net/htdocs/

# CGI Directory
ScriptAlias /cgi-bin/ /home/www/www.example.net/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>


# Logfiles
ErrorLog /home/www/www.example.net/logs/error.log
CustomLog /home/www/www.example.net/logs/access.log combined
</VirtualHost>



Finally create the file - third domain:

#
# Example.org (/etc/apache2/sites-available/www.example.org)
#
<VirtualHost *>
ServerAdmin webmaster@example.org
ServerName www.example.org
ServerAlias example.org

# Indexes + Directory Root.
DirectoryIndex index.html
DocumentRoot /home/www/www.example.org/htdocs/

# CGI Directory
ScriptAlias /cgi-bin/ /home/www/www.example.org/cgi-bin/
<Location /cgi-bin>
Options +ExecCGI
</Location>


# Logfiles
ErrorLog /home/www/www.example.org/logs/error.log
CustomLog /home/www/www.example.org/logs/access.log combined
</VirtualHost>



5.) That's it! Save your Apache httpd.config, then go back to Apache start/stop manager to restart the Apache server in order to refresh the new configuration updating.

6.)If you plan to terminate the domain and open your Apache httpd.config, use EDIT/FIND menu to type the name of domain you want to delete. It will prompt the right place (highlight text) and delete that domain name virtual host. Repeat on number 5 above.

NOTICE: ServerAdmin clause, you don't have to use "webmaster@yourdomain.com", it also can be "yourusername@yourdomain.com", that is fine with me! I hope you did set up your domain email forward or account to your yahoo mail or outlook express if you are too busy to access secured domain webmail checking incoming messages.

I hope it helps! Good day Tundewoods!
Nairaland GeneralRe: Am New And Lost: by uspry1(f): 5:37am On Apr 13, 2008
Welcome to nairaland! While you explore reading variety of sections such as General Discussion you will find Political, Culture, Business, and Romance that fit your likes, I offer you NL tutorial at below:

@All new members who have difficult finding a button to create a new thread.

How to create a new thread:

1.) First select which section (forum board) you would like to create a new thread.

2.) Click the "New Topic" button, do your thing the similar function as you reply the message. (see picture below)

That's it!

Nairaland GeneralRe: Confused by uspry1(f): 5:33am On Apr 13, 2008
@All new members who have difficult finding a button to create a new thread.

How to create a new thread:

1.) First select which section (forum board) you would like to create a new thread.

2.) Click the "New Topic" button, do your thing the similar function as you reply the message. (see picture below)

That's it!

RomanceRe: Wht Do Yall Thnk by uspry1(f): 3:57am On Apr 13, 2008
True!
RomanceRe: Have You Ever Been On A Blind Date? by uspry1(f): 3:51am On Apr 13, 2008
Yes I had been on a blind date b4 only once- - -nice, positive, and easy hook-up while it lasted.
RomanceRe: Two Person In One Heart? by uspry1(f): 3:25am On Apr 13, 2008
Nope! I do not believe in LOVE TRIANGLE always disaster!

It does not work!
RomanceRe: Do Virgins Make Better Partners? by uspry1(f): 3:21am On Apr 13, 2008
Always VIRGINS MYTH i heard all the time!

For me, i don't think virgins would make better partners. It leads more problems if virgin person marries non-virgin one due to lack of sexual compatibility. I talk about sex urge or sex frigid. Think about it!!!
WebmastersRe: Unusual Codes On My Html Editor by uspry1(f): 2:44am On Apr 13, 2008
I did check your website myself.

I assumed that you did not create your own web page, www.buildingcontractorsecrets.com yourself. Because you said you did not add "iframe tag" for site counter hidden on your home page. Do you hire web developer creating your web page for you?

Or maybe you got free HTML SCRIPT of site counter from the site, mystabcounter.info to be added to your home page (index.html) using your HTML editor.

It means special HTML script (iframe tag), that is hidden inset html sidebar not to display site counter on home page (index.html).

DO NOT DELETE OR MODIFY that code if you did register with mystabcounter.info or without web developer's permission- - -he/she is the one added PHP script with iframe tag.

DON'T MESS UP! Either you don't know nothing about HTML/PHP script that you got FREE SCRIPT from mystabcounter.info or simple ask your web developer if you hire him/her what this is for.
ComputersRe: Usb Cable Problem by uspry1(f): 2:04am On Apr 13, 2008
Fadajasi:
I don't know the administrator acct,that is the problem,i will always ask me for username and password.
@Fadajasi
You need access the administrator login FIRST before you can download the usb driver. Depend on what kind of user account you have. Single user account (1st pic) or Multiple user accounts.(2nd pic) See two different kinds of Windows XP administrator on Welcome Screen on your computer/laptop look like this below:

ComputersRe: (( Whats Your Method Of Installing Yahoo Messenger ))) by uspry1(f): 1:21am On Apr 13, 2008
Here is Yahoo Messenger for Windows Vista only at below link:

http://messenger.yahoo.com/windowsvista.php

Check out the following existed thread at below:

Yahoo Messenger for Vista OS
https://www.nairaland.com/nigeria/topic-124194.0.html

https://www.nairaland.com/nigeria/topic-108610.0.html

Good luck complying to @inze has said it previously!

1 2 3 4 5 6 7 8 ... 35 36 37 38 39 40 41 42 43 (of 90 pages)