GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   AWEMPIRE - donīt be so fucking ignorant! (https://gfy.com/showthread.php?t=1106067)

Horny Joe 04-11-2013 10:23 AM

AWEMPIRE - donīt be so fucking ignorant!
 
So, I notice that there are something wrong in the linkcodes presented to med in the AWE webmaster area. The code there looks like this:
Code:

http://live-cams-1.livejasmin.com/landing/?tid=102&psid=teenage&pstour=&psprogram=REVS&pstool=15_38
Notice the &amp all over?
The above code sets psid to "awempire" when someone clicks Join Now, not my ID. So I do not get credited (or YOU, for that matter).

The correct code should be
Code:

http://live-cams-1.livejasmin.com/landing/?tid=101&psid=teenage&campaign_id=29458&pstour=t2&psprogram=REVS&pstool=15_37
This keeps my id as psid.

So, I send in a ticket... and this is the answer I get:
Quote:

Thank you for contacting the AWE Support!

As I can see the links work properly and we get to Livejasmin website through them.

Have a nice day,

Kind regards,


Cecilia-AWE
Webmaster Support
Yes, it goes to livejasmin but WE loose money!
Please, if you are webmaster support, act like it!

adultmobile 04-11-2013 10:33 AM

http://blog.logmycalls.com/Portals/1...-tracking.jpeg

Google Expert 04-11-2013 10:46 AM

nothing to see here, it's the industry standard nowadays, move along

signupdamnit 04-11-2013 10:51 AM

If you had an employee who you caught "accidentally" stealing from you every six months for years what would you do?

BareBacked 04-11-2013 10:57 AM

I have been trying to get my password for AWE for over a month.
I dont get it

Horny Joe 04-11-2013 11:02 AM

There are obviously something wrong there. Try to log in and you come to a "404 Not Found" page.... I thought that AWE had better control than this! They have been one of my best paying sponsors for years, even though now a days it is sloooooow... But all programs are going down the drain, it seems!

I could make $2-3,000 a month. Now I am lucky if I make $500. Sucks!

Horny Joe 04-11-2013 11:15 AM

To be fair, got an email just now:

Quote:

Hi there,


Thank you for your reply and for your clarification as well.

The codes have been tested from your account and regrettably I experienced the same. I must admit that our previous message was a result of a misunderstanding of the case but this time as it cleared up the case has been forwarded to our technicians for further investigation and review.

This issue got the highest possible priority as it is our intention to make sure you are happy with the service we provide. Till the fix comes, I may need to ask your kind patience. As soon as there is a resolution, we will inform you right away.

Your anticipated understanding is much appreciated.

Kindest regards,
Dennis - AWE
Account Manager

itx 04-11-2013 11:21 AM

You're right when you visit the link code with the "&" the cookie is set to awempire and when you remove that is set to teenage.

Google Expert 04-11-2013 12:26 PM

rogue employee

PornoMonster 04-11-2013 12:30 PM

the &amp is inserted when people use programs like Front Page to insert Links. If they would do it in Notepad it would be fine. Had this problem back in 2003....
That programs designers / techs need to fix this

Horny Joe 04-11-2013 12:35 PM

Anyone still uses Front Page?

PornoMonster 04-11-2013 12:44 PM

Quote:

Originally Posted by Horny Joe (Post 19573274)
Anyone still uses Front Page?

I doubt it, but I also do not know what the "current" programs are.

Once I seen how FP fucked up links, I learned and use notepad only.

Horny Joe 04-11-2013 12:47 PM

Been using DreamWeaver for years. I bought some programs when I got my mac, Hype and an couple of others, but never use them :)

ctggls 04-12-2013 01:17 AM

AWE have been experiencing some troubles in the last 2 months or so... I have been noticing the affiliate links are not working either but I thought it was just me...

Anyway, the WLs are gone, now this....

I'm using notepad++ for coding stuff... I was not aware that Front Page still existed :)))

Guido-Centro 04-12-2013 02:18 AM

Hello,

As I can see my colleague Dennis is taking care of the code issue.
We are really sorry for the inconvenience.

@BareBacked please contact me and I will be more than happy to help you with the log in.

Best,
Guido - AWE
Account Manager

[email protected]
ICQ 653174683
Skype: Guido-AWE
Website: www.AWEmpire.com

Adult WebMaster Empire Affiliate Marketing Support
Duodecad IT Services Luxembourg S.a.r.l.

Dirty F 04-12-2013 02:21 AM

Quote:

Originally Posted by Horny Joe (Post 19573274)
Anyone still uses Front Page?

I build everything with Wordpress templates really otherwise i would still be using Frontpage :1orglaugh
Never used anything else.

It's a piece of shit though haha.

Horny Joe 04-12-2013 02:23 AM

Quote:

Originally Posted by Dirty F (Post 19574247)
I build everything with Wordpress templates really otherwise i would still be using Frontpage :1orglaugh
Never used anything else.

It's a piece of shit though haha.

:1orglaugh Well, had my FP period, as well. I think the link-issue was one of the reasons why I started looking for something else.

Zoltan Xcams 04-12-2013 07:16 AM

I can say the issues mentioned under this thread are all solved for now, if anyone needs some help, feel free to contact us at any time!

Stephen 04-12-2013 08:27 AM

Quote:

Originally Posted by PornoMonster (Post 19573270)
the &amp is inserted when people use programs like Front Page to insert Links. If they would do it in Notepad it would be fine.

I code by hand in a text editor (EditPlus) and am very serious about HTML and CSS validating (if you don't get the "green" you suck and/or are lazy)

One thing that breaks validation is an unescaped ampersand ( & ) instead of & -- a problem I typically ran into with CCBill links -- but swapping out proper code (using &) should not change a link, unless something is being parsed by a script on the backend...

& is the correct usage

adultmobile 04-12-2013 09:31 AM

Perhaps unrelated but I noticed if you use explorer 10 (even after disabling the autocorrection features), to submit forms where you have some code &xx; #; etc. there such as + and euro sumbol € etc., explorer is so smart to replace with + and euro symbol and whatever html code is converted to unocode equivalent, and save it that way, so explorer 10 it is officially not usable for any html forms or admin type of editing.

Dirty F 04-12-2013 09:33 AM

Quote:

Originally Posted by adultmobile (Post 19574900)
Perhaps unrelated but I noticed if you use explorer 10 (even after disabling the autocorrection features), to submit forms where you have some code &xx; #; etc. there such as + and euro sumbol € etc., explorer is so smart to replace with + and euro symbol and whatever html code is converted to unocode equivalent, and save it that way, so explorer 10 it is officially not usable for any html forms or admin type of editing.

Is there anything you don't know?


All times are GMT -7. The time now is 02:46 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123