SMFHacks.com
SMFHacks
Community Suite
SMF Gallery Pro
SMF Store
SMF Classifieds
Newsletter Pro
Downloads System Pro
Ad Seller Pro
Badge Awards
Hacks and Mods
Latest SMF Hacks
TopTen Hacks
Styles and Themes
Add a Hack
Manage Hacks
Earn Money from Your Forum with these tips
SMF Theme Generator
SMF Package Parser
Free SMF Hosting
Buy Website Traffic
Site Showcase
Email Marketing Software
Search Forums
Advanced search
User
Welcome,
Guest
. Please
login
or
register
.
May 18, 2013, 10:28:20 pm
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Stats
Members
Total Members: 10757
Latest:
DTroup
Stats
Total Posts: 32348
Total Topics: 5473
Online Today: 56
Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Users: 0
Guests: 45
Total: 45
SMFHacks.com
Forum
Ad Seller Pro
Support
Three errors 1.0.2 (Impressions link and more)
0 Members and 1 Guest are viewing this topic.
« previous
next »
Pages:
[
1
]
Author
Topic: Three errors 1.0.2 (Impressions link and more) (Read 2264 times)
Black Viper
Jr. Member
Offline
Posts: 50
Three errors 1.0.2 (Impressions link and more)
«
on:
January 30, 2010, 01:55:02 pm »
This happens when I click the impressions link (with only click tracking checked):
hxxp://example.com/index.php?action=adpro;sa=viewviews&id=5
Undefined index: admin_menu_name
R:/Forum/Location/Edited/Sources/adseller2.php
Line: 2315
This is rolling errors that I am getting showing up. Two pages worth (30 errors) in 8 minutes, a set of three (for ID 3, 4, 5 for the three ads on each SSI main domain page) for each page access:
hxxp://example.com/index.php?action=adpro;sa=v&id=5&t=1264879950
Undefined index: l
File: R:/Location/Edited/Sources/adseller2.php
Line: 1880
This is the first in 12 minutes of the template errors (repeats 3 times per page for three different ad ID's on page) notice URL states "di" again:
Today at 12:10:40 pm
Type of error: Template
hxxp://example.com/index.php?action=adpro;sa=v&di=5&l=1002&m=0&t=1264882236
Unable to load the 'main' template.
«
Last Edit: January 30, 2010, 02:14:20 pm by Black Viper
»
Logged
Black Viper
Jr. Member
Offline
Posts: 50
Re: Three errors 1.0.2 (Impressions link and more)
«
Reply #1 on:
January 30, 2010, 02:25:34 pm »
25 minutes, 181 errors...
Not all page views.
In fact, I cannot duplicate anything but the first one (with me logged in as admin).
I cannot duplicate the 2nd and third with laptop running IE8 (no errors generated and ads display fine...
Will dig deeper if I don't fall asleep at keyboard.
Thanks.
Logged
Black Viper
Jr. Member
Offline
Posts: 50
Re: Three errors 1.0.2 (Impressions link and more)
«
Reply #2 on:
January 30, 2010, 02:41:35 pm »
The SSI call is like this:
Code:
<?php
require(
"r:\Forum\Path\SSI.php"
);
// Begin Ad Seller Pro Location - domain Top
global
$sourcedir
;
include_once
$sourcedir
.
"/adseller2.php"
;
$adSellerAdData
=
ShowAdLocation
(
1000
);
if (
$adSellerAdData
!=
false
)
{
echo
'<div class="nagi">'
;
echo
$adSellerAdData
;
echo
'<br /></div>'
;
}
// End Ad Seller Pro Location - domain Top
?>
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 10987
Re: Three errors 1.0.2 (Impressions link and more)
«
Reply #3 on:
January 30, 2010, 10:42:39 pm »
1st minor fixed to ignore for next update
2nd added a check for that. That is used for location logging. That should always be passed no matter unless a search engine or bot got an old link or something.
3rd. That error is the mystery one it appears that something is rewriting the urls and for some reason sometimes it renames id= to di= instead....
Last the SSI looks fine the errors are all generated by the Sources/Adseller2.php area
Logged
Black Viper
Jr. Member
Offline
Posts: 50
Re: Three errors 1.0.2 (Impressions link and more)
«
Reply #4 on:
January 30, 2010, 11:44:59 pm »
Only 14 template errors in the last 9 hours.
All with "di" in the URL.
BV EDIT: the second error is over a thousand
Logged
Black Viper
Jr. Member
Offline
Posts: 50
Re: Three errors 1.0.2 (Impressions link and more)
«
Reply #5 on:
January 31, 2010, 04:32:11 am »
In conjunction with the "di" in the urls, each has a matching template error stated above. Yet another example:
<IP> - - [31/Jan/2010:01:43:09 -0800] "GET /index.php?<PHPSESSIONIDHERE>&action=adpro;sa=v&di=4&l=1001&m=0&t=1264930985 HTTP/1.1" 200 2161 "<MY WEBSITE>" "Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16"
<IP> - - [31/Jan/2010:01:43:12 -0800] "GET /index.php?<PHPSESSIONIDHERE>&action=adpro;sa=v&id=4&l=1001&m=0&t=1264930985 HTTP/1.1" 200 44 "<MY WEBSITE>" "Mozilla/5.0 (iPod; U; CPU iPhone OS 3_0 like Mac OS X; en-us) AppleWebKit/528.18 (KHTML, like Gecko) Version/4.0 Mobile/7A341 Safari/528.16"
The template error maybe generated because of the bad URL, but the referer is always my web site and not, say, a URL that is cached someplace.
Still could be a bad browser code or detection code,but I cannot figure out why it is being bad to begin with.
It may be on my end... but at least the generated errors for this particular issue is low.
Will investigate further and thanks for your time.
Logged
Black Viper
Jr. Member
Offline
Posts: 50
Re: Three errors 1.0.2 (Impressions link and more)
«
Reply #6 on:
January 31, 2010, 04:37:17 am »
I had "disable evaluation of templates" checked, so now I have it unchecked and will wait for another template error to see what happens. May be a few hours, though.
BV EDIT: I am pretty convinced that it may be a javascript browser detection issue or something on my part. Just ignore the "di" issue for now until I investigate further... I just need to find a way to replicate it on my end and see what happens. The undefined index is more of an issue for me right now anyway. Thanks again.
«
Last Edit: January 31, 2010, 04:47:28 am by Black Viper
»
Logged
SMFHacks
Administrator
Hero Member
Offline
Posts: 10987
Re: Three errors 1.0.2 (Impressions link and more)
«
Reply #7 on:
February 02, 2010, 01:07:26 pm »
I have the Undefined index: l fixed for next update as well so that should help a little
Logged
Black Viper
Jr. Member
Offline
Posts: 50
Re: Three errors 1.0.2 (Impressions link and more)
«
Reply #8 on:
February 03, 2010, 04:16:52 am »
Quote from: SMFHacks on February 02, 2010, 01:07:26 pm
I have the Undefined index: l fixed for next update as well so that should help a little
Oddly enough, the index errors have went away. I cannot report exactly what I did to do this, but I am not complaining.
Thanks again!
Logged
Black Viper
Jr. Member
Offline
Posts: 50
Re: Three errors 1.0.2 (Impressions link and more)
«
Reply #9 on:
February 03, 2010, 09:26:25 am »
Quote from: Black Viper on February 03, 2010, 04:16:52 am
Quote from: SMFHacks on February 02, 2010, 01:07:26 pm
I have the Undefined index: l fixed for next update as well so that should help a little
Oddly enough, the index errors have went away. I cannot report exactly what I did to do this, but I am not complaining.
Thanks again!
I may have unchecked location tracking for this particular error to go away.
Logged
Pages:
[
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
SMFHacks.com
-----------------------------
=> News
=> Site Discussion
===> Suggestions
===> Bugs
-----------------------------
SMF Gallery Pro
-----------------------------
=> Announcements
=> Presales
=> Support
===> Bugs
===> Feature Requests
-----------------------------
SMF Store
-----------------------------
=> Announcements
=> Presales
=> Support
===> Guides and Tips
===> Feature Requests
===> Bugs
-----------------------------
SMF Classifieds
-----------------------------
=> Announcements
=> Presales
=> Support
===> Bugs
===> Feature Requests
-----------------------------
Downloads System Pro
-----------------------------
=> Announcements
=> Presales
=> Support
===> Feature Requests
===> Bugs
-----------------------------
Ad Seller Pro
-----------------------------
=> Presales
=> Support
-----------------------------
Menu Editor Pro
-----------------------------
=> Presales Menu Editor Pro
=> Bug Reports
-----------------------------
Inline Personal Messages
-----------------------------
=> Presales
=> Support
=> Bug Reports
-----------------------------
Newsletter Pro
-----------------------------
=> Presales
=> Support
===> Feature Requests
-----------------------------
Badge Awards
-----------------------------
=> Presales
=> Support
-----------------------------
Tweet Topics/FB Post System
-----------------------------
=> Presales
-----------------------------
Social Login Pro
-----------------------------
=> Presales
-----------------------------
SMF Gallery Lite
-----------------------------
=> SMF Gallery Lite
-----------------------------
Modifications/Themes
-----------------------------
=> General SMF Forum
=> Modifications Talk
===> Latest Mods
===> Modification Showcase
=> Theme Talk
===> Theme Showcase
===> Latest Themes
Recent
Feature Requests for SMF ...
by
Secure
[May 16, 2013, 10:13:46 pm]
stuck on "Processing" scr...
by
SMFHacks
[May 15, 2013, 11:32:14 pm]
[Request] - Award for any...
by
SMFHacks
[May 15, 2013, 11:31:24 pm]
SMF Gallery Pro 5.0.1 not...
by
SMFHacks
[May 12, 2013, 09:10:43 am]
Golf Theme
by
Serglike
[May 10, 2013, 03:49:55 am]
Display ads on every page...
by
SMFHacks
[May 07, 2013, 07:12:40 pm]
Edited simple ad code and...
by
ApplianceJunk
[May 07, 2013, 02:37:14 pm]
"non" error on bulk uploa...
by
SMFHacks
[May 06, 2013, 10:29:56 pm]
Can I give member an ad p...
by
fernowl
[May 04, 2013, 03:22:01 pm]
How to configure the Auto...
by
SMFHacks
[May 04, 2013, 01:08:57 pm]
Random Picture
Donate to SMFHacks.com
Help Support the SMFHacks.com mod making.
Loading...