Posted on 01 May 2013. Tags: Cell, Data, Database, Embedded, modem, post, structure, Using?, Wordpress
See Video Link to SEE what I want by example…
I want to make an AWESOME database that allows multiple users the ability to go to a dashboard with usernames and passwords to see the data that was captured using an embedded system with a mobile device sending commands via HTTP. I need to have the embedded device populate the data in the “form” and send it.
Then, I want the customers be able to retireve their data. I will pay you folks to make modifications if this is not “stock” Looking also at Gravity systems. Cost is not an issue but GREAT customer service is an issue. My phone is 831-455-0418. This will be installed on over 60,000 diesel trucks across the nation in the first 2 years. I need a very robust SQL database that looks like WP supports. You up for helping out and getting paid to do it? Otherwise, I will go to eLance and pay someone to use my prototypes and make a custom one for me that will work.
My test site is here: http://bravedo.com/wireless-data/
Data directly here: http://bravedo.com/wireless-data/index.p…
I will use the following microprocessor connected to a MultiTech Socket Model Cell radio with AT&T SIM cards…http://www.multitech.com/en_us/products/…
Here is a video explaining what I want…http://www.screencast.com/t/9eno9QQ7K
Perhaps someone at Formidable contacts me because it looks like they could do this and it would be a nice niche.. Looking at Gravity too… So, the first wizard to contact me will likely be chosen if you are sharp by golly!
My contact info:
Dave Korpi
dave.korpi@gmail.com
831-455-0418 Pacific Time please….
Posted in Affiliate Marketing 101
Posted on 25 November 2012. Tags: admin assistant, chief officer, Database, false names, person, persons address, proof, rica hotel, scammers, Scamming, Security, security card, security id card, security ids, tarlac city
There is a company located in the Philippines, which claims to make security card IDs, but there is proof to suggest that they are cold evil scammers. I don’t even think it is a company, but a few people. The company is apparently called Administrative Verification Office International. Basically the company claims it makes security IDs, which prove people of any age are safe to meet. People email this company for a security ID and the security ID costs 100 pounds. The person submits there details to the company including address, date of birth etc… The company then claims it is affiliated with the Criminal Records Bureau and that they search their database to see if the person has a criminal record. If there is more than one person with the same name, then the company requests a further 100 pounds to clear their name from the database. The company then confirms that they will send the security ID card via Fedex to the persons address, but quite a few people have not received their security ID and when they have tried to contact back the company they don’t reply back. The company does not even issue out their telephone number. My friend was stupid enough to order a security ID, a month ago, but it has not arrived. The address of the company apparently is: La Maja Rica Hotel, Tarlac City in the Philippines. The admin assistant is called Michelle Evergreen and the chief officer is called Jerome Malungcut, but I believe these are false names. Can this company be reported for illegal activities?
Posted in Featured Articles
Posted on 21 August 2011. Tags: checkbox in php, Database, form, input type, lt, Masters, php web, phpmyadmin, status, Update
hello .. i m using checkbox in my php web form in which i m fetching values from mysql (phpmyadmin) database something like this ..
if the user is ‘activated’ then my checkbox will be checked and if not activated (‘verify’) then my checkbox will not be checked .. .
now its working fine .. what i want is i have an update button and if the user clicks on it then as per my selection of checkboxes .. my database must be updated as ‘activated’ whichever i have checked and for those which are unchecked will be going in ‘verify’ .. but m stuck here as m not able to find out how to do this .. here is my sample code what m doing . .
————————————–…
try.php
—————————-
<input type="checkbox" value="” name=”status” id=”status”
/>
————————————–…
what exactly my proper code can me in the ‘submit1’ to do this ..
should i have to change this ..
please masters help me ..
Posted in Affiliate Marketing 101
Posted on 19 August 2011. Tags: Catalogue, Database, Gurus, hierchy, isbns, man power, nature of my business, necessary evil, Plus, product, product catalogue, product database, select group, site, thousands of dollars
https://popmanga.theretailerplace.com . I know its ugly and not user friendly or all the other stuff the gurus say, but its necessary evil do to the nature of my business. I sell books and the product catalogue/hosting is more than Magento and most servers can handle. Plus reintegration of the product database into a another system would cost me thousands of dollars in man power and would all over be a ugly experience. What I would like to do. Is use Magento create a small splashy website on a select group of books. Highly Niche and then link them to my products on my ugly site for sale conversion and payment processing. What I would like to happen is when I click the product you would be redirected to the product of my choosing. Currently my link hierchy on the old site is built on ISBNs and I know how to make the links but I need a place to stick the code to make Magento go to my other database. Any clues?
Posted in Affiliate Marketing 101
Posted on 21 March 2011. Tags: ace, amp, catalogue code, connec, connection, connectionstring, Database, datareader, Description, End, executereader, item description, OutputListBox, text application, tostring
heres my code
I know Manual_Ordeing is spelled wrong
Public Class Manual_Ordeing
Public Sub DisplayNames()
Dim connection As System.Data.OleDb.OleDbConnection
Dim datareader As System.Data.OleDb.OleDbDataReader
Dim command As System.Data.OleDb.OleDbCommand
Dim ConnectionString As String
Dim SQLString As String
Dim outputString As String
ConnectionString = “Provider=Microsoft.ACE.OLEDB.12.0;Data ”
ConnectionString += “Source=” & Application.StartupPath & “\User.accdb”
connection = New System.Data.OleDb.OleDbConnection(Connec…
Me.Text = Application.StartupPath
SQLString = “SELECT EquipmentTypeID,Description,Brand,Catego… Catalogue Code,Rental Cost per Day,Quantity of items,Quantity On Hire FROM ManualOrder ”
SQLString += “Order by Description ”
Try
connection.Open()
If ConnectionState.Open.ToString = “Open” Then
command = New System.Data.OleDb.OleDbCommand(SQLString… connection)
datareader = Command.ExecuteReader()
If datareader.HasRows Then
OutputListBox.Items.Clear()
While datareader.Read
If Not IsDBNull(datareader.Item(“Description”)) Then
outputString = datareader.Item(“EquipmentTypeID”).ToStr… & ” ”
outputString += datareader.Item(“Description”).ToString
‘outputString = outputString.PadRight(22)
outputString += datareader.Item(“Brand”).ToString.Substr… 10)
OutputListBox.Items.Add(outputString)
End If
End While
End If
datareader.Close()
End If
Catch
MessageBox.Show(“Error accessing database”)
End Try
connection.Close()
OutputListBox.Items.Add(” “)
OutputlistBox.Items.Add(“Count: & OutputListBox.Items.Count -1”)
End Sub
Private Sub ReadListButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ReadListButton.Click
DisplayNames()
End Sub
End Class
Thing is its just telling me i cant access the god damn database when the database is in the correct folder and I have the path to find the god damn database its wreckin my head
thanks
Posted in Affiliate Marketing 101
Posted on 15 January 2011. Tags: affiliate programs, amazon, Database, film, law, material thanks, money, movie descriptions, netflix, poster image, site, use
I’m thinking about creating a movie database site similar to IMDb. However, I need to know if I need to gain permissions from movie studios to use the movie synopsis/description, cover/poster image, etc. of the movies on the site? Or, would that be covered by the fair use law? Will I need to right my own movie descriptions of each film?
Also, I would like to be able to make money for promoting the movies at some point (if I can right off the cuff, then great). You know, by signing up with Amazon and Netflix affiliate programs. So, what’s the best way to do all of this without getting sued (since everything in the world seems to be copyrighted material)?
Thanks.
Posted in Featured Articles