Digital Point Forums
Send Money Online

Go Back   Digital Point Forums > Marketing > General Marketing
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Jul 13th 2004, 11:06 pm
FreeAgent's Avatar
FreeAgent FreeAgent is offline
Peon
 
Join Date: May 2004
Posts: 26
FreeAgent is an unknown quantity at this point
Guerilla marketing

Guerilla marketing produces high returns on marketing investment through unconventional activities. Guerilla marketing can be used to employ original marketing strategies of a non-traditional nature.

Guerilla marketing experts know they can build businesses by putting their resources to work for them as opposed to their money. They achieve conventional goals by using unconventional Guerilla marketing methods, utilizing creativity and innovative thinking to create marketing techniques that drive business at a reduced cost.

I am a firm believer in Guerilla marketing tactics. Most of my methods are seen as super unconventional some even say evil. I just recently deployed my Guerilla progs for a small debt consolidation company out a Tampa, FL. Within one month they have already tripled their sales. Evil or not my tactics are still make them and myself lots of money.

Does anyone else here use Guerilla marketing tactics?
Reply With Quote
  #2  
Old Jul 15th 2004, 5:54 am
SEbasic's Avatar
SEbasic SEbasic is offline
Astral Walker
 
Join Date: May 2004
Location: Souf Eyst Lundun
Posts: 6,309
SEbasic is a splendid one to beholdSEbasic is a splendid one to beholdSEbasic is a splendid one to beholdSEbasic is a splendid one to beholdSEbasic is a splendid one to beholdSEbasic is a splendid one to beholdSEbasic is a splendid one to beholdSEbasic is a splendid one to behold
I'm not too sure what kind of things that may include. Could you specify.
__________________
[Ol]
Weirfire does freelance work
Reply With Quote
  #3  
Old Jul 16th 2004, 12:40 pm
FreeAgent's Avatar
FreeAgent FreeAgent is offline
Peon
 
Join Date: May 2004
Posts: 26
FreeAgent is an unknown quantity at this point
Before I go any further into detail I would just like to note that I never sold, or made any Guerilla tools throw any company I have worked for. I all my work has been done at home on my own time.

Ok now with that out of the way I will continue...

The most common Guerilla tool I make is for web sites with inhouse messaging. For example I will use www.myspace.com. The first thing I would do is create an account. After creating an account I would go to their messaging pages and look over their code. After I get a good idea of how their code works I would use vb to replicate their messaging system, and add in some looping scripts.

Show in a nut shell this is what the program would do....

You would open up the prog and login to your account. The you would open the message.txt file and add some random message (spam). After adding you messages you would save and close the message.txt file. At the top of the prog it would ask you for a start and stop member id number. After you type in your start and stop id's you would click the start button. The prog would then send out random messages every member inbetween the start and stop id's.

Here is the source code for a messanger that would work for www.myspace.com. I am not posting the global file code needed to run this prog for security purposes.

This code is for educational purposes only! Do not use this code!
Code:
Private Sub cmdGo_Click()
On Error GoTo run_err

    Dim lngFrom             As Long
    Dim lngTo               As Long
    
    lngFrom = CLng(txtS.Text) * -1
    lngTo = CLng(txtE.Text) * -1
    
    ' Spamming Time
    Dim a As Long, token As String, msg As MessageType
    Dim doc As HTMLDocument
    token = GetQuerystringValue(web.LocationURL, "mytoken") ' security crap
    For a = lngFrom To lngTo
        Me.Caption = "Sending to ID # " & a * -1
        Set doc = getDoc("http://www.myspace.com/index.cfm?fuseaction=mail.message&friendID=" & CStr(a * -1) & "&mytoken=" & token, web)
        msg = GetRandomMessage()
        With doc.Forms(1)
            .Item("subject").Value = msg.Subject
            .Item("body").Value = msg.Message
            .Item(7).Click
            WaitUntilDone web
        End With
        DoEvents
    Next a
    Exit Sub
run_err:
    Err.Clear
    Resume Next
End Sub

Private Sub Form_Load()
    web.navigate "http://www.myspace.com"
End Sub

Private Sub Form_Unload(Cancel As Integer)
    End
End Sub
I hope this is a good example for you. If you want I can post some more examples of other types of Guerilla tools I have made.
Reply With Quote
  #4  
Old Oct 10th 2008, 6:51 am
eric_aziz eric_aziz is offline
Peon
 
Join Date: Oct 2008
Posts: 2
eric_aziz is on a distinguished road
gorrilas are my favourite type of animals.
Reply With Quote
  #5  
Old Oct 10th 2008, 7:13 am
primeelite primeelite is offline
of the Nightfall
 
Join Date: Jun 2007
Posts: 1,830
primeelite will become famous soon enough
haha nice spam post above, this must be a high PR thread because I saw it had 3 replies and over 2,500 views. But anyways I use guerrilla marketing a lot posting on message boards and posting comments on blogs to get opinions swayed or even link baiting could be considered a guerrilla tactic.
Reply With Quote
  #6  
Old Oct 10th 2008, 7:22 am
Tuzic.com's Avatar
Tuzic.com Tuzic.com is offline
Hand of A'dal
 
Join Date: Aug 2008
Location: UK
Posts: 306
Tuzic.com is on a distinguished road
hi,

im not sure what guerilla marketing is? i.give an exact example? then i could yes i do that too.
Reply With Quote
  #7  
Old Oct 10th 2008, 10:41 am
primeelite primeelite is offline
of the Nightfall
 
Join Date: Jun 2007
Posts: 1,830
primeelite will become famous soon enough
Google has a thing called a search engine, it helps find things that are online. Here is what I found when using it.
http://en.wikipedia.org/wiki/Guerrilla_marketing
Reply With Quote
  #8  
Old Oct 10th 2008, 11:00 am
YAdpa YAdpa is offline
Banned
 
Join Date: Jul 2008
Posts: 173
YAdpa is on a distinguished road
what is the best Guerilla marketing
Reply With Quote
  #9  
Old Oct 10th 2008, 4:25 pm
copper12 copper12 is offline
of the Nightfall
 
Join Date: Jun 2008
Posts: 1,857
copper12 will become famous soon enoughcopper12 will become famous soon enough
Uhhhh, do a search on the term.
Reply With Quote
  #10  
Old Oct 10th 2008, 5:35 pm
mysterylinks mysterylinks is offline
Banned
 
Join Date: Aug 2008
Location: Manchester ♥
Posts: 316
mysterylinks is on a distinguished road
sounds interesting! slightly beyond my capabilies...
Reply With Quote
  #11  
Old Oct 10th 2008, 5:43 pm
primeelite primeelite is offline
of the Nightfall
 
Join Date: Jun 2007
Posts: 1,830
primeelite will become famous soon enough
DP is a message board, people discuss and sometimes help people. Lately people get on here and want people to hold their hand and consult people through every detail of how to do something and write out whole pages. Google has plenty of information on it available through multiple websites. All you need to do is teach yourself how to do things with hard work and learning or just pay up and get people who already took the time to learn to do it. You can find those people in the services section of DP or you can do a search for what you need.
Reply With Quote
  #12  
Old Oct 10th 2008, 5:49 pm
MelogKnaj
Guest
 
Posts: n/a
Quote:
Originally Posted by eric_aziz View Post
gorrilas are my favourite type of animals.
Wow, necro a 4 old year old thread and it's only your second post. Impressive.
Reply With Quote
  #13  
Old Oct 10th 2008, 7:42 pm
Gallito's Avatar
Gallito Gallito is offline
of the Nightfall
 
Join Date: Dec 2007
Location: Fourth Floor Marketing
Posts: 1,888
Gallito will become famous soon enoughGallito will become famous soon enough
I must admit this quite a good pull up, I have never seen such an old post so randomly resurrected. Since this is your second post, Welcome to Digital Point Forums!
__________________
Digital Product Reviews~~~~Friend Blaster

100% FREE copy of the - No Strings Attached!
Reply With Quote
  #14  
Old Oct 10th 2008, 9:28 pm
1associate 1associate is offline
Twilight Vanquisher
 
Join Date: Feb 2007
Posts: 506
1associate is on a distinguished road
Would you class spoofing as a guerilla tactic? Better PR opps are guerilla in my opinion but they're offline (in the real world) they have to be unique to gain media attention.
Reply With Quote
  #15  
Old Oct 11th 2008, 12:28 am
pawanpandey78 pawanpandey78 is offline
Champion of the Naaru
 
Join Date: Sep 2008
Posts: 186
pawanpandey78 is on a distinguished road
Smile

Hi,

How many kind of marketing ? I never heart about that !!!!

In this creative world there is every thing possible, New marketing trend new ideas every time. Good thanks
__________________
SEO service london, Web design india,
Reply With Quote
  #16  
Old Oct 11th 2008, 7:02 am
sortanew's Avatar
sortanew sortanew is offline
Grunt
 
Join Date: Sep 2008
Location: US for now
Posts: 98
sortanew is on a distinguished road
Quote:
Originally Posted by Gallito View Post
I must admit this quite a good pull up, I have never seen such an old post so randomly resurrected. Since this is your second post, Welcome to Digital Point Forums!
LOL, creative minds I tell ya
__________________
You need to do business with someone who knows how..pm me
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
marketing to small business-I need advice! JennyFine General Marketing 7 Jul 18th 2008 6:57 am


All times are GMT -8. The time now is 12:24 am.