Rapidgator Discussion thread

37,578 comments
Dougie Payne Reaction GIF by Travis
 
Your words are only words and nothing else, keep these things to yourself and they will be useful to you

Yes sure because my attitude is very possitive and i m not narrow minded ,
when u realise u can do mistakes when u realize others companies down time also possible thn its mean you are growing and becoming mature.
but when you always think why you are not earning why you are not getting sales why why why why
thn its shows you are kid and immature.
so i would say please think good if some time is bd thn accept some other day i will earn some other day i will rise some other month i can earn but i will not give up i will not leave .

thats how its work ... and if u say my words just a words thn ok i m happy with my words atleast i can make others motivate atleast i can tell what is reality and those believe in themself they find the ways to earn they find the ways to get sales they find what is right and what is wrong ..
 
Yes sure because my attitude is very possitive and i m not narrow minded ,
when u realise u can do mistakes when u realize others companies down time also possible thn its mean you are growing and becoming mature.
but when you always think why you are not earning why you are not getting sales why why why why
thn its shows you are kid and immature.
so i would say please think good if some time is bd thn accept some other day i will earn some other day i will rise some other month i can earn but i will not give up i will not leave .

thats how its work ... and if u say my words just a words thn ok i m happy with my words atleast i can make others motivate atleast i can tell what is reality and those believe in themself they find the ways to earn they find the ways to get sales they find what is right and what is wrong ..
You say I can help you on forms and blogs, but nothing happens, so I say these are only your words.
 
Yes sure because my attitude is very possitive and i m not narrow minded ,
when u realise u can do mistakes when u realize others companies down time also possible thn its mean you are growing and becoming mature.
but when you always think why you are not earning why you are not getting sales why why why why
thn its shows you are kid and immature.
so i would say please think good if some time is bd thn accept some other day i will earn some other day i will rise some other month i can earn but i will not give up i will not leave .

thats how its work ... and if u say my words just a words thn ok i m happy with my words atleast i can make others motivate atleast i can tell what is reality and those believe in themself they find the ways to earn they find the ways to get sales they find what is right and what is wrong ..
John Witherspoon Funk GIF
 
python script on the way for people that wanna delete complaint files...
Post automatically merged:

Python:
import requests,math, urllib.parse
from bs4 import BeautifulSoup as BSoup
sess = requests.Session()

RGUser = ""
RGPass = ""
RGToken = requests.get("https://rapidgator.net/api/v2/user/login?login="+ RGUser +"&password="+ RGPass,timeout=10).json()['response']['token']
RGAPIDel = "https://rapidgator.net/api/v2/file/delete?token=" + RGToken + "&file_id="
RGAPITrash = "https://rapidgator.net/api/v2/trashcan/empty?token=" + RGToken
perIter = 50
RGCookie = ''"

sess.cookies.update({'user__':urllib.parse.unquote(RGCookie)})
data = sess.get("https://rapidgator.net/complaints/index")
if "PleaseLogin" in data.url:
    print("Cookie problem/Expired.")
    exit()

complaints = [b[0].text for b in [a.find_all("td") for a in BSoup(data.content,"lxml").select("tbody")[0].find_all("tr")] if b[-1].text == "open"]
data = sess.get("https://rapidgator.net/complaints/index/ajax/grid/page/2")
complaints += [b[0].text for b in [a.find_all("td") for a in BSoup(data.content,"lxml").select("tbody")[0].find_all("tr")] if b[-1].text == "open"]
compsorted = []
delfiles = []
for c in complaints:
    cpage = 1
    deltmp = []
    data = BSoup(sess.get("https://rapidgator.net/complaints/files/id/" + c + "/page/" + str(cpage)).content,"lxml")
    total = int(data.find("div",{'class':"summary"}).text.replace("Total - ",""))
    deltmp += [b.find_all("td")[0].text for b in data.select("tbody")[0].find_all("tr") if str(b).find("active") != -1 and str(b).find("deleted")]
    while cpage < math.ceil(total / 10):
        cpage += 1
        data = BSoup(sess.get("https://rapidgator.net/complaints/files/id/" + c + "/page/" + str(cpage)).content,"lxml")
        deltmp += [b.find_all("td")[0].text for b in data.select("tbody")[0].find_all("tr") if str(b).find("active") != -1 and str(b).find("deleted")]
    compsorted.append([c,deltmp])
    if len(deltmp) != 0:
        delfiles += deltmp

if len(delfiles) != 0:
    print(len(delfiles),"to delete in",len(compsorted),"complaints.")
    deleted = 0
    while deleted < len(delfiles):
        delete = requests.get(RGAPIDel + ",".join(delfiles[deleted:deleted + perIter]))
        if delete.json()['status'] == 403:
            print("Delete Disabled: Check email and click link")
            exit()
        deleted += perIter if deleted + perIter < len(delfiles) else len(delfiles) - deleted
    DelTrash = sess.get(RGAPITrash)
else:
    print("Nothing to delete")

Checks the first 2 pages of complaints, looks for active files in active complaints and deletes them, then empties trash.

Replace RGUser with RG email address and RGPass with your password.
in RGCookie, open devtools in whichever browser you use. Look for a cookie value for "user__", copy just the value into RGCookie.

Tried doing auto auth for rapidgator but can't figure out their login form http post, keeps failing. Cookie should last for a month at a time.

You'll still need to click the link to activate deletion every 24 hours.
Post automatically merged:

oh, you may need to install beautifulsoup
pip install beautifulsoup4
or
pip3 install beautifulsoup4
 
Last edited:
15 days without any single sale nor rebill. Marvelous.
Look i feel sad for you and i wish you earn good amount i wish you get sales
as rapidgator is little busy with new features and adding some new things may be some hope will bring sales for you in upcoming days ...
Them gateways awesome them reff percentage also good atleast they are not with false promise no matter u talk with them or not they support you rules made for all same .. they like to do genuine business they are professional trust them they will give u what best for you ...


just keep your best work
 
Back
Top