flemingmike Posted April 22, 2009 Share Posted April 22, 2009 hi, i have a friend who found an 'invite your friends' script, and wont share. this is one of the best ones ive seen, and cant figure out the developer. can anyone figure out a way to find out from his site what he is using? its when you are in the registration process. www.durhamclubinfo.com thanks Quote Link to comment https://forums.phpfreaks.com/topic/155251-cant-figure-out/ Share on other sites More sharing options...
Maq Posted April 22, 2009 Share Posted April 22, 2009 hi, i have a friend who found an 'invite your friends' script, and wont share. this is one of the best ones ive seen, and cant figure out the developer. can anyone figure out a way to find out from his site what he is using? its when you are in the registration process. www.durhamclubinfo.com thanks Not a very good friend, now is (s)he... If there's no sign in the "veiw source" then you probably won't be able to tell who made it. Quote Link to comment https://forums.phpfreaks.com/topic/155251-cant-figure-out/#findComment-816802 Share on other sites More sharing options...
flemingmike Posted April 22, 2009 Author Share Posted April 22, 2009 the site is coded with php. so i believe the view source just makes html based on what it sees. and i didnt see anything in there. Quote Link to comment https://forums.phpfreaks.com/topic/155251-cant-figure-out/#findComment-816803 Share on other sites More sharing options...
skippa Posted April 22, 2009 Share Posted April 22, 2009 why wont this work, i get this every time i try to upload sql. CREATE TABLE `poker` ( `id` int(11) NOT NULL auto_increment, `player1` varchar(40) NOT NULL default '', `player2` varchar(40) default NULL, `player3` varchar(40) default NULL, `player4` varchar(40) default NULL, `cards1` varchar(250) default NULL, `cards2` varchar(250) default NULL, `cards3` varchar(250) default NULL, `cards4` varchar(250) default NULL, `money1` int(11) default '0', `money2` int(11) default '0', `money3` int(11) default '0', `money4` int(11) default '0', `deck` varchar(250) NOT NULL default '', `ante` int(16) NOT NULL default '0', `pot` int(16) NOT NULL default '0', `password` varchar(32) default NULL, `current` varchar(40) default NULL, `stage` int(1) default '0', `swapstart` int(1) NOT NULL default '0', `raiseamount` int(11) NOT NULL default '0', `currentraise` int(1) NOT NULL default '0', `maxraise` int(16) default NULL, `allin` binary(1) NOT NULL default '0', `lastmove` int(11) default NULL,[...] MySQL said: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 35 why wont this work ???? CREATE TABLE `poker` ( `id` int(11) NOT NULL auto_increment, `player1` varchar(40) NOT NULL default '', `player2` varchar(40) default NULL, `player3` varchar(40) default NULL, `player4` varchar(40) default NULL, `cards1` varchar(250) default NULL, `cards2` varchar(250) default NULL, `cards3` varchar(250) default NULL, `cards4` varchar(250) default NULL, `money1` int(11) default '0', `money2` int(11) default '0', `money3` int(11) default '0', `money4` int(11) default '0', `deck` varchar(250) NOT NULL default '', `ante` int(16) NOT NULL default '0', `pot` int(16) NOT NULL default '0', `password` varchar(32) default NULL, `current` varchar(40) default NULL, `stage` int(1) default '0', `swapstart` int(1) NOT NULL default '0', `raiseamount` int(11) NOT NULL default '0', `currentraise` int(1) NOT NULL default '0', `maxraise` int(16) default NULL, `allin` binary(1) NOT NULL default '0', `lastmove` int(11) default NULL, `winners` varchar(250) NOT NULL default '', `created` int(11) NOT NULL default '0', `p1` varchar(100) NOT NULL default '', `p2` varchar(100) NOT NULL default '', `p3` varchar(100) character set latin1 collate latin1_spanish_ci NOT NULL default '', `p4` varchar(100) character set latin1 collate latin1_spanish_ci NOT NULL default '', `entry` varchar(100) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `player1` (`player1`,`player2`,`player3`,`player4`) Quote Link to comment https://forums.phpfreaks.com/topic/155251-cant-figure-out/#findComment-816807 Share on other sites More sharing options...
flemingmike Posted April 22, 2009 Author Share Posted April 22, 2009 here is what i find: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>DurhamClubInfo.com</title> <base href='http://www.durhamclubinfo.com/' /> <meta http-equiv='Content-Type' content='text/html; charset=UTF-8' /> <meta http-equiv="X-UA-Compatible" content="IE=7" /> <meta name="copyright" content=" © 2008 DurhamClubInfo" /> <meta name="author" content="DurhamClubInfo" /> <meta name='Description' content="Want to party with good looking people? Want to be in an enviroment where you will enjoy yourself? Come party with Durham Club Info. Durhams #1 promoters for the last 2 years!"> <meta name='Keywords' content="Durham Club Info, Lava Lounge, Heat Nightclub, On the Rocks, The Big Sexy, Clubbing in Ajax Pickering Oshawa Whitby"> <meta name="googlebot" content="INDEX, FOLLOW" /> <meta name="robots" content="INDEX, FOLLOW" /> <meta name="slurp" content="INDEX, FOLLOW" /> <meta name="msnbot" content="INDEX, FOLLOW" /> <link rel="shortcut icon" href="http://www.durhamclubinfo.com/flaicon.ico" type="image/x-icon" /> <meta name='Description' content="DurhamClubInfo.com, Durham Club Info, Clubbing in Durham and nightclubs in Durham, gig listings, club nights and guest lists from Durham,Ontario, Durham, Ajax, Pickering, Oshawa, Whitby, Durham Clubs, Durham Party, All Ages, Pictures, Events, Guestlist, Guest List , On the Rocks Whitby, On the Rocks Oshawa, Echo NightClub, Heat Nightclub, Heat Night club, Jukebox Pickering, Le Skratch, Big Sexy" /> <link rel="stylesheet" href="./templates/styles_global.css" title="stylesheet" type="text/css" /> <link rel="stylesheet" href="./templates/styles.css" title="stylesheet" type="text/css" /> <script type="text/javascript" src="./include/js/mootools12-min.js"></script> <script src="peel/peel.js" type="text/javascript"></script> <script type="text/javascript" src="./include/js/core-min.js"></script> <script type="text/javascript"> <!-- var SocialEngine = new SocialEngineAPI.Base(); // Core SocialEngine.Core = new SocialEngineAPI.Core(); SocialEngine.Core.ImportSettings({"setting_url":false,"setting_username":false}); SocialEngine.Core.ImportPlugins(["forum","video","album","invite","event","emailer","scheduler","plugin_controls"]); SocialEngine.RegisterModule(SocialEngine.Core); // URL SocialEngine.URL = new SocialEngineAPI.URL(); SocialEngine.URL.ImportURLBase('http://www.durhamclubinfo.com/'); SocialEngine.URL.ImportURLInfo({"albums":{"url_file":"albums","url_regular":"albums.php?user=$user","url_subdirectory":"$user\/albums\/"},"album":{"url_file":"album","url_regular":"album.php?user=$user&album_id=$id1","url_subdirectory":"$user\/albums\/$id1"},"album_file":{"url_file":"album_file","url_regular":"album_file.php?user=$user&album_id=$id1&media_id=$id2","url_subdirectory":"$user\/albums\/$id1\/$id2"},"games":{"url_file":"games","url_regular":"games.php?user=$user","url_subdirectory":"$user\/games\/"},"game":{"url_file":"game","url_regular":"game.php?user=$user&game_id=$id1","url_subdirectory":"$user\/games\/$id1"},"game_file":{"url_file":"game_file","url_regular":"game_file.php?user=$user&game_id=$id1&game_media_id=$id2","url_subdirectory":"$user\/games\/$id1\/$id2"},"semods_photo_search":{"url_file":"semods_photo_search","url_regular":"photo_search.php?user=$user&show=$id1","url_subdirectory":"$user"},"polls":{"url_file":"polls","url_regular":"polls.php?user=$user","url_subdirectory":"$user\/polls\/"},"poll":{"url_file":"poll","url_regular":"poll.php?user=$user&poll_id=$id1","url_subdirectory":"$user\/polls\/$id1\/"},"listings":{"url_file":"listings","url_regular":"listings.php?user=$user","url_subdirectory":"$user\/listings\/"},"listing":{"url_file":"listing","url_regular":"listing.php?user=$user&listing_id=$id1","url_subdirectory":"$user\/listings\/$id1\/"},"listingvote":{"url_file":"listingvote","url_regular":"listing.php?user=$user&listing_id=$id1&task=vote","url_subdirectory":"$user\/listings\/$id1\/vote"},"listingremovevote":{"url_file":"listingremovevote","url_regular":"listing.php?user=$user&listing_id=$id1&task=removevote","url_subdirectory":"$user\/listings\/$id1\/removevote"},"listingtag":{"url_file":"listingtag","url_regular":"browse_listings.php?tag=$user","url_subdirectory":"listings\/tag\/$user\/"},"listingsvoted":{"url_file":"listingsvoted","url_regular":"listings_voted.php?user=$user","url_subdirectory":"$user\/listings\/voted\/"},"listingcat":{"url_file":"listingcat","url_regular":"browse_listings.php?cat_id=$user","url_subdirectory":"listings\/category\/$user\/"},"blog":{"url_file":"blog","url_regular":"blog.php?user=$user","url_subdirectory":"$user\/blog\/"},"blog_entry":{"url_file":"blog_entry","url_regular":"blog.php?user=$user&blogentry_id=$id1","url_subdirectory":"$user\/blog\/$id1\/"},"blog_trackback":{"url_file":"blog_trackback","url_regular":"blog_ajax.php?task=trackback&user=$user&blogentry_id=$id1","url_subdirectory":"$user\/trackback\/$id1\/"},"event":{"url_file":"event","url_regular":"event.php?event_id=$id1","url_subdirectory":"event\/$id1\/"},"event_media":{"url_file":"event_media","url_regular":"event_album_file.php?event_id=$id1&eventmedia_id=$id2","url_subdirectory":"event\/$id1\/album\/$id2\/"},"video":{"url_file":"video","url_regular":"video.php?user=$user&video_id=$id1","url_subdirectory":"$user\/video\/$id1"},"profile":{"url_regular":"profile.php?user=$user","url_subdirectory":"$user\/"}}); SocialEngine.RegisterModule(SocialEngine.URL); // Language SocialEngine.Language = new SocialEngineAPI.Language(); SocialEngine.RegisterModule(SocialEngine.Language); // User - Viewer SocialEngine.Viewer = new SocialEngineAPI.User(); SocialEngine.Viewer.ImportUserInfo({"user_exists":false}); SocialEngine.RegisterModule(SocialEngine.Viewer); // User - Owner SocialEngine.Owner = new SocialEngineAPI.User(); SocialEngine.Owner.ImportUserInfo({"user_exists":false}); SocialEngine.RegisterModule(SocialEngine.Owner); // Back SELanguage = SocialEngine.Language; //--> </script> <script type="text/javascript"> <!-- // ADD TIP FUNCTION window.addEvent('load', function() { var Tips1 = new Tips($$('.Tips1')); }); //--> </script> <link rel="stylesheet" href="./templates/forum/forum_styles.css" title="stylesheet" type="text/css"> <script type="text/javascript" src="./include/forum/fckeditor/fckeditor.js"></script> <link rel="stylesheet" href="./templates/styles_album.css" title="stylesheet" type="text/css" /> <link rel="stylesheet" href="./templates/styles_event.css" title="stylesheet" type="text/css" /> <style type='text/css'></style> </head> <body> <iframe id='ajaxframe' name='ajaxframe' style='display: none;' src='javascript:false;'></iframe> <div id="smoothbox_container"></div> <table cellpadding='0' cellspacing='0' class='body' align='center'> <tr> <td> <div> <table cellpadding='0' cellspacing='0' style='width: 100%; padding-top: 20px;' align='center'> <tr> <td align='left' valign='bottom'> <a href='./'><img src='./images/logo.png' border='0'></a> </td> <td align='right' valign='bottom' style='padding-bottom: 10px;'> <form action='search.php' method='post'> <a href="http://www.facebook.com/home.php?#/pages/Durham-ON/DurhamClubInfocom/45113390490" target="_blank"> <img border="0" src="images/findusonfacebook.jpg"></a><p> </p> <p>Search: <input type='text' name='search_text' class='text' size='25'> <input type='submit' class='button' value='Go'> <input type='hidden' name='task' value='dosearch'> <input type='hidden' name='t' value='0'> </p> </form> <a href='search_advanced.php'>Advanced Search</a> </td> </tr> </table> </div> <center> <script type="text/javascript"> var memorywidth="1000px" //scroller width var memoryheight="20px" //scroller height var memorybgcolor="#000000" //scroller background var memorypadding="2px" //padding applied to the scroller. 0 for non. var borderCSS="border: 0px solid black;" //Border CSS, applied to scroller to give border. var memoryspeed=2 //Scroller speed (larger is faster 1-10) var pauseit=1 //Pause scroller onMousever (0=no. 1=yes)? var persistlastviewedmsg=1 //should scroller's position persist after users navigate away (1=yes, 0=no)? var persistmsgbehavior="onload" //set to "onload" or "onclick". //Specify the scroller's content (don't delete <nobr> tag) //Keep all content on ONE line, and backslash any single quotations (ie: that\'s great): var memorycontent='<nobr><span style="font: bold 13px Verdana">Thank you for visiting DurhamClubInfo.com. Please join our <a href="http://www.facebook.com/home.php?#/pages/Durham-ON/DurhamClubInfocom/45113390490" target="_blank"> Facebook group</a>. Keep checking back for updates and new photos! Everyday we are growing bigger and bigger!</span></nobr>' ////NO NEED TO EDIT BELOW THIS LINE//////////// var combinedcssTable="width:"+(parseInt(memorywidth)+6)+"px;background-color:"+memorybgcolor+";padding:"+memorypadding+";"+borderCSS+";" var combinedcss="width:"+memorywidth+";height:"+memoryheight+";" var divonclick=(persistlastviewedmsg && persistmsgbehavior=="onclick")? 'onClick="savelastmsg()" ' : '' memoryspeed=(document.all)? memoryspeed : Math.max(1, memoryspeed-1) //slow speed down by 1 for NS var copyspeed=memoryspeed var pausespeed=(pauseit==0)? copyspeed: 0 var iedom=document.all||document.getElementById if (iedom) document.write('<span id="temp" style="visibility:hidden;position:absolute;top:-100px;left:-10000px">'+memorycontent+'</span>') var actualwidth='' var memoryscroller if (window.addEventListener) window.addEventListener("load", populatescroller, false) else if (window.attachEvent) window.attachEvent("onload", populatescroller) else if (document.all || document.getElementById) window.onload=populatescroller function populatescroller(){ memoryscroller=document.getElementById? document.getElementById("memoryscroller") : document.all.memoryscroller memoryscroller.style.left=parseInt(memorywidth)+8+"px" if (persistlastviewedmsg && get_cookie("lastscrollerpos")!="") revivelastmsg() memoryscroller.innerHTML=memorycontent actualwidth=document.all? temp.offsetWidth : document.getElementById("temp").offsetWidth lefttime=setInterval("scrollmarquee()",20) } function get_cookie(Name) { var search = Name + "=" var returnvalue = "" if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { offset += search.length end = document.cookie.indexOf(";", offset) if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function savelastmsg(){ document.cookie="lastscrollerpos="+memoryscroller.style.left } function revivelastmsg(){ lastscrollerpos=parseInt(get_cookie("lastscrollerpos")) memoryscroller.style.left=parseInt(lastscrollerpos)+"px" } if (persistlastviewedmsg && persistmsgbehavior=="onload") window.onunload=savelastmsg function scrollmarquee(){ if (parseInt(memoryscroller.style.left)>(actualwidth*(-1)+) memoryscroller.style.left=parseInt(memoryscroller.style.left)-copyspeed+"px" else memoryscroller.style.left=parseInt(memorywidth)+8+"px" } if (iedom){ with (document){ document.write('<table border="0" cellspacing="0" cellpadding="0" style="'+combinedcssTable+'"><td>') write('<div style="position:relative;overflow:hidden;'+combinedcss+'" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=memoryspeed">') write('<div id="memoryscroller" style="position:absolute;left:0px;top:0px;" '+divonclick+'></div>') write('</div>') document.write('</td></table>') } } </script> </center> <table cellpadding='0' cellspacing='0' style='width: 100%;' align='center'> <tr> <td nowrap='nowrap' class='top_menu'> <div class='top_menu_link_container'><div class='top_menu_link'><a href='home.php' class='top_menu_item'>Home</a></div></div> <div class='top_menu_link_container'><div class='top_menu_link'><a href='search_advanced.php' class='top_menu_item'>Browse Members</a></div></div> <div class='top_menu_link_container'><div class='top_menu_link'><a href='invite.php' class='top_menu_item'>Invite</a></div></div> <div class='top_menu_link_container'><div class='top_menu_link'><a href='browse_videos.php' class='top_menu_item'> Videos</a></div></div> <div class='top_menu_link_container'><div class='top_menu_link'><a href='forum.php?iid=1&c=forum&op=index' class='top_menu_item'>Forum</a></div></div> <div class='top_menu_link_container'><div class='top_menu_link'><a href='contest.php' class='top_menu_item'> Contests</a></div></div> <div class='top_menu_link_container'><div class='top_menu_link'><a href='games.php' class='top_menu_item'>Games</a></div></div> <div class='top_menu_link_container'><div class='top_menu_link'><a href='guestlist.php' class='top_menu_item'>Guest List</a></div></div> <div class='top_menu_link_container'><div class='top_menu_link'><a href='venues.php' class='top_menu_item'>Venues</a></div></div> <div class='top_menu_link_container'><div class='top_menu_link'><a href='browse_events.php' class='top_menu_item'>Events</a></div></div> <div class='top_menu_link_container'><div class='top_menu_link'><a href='browse_albums.php' class='top_menu_item'>Event Pictures</a></div></div> <div class='top_menu_link_container_end' style='float: right;'><div class='top_menu_link'><a href='signup.php' class='top_menu_item'>Signup</a></div></div> <div class='top_menu_link_container' style='float: right;'><div class='top_menu_link'><a href='login.php' class='top_menu_item'>Login</a></div></div> </td> </tr> </table> <script type='text/javascript'> <!-- var open_menu; var current_timeout = new Array(); function showMenu(id1) { if($(id1)) { if($(id1).style.display == 'none') { if($(open_menu)) { hideMenu($(open_menu)); } $(id1).style.display='inline'; startMenuTimeout($(id1)); $(id1).addEvent('mouseover', function(e) { killMenuTimeout(this); }); $(id1).addEvent('mouseout', function(e) { startMenuTimeout(this); }); open_menu = id1; } } } function killMenuTimeout(divEl) { clearTimeout(current_timeout[divEl.id]); current_timeout[divEl.id] = ''; } function startMenuTimeout(divEl) { if(current_timeout[divEl.id] == '') { current_timeout[divEl.id] = setTimeout(function() { hideMenu(divEl); }, 1000); } } function hideMenu(divEl) { divEl.style.display = 'none'; current_timeout[divEl.id] = ''; divEl.removeEvent('mouseover', function(e) { killMenuTimeout(this); }); divEl.removeEvent('mouseout', function(e) { startMenuTimeout(this); }); } function SwapOut(id1) { $(id1).src = Rollarrow1.src; return true; } function SwapBack(id1) { $(id1).src = Rollarrow0.src; return true; } //--> </script> <table cellpadding='0' cellspacing='0' align='center' style='width: 100%;'> <tr> <td valign='top'> <div class='content'> <img src='./images/icons/error48.gif' border='0' class='icon_big'> <div class='page_header'>An Error Has Occurred.</div> You must be logged in to view this page. <a href='login.php'>Click here</a> to login. <br /> <br /> <br /> <input type='button' class='button' value='Return' onClick='history.go(-1)'> </div> </td> <td valign='top'><div class='ad_right' width='1' style='display: table-cell; visibility: visible;'><div onClick="document.getElementById('doclickimage3').src='ad.php?ad_id=3';"><script type="text/javascript"><!-- google_ad_client = "pub-5494079998769949"; /* 160x600, created 12/2/08 */ google_ad_slot = "1392655355"; google_ad_width = 160; google_ad_height = 600; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script><img src='images/trans.gif' border='0' id='doclickimage3' style='display: none;'></div></div></td> </tr> </table> <div class='copyright'> Copyright 2009 - <a href='help.php' class='copyright'>FAQ</a> - <a href='help_tos.php' class='copyright'>Terms of Service</a> - <a href='help_contact.php' class='copyright'>Contact Us</a> - <select class='small' name='user_language_id' onchange="window.location.href='/invite.php?&lang_id='+this.options[this.selectedIndex].value;"> <option value='1' selected='selected'>English</option> </select> </div> </td> </tr> </table> </body> </html> Quote Link to comment https://forums.phpfreaks.com/topic/155251-cant-figure-out/#findComment-816812 Share on other sites More sharing options...
mrMarcus Posted April 22, 2009 Share Posted April 22, 2009 honestly, there are hundreds of "invite a friend/invite your friends" scripts on the net. i'm here, as well as many others, to assist with your original code .. not to be sent on a manhunt looking for a script that your "buddy" won't let you have. Quote Link to comment https://forums.phpfreaks.com/topic/155251-cant-figure-out/#findComment-816825 Share on other sites More sharing options...
Maq Posted April 22, 2009 Share Posted April 22, 2009 I think this is what you're looking for: http://www.socialenginedev.com/home.php Quote Link to comment https://forums.phpfreaks.com/topic/155251-cant-figure-out/#findComment-816834 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.