adriantc
Sep 12 2005, 01:39 PM
| | I have found on the net a free script with, what I think is, a small bug! Since I don't know anything about php (i'm programming in delphi) i'm looking for someone who is familiar with this php and it is wants to help me. If so please PM for me to give the details....
Thanx a lot, |
Reply
Spectre
Sep 12 2005, 03:26 PM
In my opinion, it would be better if you posted the details here, so as to allow other members to learn from it and not have to encounter the same problems again. However, if you would really rather not put it out in the public arena, feel free to PM me the details. As I said, though, if possible, I think it would be better were it to remain public.
Reply
Dooga
Sep 12 2005, 03:36 PM
Well, if you posted the name of the script, and maybe the name of the site you retrieved it from, maybe I can help you! Meanwhile, if you don't have the script, maybe describe what it does, eg, it is a forum, or guestbook, or is it a script that logs someone in etc.
Reply
adriantc
Sep 12 2005, 05:56 PM
ok ... so the script is an autosurf php script (i got it from HERE)). The problem i got with it is that at certain amount of time it must show another members website. It credits the user which is doing the surfing it also takes credits from the member's which website is shown, but in fact it does not rotate any website i can only see a blank screen. Hope you can help me! If you need anymore info just ask... Thanx,
Reply
Spectre
Sep 15 2005, 02:44 AM
Well, I'm assuming this problem is more or less resolved. QUOTE I've found the problem... for some reason under Firefox it does not load any website in autorotation. Under IE it was fine, but under firefox there seems to be a problem. So for anyone else experiencing the same problem, I would recommend either not using FireFox, or using a different script. The latter is probably more realistic for most people.
Reply
adriantc
Oct 3 2005, 05:11 PM
I must say that the bug is very important for this kind of script. Why? Because the user must see all kinds of websites some maybe containing pop-ups or viruses (admin's job is to take care that the number of this kind of websites is very low). Never the less there maybe some "bad" websites. That's why most users doen't uses Internet Explorer since it attracts a lot of "bad" stuff  . Users use Firefox, opera or other browsers... So it is extremly important to fix this bug before I can release my website. So please anybody who knows php help me! Thanks a lot... You can pm anytime if you need more details... So the script is from HERE. The error that I see when I open the javascript console in Firefox is: Error: parent.topFrame.form1 has no properties Source File: http://www.surfmaniac.trap17.com/autohit.php?id=1Line: 7 Once again i'm open to any assistance... 10x
Reply
adriantc
Oct 3 2005, 05:42 PM
Forgot to tell: the surf bar is HERE
Reply
Saint_Michael
Oct 3 2005, 05:53 PM
well by the looks of it its the hits php file it could be one more but you have to add a line of coding which escapes me at the moment where firefox can work, of course if i can find i will let you know.
Reply
Similar Topics
Keywords : php script- Directory Script
- (1)
- Redirect Script Depending On User's Browser
- (13)
Hi everyone, oik so there is this design im doing for a new site and the problem is that the site
does not display properly in Internet Explorer but it does in firefox. How do i get the site to
redirect you to a page that says somthing like "you need to have firefox instalkled to view this
page" if you are not running firefox?...
Redirec Script
- (7)
I need a scrip that redirects to my forum to index_cm.php, i cant change the name of that file...
Forum Script Error
- (3)
hey, im getting this error when im trying to view a message on my forum, QUOTE Parse error:
syntax error, unexpected T_VARIABLE in /home/luki/public_html/forum/viewtopic.php on line 26 and
this is what is on line 26 in that file.. i don't know waht's wrong with it. QUOTE
LIMIT$start, ".$board_config ; and this is what it loks like all together... QUOTE
define('IN_PHPBB', true); define('IN_CASHMOD', true); define('CM_VIEWTOPIC',
true); LIMIT$start, ".$board_config ; $cm_viewtopic->generate_column...
Referral Script
- (2)
Hey everyone, I need 2 Different kind of refferal system scripts. One is a non registering one and
the other one is a registering one. Okay well ill explain what i need for each script. For the non
registering one i need: It to log what SITES sent users to my site. It also needs to automaticly
list the sites that have sent a curtain number of people to the site, and the number of people needs
to be custamizable by eather a control panel or a scipt option. And for the registering one i need
the script to automaticly provide my users with a Referral URL. It also need...
Good Billing Script
- (0)
does anybody here know of any good billing script like merchant bil;l that are free or very cheap...
Web Hosting Script
- (5)
Hey everyone, Im wondering if any of you know of a Web Hosting Script. The primary use of this
script will be to give the users of my site we space. I already have my server set up. My server
currently uses a 100 GB space system With apatche running on the servering computer and it is all on
High Speed DSL. If you could, link the script from where it came from. And Also please make sure
it is an ACTUAL Web hosting script not just a register script. thanks...
Mp3 Player For A Webpage
- script? (8)
anyone know where you can get a mp3 player to put on the site? where you can upload your own music
and choose a song to play it? it can be any language, so if you know any, giev me the link. Made
topic descriptive. ...
Login Script Problem
- (0)
i have created a login script that enables my costomours to login into there cPanel,web mail and if
there a reseller WHM. But when i test the script on the webserver its dosnt work on some pages, on
the pages that dont work i get this error message QUOTE Method Not Allowed The requested method
POST is not allowed for the URL /index.htm. Apache/1.3.34 Server at www.mxweb.co.uk Port 80 and
i know its nothing to do with the frontpage server extentions, and what gets me is that it works on
some pages but not others. Ive tried everything in my knowlage to get it worki...
No Right Click - Javascript
- No Right Clicking Script (6)
I made this script for disabling the right-click option. It works with all major web browsers (IE,
Mozilla, Firefox, Netscape...). Just put it into the head section of your document. QUOTE
<script language="JavaScript"> var message="Sorry, no right clicking!"; isIE=document.all;
isNN=!document.all&&document.getElementById; isN4=document.layers; if (isIE||isNN) {
document.oncontextmenu=block; }else{ document.captureEvents(Event.MOUSEDOWN || Event.MOUSEUP);
document.onmousedown=block; } function block(e) { if (isN4) { if (e.which==2||e.which==3) { aler...
Php Include Script
- How to add into a table (6)
You can see at cerb.trap17.com how I have my menus set up. For each of the 3 side menus, I would
like to use a PHP include script, rather than iFrames. This is the code I've been playing around
with: CODE <?php include('myframe.htm'); ?> With myframe.htm
being the page I want to include in that cell. For some reason it will not include the page. Is that
the correct code for doing such a thing? Am I doing something wrong; leaving something out. maybe?
Thanks....
Bloging Script
- Is there any? (9)
Is there any applications like PHPNuke which is able to post blogs to your personal website?...
Looking for php, script
|
|
Searching Video's for php, script
|
advertisement
|
|